Html Css Color HEX #A80E20 Carmine

📋 copy color: '#A80E20'

red 168 ◦ green 14 ◦ blue 32

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

Shades of Carmine #A80E20

Tints of Carmine #A80E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 78.5%
G = 6.54%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A80E20 (or 0xA80E20) is known color: Carmine. HEX triplet: A8, 0E and 20. RGB value is (168,14,32). Sum of RGB (Red+Green+Blue) = 168+14+32=214 (28% of max value = 765). Red value is 168 (66.02% from 255 or 78.50% from 214); Green value is 14 (5.86% from 255 or 6.54% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E20 is #57F1DF. Grayscale: #3E3E3E. Windows color (decimal): -5763552 or 2100904. OLE color: 2100904.

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

Color convert

RGB 168 14 32 -
CMYK 0 0.92 0.81 0.34
HSL 352.99º 0.85% 0.36% -
HSV(B) 352.99º 0.92% 0.66% -
XYZ 16.57 8.74 2.18 -
YUV 62.1 111.02 203.54 -
System Red Green Blue C M Y K H S L
Decimal 168 14 32 0 0.92 0.81 0.34 352.99 0.85 0.36
Hex A8 E 20 0 5C 51 22 161 55 24
Octal 250 16 40 0 134 121 42 541 125 44
Binary 10101000 1110 100000 0 1011100 1010001 100010 101100001 1010101 100100

Color Harmonies of #A80E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E20

Black with #A80E20

Text Example


Text Example

White with #A80E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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