#a70b12

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

Shades of Carmine #A70B12

Tints of Carmine #A70B12

Color information

#A70B12 (or 0xA70B12) is unknown color: approx Carmine. HEX triplet: A7, 0B and 12. RGB value is (167,11,18). Sum of RGB (Red+Green+Blue) = 167+11+18=196 (25% of max value = 765). Red value is 167 (65.62% from 255 or 85.20% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70B12 is #58F4ED. Grayscale: #3A3A3A. Windows color (decimal): -5829870 or 1182631. OLE color: 1182631.

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

Color convert

RGB1671118-
CMYK00.930.890.35
HSL357.31º87.64%34.9%-
HSV(B)357.31º93.41%65.49%-
XYZ16.178.51.36-
YUV58.44105.18205.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 85.20%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 18 (7.42% from 255) = 9.18%
R=85.20%
G=5.61%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.89
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167111800.930.890.35357.3187.6434.9
HexA7B1205D59231655823
Octal247132201351314354513043
Binary101001111011100100101110110110011000111011001011011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a70b12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a70b12; }

 p { color: rgb(167,11,18); }

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

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

 a { background-color: rgb(167,11,18); }

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

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

 span { border-color: rgb(167,11,18); }

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