Html Css Color HEX #A80E14 Carmine

📋 copy color: '#A80E14'

red 168 ◦ green 14 ◦ blue 20

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

Shades of Carmine #A80E14

Tints of Carmine #A80E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 83.17%
G = 6.93%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A80E14 (or 0xA80E14) is known color: Carmine. HEX triplet: A8, 0E and 14. RGB value is (168,14,20). Sum of RGB (Red+Green+Blue) = 168+14+20=202 (26% of max value = 765). Red value is 168 (66.02% from 255 or 83.17% from 202); Green value is 14 (5.86% from 255 or 6.93% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E14 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A80E14 is #57F1EB. Grayscale: #3C3C3C. Windows color (decimal): -5763564 or 1314472. OLE color: 1314472.

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

Color convert

RGB 168 14 20 -
CMYK 0 0.92 0.88 0.34
HSL 357.66º 0.85% 0.36% -
HSV(B) 357.66º 0.92% 0.66% -
XYZ 16.43 8.69 1.47 -
YUV 60.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 168 14 20 0 0.92 0.88 0.34 357.66 0.85 0.36
Hex A8 E 14 0 5C 58 22 166 55 24
Octal 250 16 24 0 134 130 42 546 125 44
Binary 10101000 1110 10100 0 1011100 1011000 100010 101100110 1010101 100100

Color Harmonies of #A80E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E14

Black with #A80E14

Text Example


Text Example

White with #A80E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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