Html Css Color HEX #A80520 Carmine

📋 copy color: '#A80520'

red 168 ◦ green 5 ◦ blue 32

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

Shades of Carmine #A80520

Tints of Carmine #A80520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.44%

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

R = 81.95%
G = 2.44%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A80520 (or 0xA80520) is known color: Carmine. HEX triplet: A8, 05 and 20. RGB value is (168,5,32). Sum of RGB (Red+Green+Blue) = 168+5+32=205 (27% of max value = 765). Red value is 168 (66.02% from 255 or 81.95% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 32 (12.89% from 255 or 15.61% from 205); Max value from RGB is 168 - color contains mainly: red. Hex color #A80520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80520 is #57FADF. Grayscale: #383838. Windows color (decimal): -5765856 or 2098600. OLE color: 2098600.

HSL color Cylindrical-coordinate representation of color #A80520: hue angle of 350.06º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A80520 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 5 32 -
CMYK 0 0.97 0.81 0.34
HSL 350.06º 0.94% 0.34% -
HSV(B) 350.06º 0.97% 0.66% -
XYZ 16.46 8.54 2.15 -
YUV 56.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 168 5 32 0 0.97 0.81 0.34 350.06 0.94 0.34
Hex A8 5 20 0 61 51 22 15E 5E 22
Octal 250 5 40 0 141 121 42 536 136 42
Binary 10101000 101 100000 0 1100001 1010001 100010 101011110 1011110 100010

Color Harmonies of #A80520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80520

Black with #A80520

Text Example


Text Example

White with #A80520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80520; }

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

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

background-color css

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

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

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

border-color css

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

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

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