Html Css Color HEX #A80920 Carmine

📋 copy color: '#A80920'

red 168 ◦ green 9 ◦ blue 32

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

Shades of Carmine #A80920

Tints of Carmine #A80920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.31%

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

R = 80.38%
G = 4.31%
B = 15.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A80920 (or 0xA80920) is known color: Carmine. HEX triplet: A8, 09 and 20. RGB value is (168,9,32). Sum of RGB (Red+Green+Blue) = 168+9+32=209 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80.38% from 209); Green value is 9 (3.91% from 255 or 4.31% from 209); Blue value is 32 (12.89% from 255 or 15.31% from 209); Max value from RGB is 168 - color contains mainly: red. Hex color #A80920 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80920 is #57F6DF. Grayscale: #3B3B3B. Windows color (decimal): -5764832 or 2099624. OLE color: 2099624.

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

Color convert

RGB 168 9 32 -
CMYK 0 0.95 0.81 0.34
HSL 351.32º 0.9% 0.35% -
HSV(B) 351.32º 0.95% 0.66% -
XYZ 16.51 8.62 2.16 -
YUV 59.16 112.68 205.63 -
System Red Green Blue C M Y K H S L
Decimal 168 9 32 0 0.95 0.81 0.34 351.32 0.9 0.35
Hex A8 9 20 0 5F 51 22 15F 5A 23
Octal 250 11 40 0 137 121 42 537 132 43
Binary 10101000 1001 100000 0 1011111 1010001 100010 101011111 1011010 100011

Color Harmonies of #A80920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80920

Black with #A80920

Text Example


Text Example

White with #A80920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80920; }

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

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

background-color css

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

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

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

border-color css

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

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

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