#A00C13

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

Shades of Carmine #A00C13

Tints of Carmine #A00C13

Color information

#A00C13 (or 0xA00C13) is unknown color: approx Carmine. HEX triplet: A0, 0C and 13. RGB value is (160,12,19). Sum of RGB (Red+Green+Blue) = 160+12+19=191 (25% of max value = 765). Red value is 160 (62.89% from 255 or 83.77% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 19 (7.81% from 255 or 9.95% from 191); Max value from RGB is 160 - color contains mainly: red. Hex color #A00C13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00C13 is #5FF3EC. Grayscale: #393939. Windows color (decimal): -6288365 or 1248416. OLE color: 1248416.

HSL color Cylindrical-coordinate representation of color #A00C13: hue angle of 357.16º 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 #A00C13 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB1601219-
CMYK00.930.880.37
HSL357.16º86.05%33.73%-
HSV(B)357.16º92.5%62.75%-
XYZ14.757.781.34-
YUV57.05106.53201.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 83.77%
GREEN value IS 12 (5.08% from 255) = 6.28%
BLUE value IS 19 (7.81% from 255) = 9.95%
R=83.77%
G=6.28%
B=9.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160121900.930.880.37357.1686.0533.73
HexA0C1305D58251655622
Octal240142301351304554512642
Binary101000001100100110101110110110001001011011001011010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00C13; }

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

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

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

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

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

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

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

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