Html Css Color HEX #A80E23 Carmine

📋 copy color: '#A80E23'

red 168 ◦ green 14 ◦ blue 35

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

Shades of Carmine #A80E23

Tints of Carmine #A80E23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 16.13%

R = 77.42%
G = 6.45%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A80E23 (or 0xA80E23) is known color: Carmine. HEX triplet: A8, 0E and 23. RGB value is (168,14,35). Sum of RGB (Red+Green+Blue) = 168+14+35=217 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.42% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 168 - color contains mainly: red. Hex color #A80E23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80E23 is #57F1DC. Grayscale: #3E3E3E. Windows color (decimal): -5763549 or 2297512. OLE color: 2297512.

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

Color convert

RGB 168 14 35 -
CMYK 0 0.92 0.79 0.34
HSL 351.82º 0.85% 0.36% -
HSV(B) 351.82º 0.92% 0.66% -
XYZ 16.61 8.76 2.41 -
YUV 62.44 112.52 203.29 -
System Red Green Blue C M Y K H S L
Decimal 168 14 35 0 0.92 0.79 0.34 351.82 0.85 0.36
Hex A8 E 23 0 5C 4F 22 160 55 24
Octal 250 16 43 0 134 117 42 540 125 44
Binary 10101000 1110 100011 0 1011100 1001111 100010 101100000 1010101 100100

Color Harmonies of #A80E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80E23

Black with #A80E23

Text Example


Text Example

White with #A80E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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