Html Css Color HEX #A00F12 Carmine

📋 copy color: '#A00F12'

red 160 ◦ green 15 ◦ blue 18

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

Shades of Carmine #A00F12

Tints of Carmine #A00F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.77%

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

R = 82.9%
G = 7.77%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A00F12 (or 0xA00F12) is known color: Carmine. HEX triplet: A0, 0F and 12. RGB value is (160,15,18). Sum of RGB (Red+Green+Blue) = 160+15+18=193 (25% of max value = 765). Red value is 160 (62.89% from 255 or 82.90% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 160 - color contains mainly: red. Hex color #A00F12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00F12 is #5FF0ED. Grayscale: #3A3A3A. Windows color (decimal): -6287598 or 1183648. OLE color: 1183648.

HSL color Cylindrical-coordinate representation of color #A00F12: hue angle of 358.76º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A00F12 is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 15 18 -
CMYK 0 0.91 0.89 0.37
HSL 358.76º 0.83% 0.34% -
HSV(B) 358.76º 0.91% 0.63% -
XYZ 14.78 7.86 1.31 -
YUV 58.7 105.04 200.26 -
System Red Green Blue C M Y K H S L
Decimal 160 15 18 0 0.91 0.89 0.37 358.76 0.83 0.34
Hex A0 F 12 0 5B 59 25 167 53 22
Octal 240 17 22 0 133 131 45 547 123 42
Binary 10100000 1111 10010 0 1011011 1011001 100101 101100111 1010011 100010

Color Harmonies of #A00F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A00F12

Black with #A00F12

Text Example


Text Example

White with #A00F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A00F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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