#A21228

Color #A21228 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A21228

Tints of Carmine #A21228

Color information

#A21228 (or 0xA21228) is unknown color: approx Carmine. HEX triplet: A2, 12 and 28. RGB value is (162,18,40). Sum of RGB (Red+Green+Blue) = 162+18+40=220 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.64% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 40 (16.02% from 255 or 18.18% from 220); Max value from RGB is 162 - color contains mainly: red. Hex color #A21228 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21228 is #5DEDD7. Grayscale: #3F3F3F. Windows color (decimal): -6155736 or 2626210. OLE color: 2626210.

HSL color Cylindrical-coordinate representation of color #A21228: hue angle of 350.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A21228 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB1621840-
CMYK00.890.750.36
HSL350.83º80%35.29%-
HSV(B)350.83º88.89%63.53%-
XYZ15.58.272.79-
YUV63.56114.71198.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 73.64%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 40 (16.02% from 255) = 18.18%
R=73.64%
G=8.18%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162184000.890.750.36350.838035.29
HexA212280594B2415f5023
Octal242225001311134453712043
Binary10100010100101010000101100110010111001001010111111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21228; }

 p { color: rgb(162,18,40); }

 H1.HeaderClassName
 {
   color: #A21228;
 }
 .AnyTagClassName
 {
   color: #A21228;
 }
</style>
background-color css

<style>
 a { background-color: #A21228; }

 a { background-color: rgb(162,18,40); }

 div.DivClassName
 {
   background-color: #A21228;
 }
 .BgClassName
 {
   background-color: #A21228;
 }
</style>
border-color css

<style>
 span { border-color: #A21228; }

 span { border-color: rgb(162,18,40); }

 td.TdClassName
 {
   border-color: #A21228;
 }
 .TagClassName
 {
   border-color: #A21228;
 }
</style>