#A20C1C

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

Shades of Carmine #A20C1C

Tints of Carmine #A20C1C

Color information

#A20C1C (or 0xA20C1C) is unknown color: approx Carmine. HEX triplet: A2, 0C and 1C. RGB value is (162,12,28). Sum of RGB (Red+Green+Blue) = 162+12+28=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 12 (5.08% from 255 or 5.94% from 202); Blue value is 28 (11.33% from 255 or 13.86% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A20C1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20C1C is #5DF3E3. Grayscale: #3A3A3A. Windows color (decimal): -6157284 or 1838242. OLE color: 1838242.

HSL color Cylindrical-coordinate representation of color #A20C1C: hue angle of 353.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 #A20C1C is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB1621228-
CMYK00.930.830.36
HSL353.6º86.21%34.12%-
HSV(B)353.6º92.59%63.53%-
XYZ15.248.031.84-
YUV58.67110.7201.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 80.20%
GREEN value IS 12 (5.08% from 255) = 5.94%
BLUE value IS 28 (11.33% from 255) = 13.86%
R=80.20%
G=5.94%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162122800.930.830.36353.686.2134.12
HexA2C1C05D53241625622
Octal242143401351234454212642
Binary101000101100111000101110110100111001001011000101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20C1C; }

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

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

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

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

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

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

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

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