Html Css Color HEX #A70B12 Carmine

📋 copy color: '#A70B12'

red 167 ◦ green 11 ◦ blue 18

#A70B12
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #A70B12

Tints of Carmine #A70B12

RGB

 RED value IS 167 (65.63% from 255) = 85.2%

 GREEN value IS 11 (4.69% from 255) = 5.61%

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 85.2%
G = 5.61%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A70B12 (or 0xA70B12) is known color: 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

RGB 167 11 18 -
CMYK 0 0.93 0.89 0.35
HSL 357.31º 0.88% 0.35% -
HSV(B) 357.31º 0.93% 0.65% -
XYZ 16.17 8.5 1.36 -
YUV 58.44 105.18 205.43 -
System Red Green Blue C M Y K H S L
Decimal 167 11 18 0 0.93 0.89 0.35 357.31 0.88 0.35
Hex A7 B 12 0 5D 59 23 165 58 23
Octal 247 13 22 0 135 131 43 545 130 43
Binary 10100111 1011 10010 0 1011101 1011001 100011 101100101 1011000 100011

Color Harmonies of #A70B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A70B12

Black with #A70B12

Text Example


Text Example

White with #A70B12

Text Example


Text Example

HTML Codes & Css Web 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>