Html Css Color HEX #A80A13 Carmine

📋 copy color: '#A80A13'

red 168 ◦ green 10 ◦ blue 19

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

Shades of Carmine #A80A13

Tints of Carmine #A80A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.64%

R = 85.28%
G = 5.08%
B = 9.64%

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

#A80A13 (or 0xA80A13) is known color: Carmine. HEX triplet: A8, 0A and 13. RGB value is (168,10,19). Sum of RGB (Red+Green+Blue) = 168+10+19=197 (26% of max value = 765). Red value is 168 (66.02% from 255 or 85.28% from 197); Green value is 10 (4.30% from 255 or 5.08% from 197); Blue value is 19 (7.81% from 255 or 9.64% from 197); Max value from RGB is 168 - color contains mainly: red. Hex color #A80A13 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80A13 is #57F5EC. Grayscale: #3A3A3A. Windows color (decimal): -5764589 or 1247912. OLE color: 1247912.

HSL color Cylindrical-coordinate representation of color #A80A13: hue angle of 356.58º 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 #A80A13 is Cyan = 0, Magento = 0.94, Yellow = 0.89 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 10 19 -
CMYK 0 0.94 0.89 0.34
HSL 356.58º 0.89% 0.35% -
HSV(B) 356.58º 0.94% 0.66% -
XYZ 16.37 8.59 1.41 -
YUV 58.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 168 10 19 0 0.94 0.89 0.34 356.58 0.89 0.35
Hex A8 A 13 0 5E 59 22 165 59 23
Octal 250 12 23 0 136 131 42 545 131 43
Binary 10101000 1010 10011 0 1011110 1011001 100010 101100101 1011001 100011

Color Harmonies of #A80A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80A13

Black with #A80A13

Text Example


Text Example

White with #A80A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80A13; }

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

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

background-color css

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

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

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

border-color css

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

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

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