Html Css Color HEX #A80E11 Carmine

📋 copy color: '#A80E11'

red 168 ◦ green 14 ◦ blue 17

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

Shades of Carmine #A80E11

Tints of Carmine #A80E11

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.04%

 BLUE value IS 17 (7.03% from 255) = 8.54%

R = 84.42%
G = 7.04%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A80E11 (or 0xA80E11) is known color: Carmine. HEX triplet: A8, 0E and 11. RGB value is (168,14,17). Sum of RGB (Red+Green+Blue) = 168+14+17=199 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84.42% from 199); Green value is 14 (5.86% from 255 or 7.04% from 199); Blue value is 17 (7.03% from 255 or 8.54% from 199); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80E11 is #57F1EE. Grayscale: #3C3C3C. Windows color (decimal): -5763567 or 1117864. OLE color: 1117864.

HSL color Cylindrical-coordinate representation of color #A80E11: hue angle of 358.83º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A80E11 is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 14 17 -
CMYK 0 0.92 0.90 0.34
HSL 358.83º 0.85% 0.36% -
HSV(B) 358.83º 0.92% 0.66% -
XYZ 16.41 8.68 1.34 -
YUV 60.39 103.52 204.76 -
System Red Green Blue C M Y K H S L
Decimal 168 14 17 0 0.92 0.90 0.34 358.83 0.85 0.36
Hex A8 E 11 0 5C 5A 22 167 55 24
Octal 250 16 21 0 134 132 42 547 125 44
Binary 10101000 1110 10001 0 1011100 1011010 100010 101100111 1010101 100100

Color Harmonies of #A80E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E11

Black with #A80E11

Text Example


Text Example

White with #A80E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E11; }

 p { color: rgb(168,14,17); }

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

background-color css

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

 a { background-color: rgb(168,14,17); }

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

border-color css

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

 span { border-color: rgb(168,14,17); }

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