Html Css Color HEX #A80012 Carmine

📋 copy color: '#A80012'

red 168 ◦ green 0 ◦ blue 18

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

Shades of Carmine #A80012

Tints of Carmine #A80012

RGB

 RED value IS 168 (66.02% from 255) = 90.32%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 90.32%
G = 0%
B = 9.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A80012 (or 0xA80012) is known color: Carmine. HEX triplet: A8, 00 and 12. RGB value is (168,0,18). Sum of RGB (Red+Green+Blue) = 168+0+18=186 (24% of max value = 765). Red value is 168 (66.02% from 255 or 90.32% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 168 - color contains mainly: red. Hex color #A80012 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80012 is #57FFED. Grayscale: #343434. Windows color (decimal): -5767150 or 1179816. OLE color: 1179816.

HSL color Cylindrical-coordinate representation of color #A80012: hue angle of 353.57º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A80012 is Cyan = 0, Magento = 1, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 0 18 -
CMYK 0 1 0.89 0.34
HSL 353.57º 1% 0.33% -
HSV(B) 353.57º 1% 0.66% -
XYZ 16.26 8.37 1.33 -
YUV 52.28 108.66 210.54 -
System Red Green Blue C M Y K H S L
Decimal 168 0 18 0 1 0.89 0.34 353.57 1 0.33
Hex A8 0 12 0 64 59 22 162 64 21
Octal 250 0 22 0 144 131 42 542 144 41
Binary 10101000 0 10010 0 1100100 1011001 100010 101100010 1100100 100001

Color Harmonies of #A80012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80012

Black with #A80012

Text Example


Text Example

White with #A80012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80012; }

 p { color: rgb(168,0,18); }

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

background-color css

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

 a { background-color: rgb(168,0,18); }

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

border-color css

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

 span { border-color: rgb(168,0,18); }

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