Html Css Color HEX #A80A12 Carmine

📋 copy color: '#A80A12'

red 168 ◦ green 10 ◦ blue 18

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

Shades of Carmine #A80A12

Tints of Carmine #A80A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.1%

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

R = 85.71%
G = 5.1%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#A80A12 (or 0xA80A12) is known color: Carmine. HEX triplet: A8, 0A and 12. RGB value is (168,10,18). Sum of RGB (Red+Green+Blue) = 168+10+18=196 (25% of max value = 765). Red value is 168 (66.02% from 255 or 85.71% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A12 is #57F5ED. Grayscale: #3A3A3A. Windows color (decimal): -5764590 or 1182376. OLE color: 1182376.

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

Color convert

RGB 168 10 18 -
CMYK 0 0.94 0.89 0.34
HSL 356.96º 0.89% 0.35% -
HSV(B) 356.96º 0.94% 0.66% -
XYZ 16.37 8.59 1.37 -
YUV 58.15 105.35 206.35 -
System Red Green Blue C M Y K H S L
Decimal 168 10 18 0 0.94 0.89 0.34 356.96 0.89 0.35
Hex A8 A 12 0 5E 59 22 165 59 23
Octal 250 12 22 0 136 131 42 545 131 43
Binary 10101000 1010 10010 0 1011110 1011001 100010 101100101 1011001 100011

Color Harmonies of #A80A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80A12

Black with #A80A12

Text Example


Text Example

White with #A80A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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