Html Css Color HEX #A00B12 Carmine

📋 copy color: '#A00B12'

red 160 ◦ green 11 ◦ blue 18

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

Shades of Carmine #A00B12

Tints of Carmine #A00B12

RGB

 RED value IS 160 (62.89% from 255) = 84.66%

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

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

R = 84.66%
G = 5.82%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00B12 (or 0xA00B12) is known color: Carmine. HEX triplet: A0, 0B and 12. RGB value is (160,11,18). Sum of RGB (Red+Green+Blue) = 160+11+18=189 (25% of max value = 765). Red value is 160 (62.89% from 255 or 84.66% from 189); Green value is 11 (4.69% from 255 or 5.82% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 160 - color contains mainly: red. Hex color #A00B12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00B12 is #5FF4ED. Grayscale: #383838. Windows color (decimal): -6288622 or 1182624. OLE color: 1182624.

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

Color convert

RGB 160 11 18 -
CMYK 0 0.93 0.89 0.37
HSL 357.18º 0.87% 0.34% -
HSV(B) 357.18º 0.93% 0.63% -
XYZ 14.73 7.76 1.29 -
YUV 56.35 106.36 201.93 -
System Red Green Blue C M Y K H S L
Decimal 160 11 18 0 0.93 0.89 0.37 357.18 0.87 0.34
Hex A0 B 12 0 5D 59 25 165 57 22
Octal 240 13 22 0 135 131 45 545 127 42
Binary 10100000 1011 10010 0 1011101 1011001 100101 101100101 1010111 100010

Color Harmonies of #A00B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00B12

Black with #A00B12

Text Example


Text Example

White with #A00B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00B12; }

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

 H1.HeaderClassName
 {
   color: #A00B12;
 }
 .AnyTagClassName
 {
   color: #A00B12;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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