#A70C18

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

Shades of Carmine #A70C18

Tints of Carmine #A70C18

Color information

#A70C18 (or 0xA70C18) is unknown color: approx Carmine. HEX triplet: A7, 0C and 18. RGB value is (167,12,24). Sum of RGB (Red+Green+Blue) = 167+12+24=203 (26% of max value = 765). Red value is 167 (65.62% from 255 or 82.27% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 167 - color contains mainly: red. Hex color #A70C18 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70C18 is #58F3E7. Grayscale: #3B3B3B. Windows color (decimal): -5829608 or 1576103. OLE color: 1576103.

HSL color Cylindrical-coordinate representation of color #A70C18: hue angle of 355.35º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A70C18 is Cyan = 0, Magento = 0.93, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB1671224-
CMYK00.930.860.35
HSL355.35º86.59%35.1%-
HSV(B)355.35º92.81%65.49%-
XYZ16.238.541.66-
YUV59.71107.85204.52-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 82.27%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 24 (9.77% from 255) = 11.82%
R=82.27%
G=5.91%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.86
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167122400.930.860.35355.3586.5935.1
HexA7C1805D56231635723
Octal247143001351264354312743
Binary101001111100110000101110110101101000111011000111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70C18; }

 p { color: rgb(167,12,24); }

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

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

 a { background-color: rgb(167,12,24); }

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

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

 span { border-color: rgb(167,12,24); }

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