#A00C19

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

Shades of Carmine #A00C19

Tints of Carmine #A00C19

Color information

#A00C19 (or 0xA00C19) is unknown color: approx Carmine. HEX triplet: A0, 0C and 19. RGB value is (160,12,25). Sum of RGB (Red+Green+Blue) = 160+12+25=197 (26% of max value = 765). Red value is 160 (62.89% from 255 or 81.22% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 25 (10.16% from 255 or 12.69% from 197); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C19 is #5FF3E6. Grayscale: #393939. Windows color (decimal): -6288359 or 1641632. OLE color: 1641632.

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

Color convert

RGB1601225-
CMYK00.930.840.37
HSL354.73º86.05%33.73%-
HSV(B)354.73º92.5%62.75%-
XYZ14.87.811.65-
YUV57.73109.53200.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 81.22%
GREEN value IS 12 (5.08% from 255) = 6.09%
BLUE value IS 25 (10.16% from 255) = 12.69%
R=81.22%
G=6.09%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160122500.930.840.37354.7386.0533.73
HexA0C1905D54251635622
Octal240143101351244554312642
Binary101000001100110010101110110101001001011011000111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C19; }

 p { color: rgb(160,12,25); }

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

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

 a { background-color: rgb(160,12,25); }

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

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

 span { border-color: rgb(160,12,25); }

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