#A20C21

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

Shades of Carmine #A20C21

Tints of Carmine #A20C21

Color information

#A20C21 (or 0xA20C21) is unknown color: approx Carmine. HEX triplet: A2, 0C and 21. RGB value is (162,12,33). Sum of RGB (Red+Green+Blue) = 162+12+33=207 (27% of max value = 765). Red value is 162 (63.67% from 255 or 78.26% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C21 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C21 is #5DF3DE. Grayscale: #3B3B3B. Windows color (decimal): -6157279 or 2165922. OLE color: 2165922.

HSL color Cylindrical-coordinate representation of color #A20C21: hue angle of 351.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A20C21 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB1621233-
CMYK00.930.800.36
HSL351.6º86.21%34.12%-
HSV(B)351.6º92.59%63.53%-
XYZ15.318.052.19-
YUV59.24113.2201.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 78.26%
GREEN value IS 12 (5.08% from 255) = 5.80%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=78.26%
G=5.80%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162123300.930.800.36351.686.2134.12
HexA2C2105D50241605622
Octal242144101351204454012642
Binary1010001011001000010101110110100001001001011000001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C21; }

 p { color: rgb(162,12,33); }

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

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

 a { background-color: rgb(162,12,33); }

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

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

 span { border-color: rgb(162,12,33); }

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