Html Css Color HEX #A80921 Carmine

📋 copy color: '#A80921'

red 168 ◦ green 9 ◦ blue 33

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

Shades of Carmine #A80921

Tints of Carmine #A80921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.71%

R = 80%
G = 4.29%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A80921 (or 0xA80921) is known color: Carmine. HEX triplet: A8, 09 and 21. RGB value is (168,9,33). Sum of RGB (Red+Green+Blue) = 168+9+33=210 (27% of max value = 765). Red value is 168 (66.02% from 255 or 80% from 210); Green value is 9 (3.91% from 255 or 4.29% from 210); Blue value is 33 (13.28% from 255 or 15.71% from 210); Max value from RGB is 168 - color contains mainly: red. Hex color #A80921 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80921 is #57F6DE. Grayscale: #3B3B3B. Windows color (decimal): -5764831 or 2165160. OLE color: 2165160.

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

Color convert

RGB 168 9 33 -
CMYK 0 0.95 0.80 0.34
HSL 350.94º 0.9% 0.35% -
HSV(B) 350.94º 0.95% 0.66% -
XYZ 16.52 8.63 2.23 -
YUV 59.28 113.18 205.55 -
System Red Green Blue C M Y K H S L
Decimal 168 9 33 0 0.95 0.80 0.34 350.94 0.9 0.35
Hex A8 9 21 0 5F 50 22 15F 5A 23
Octal 250 11 41 0 137 120 42 537 132 43
Binary 10101000 1001 100001 0 1011111 1010000 100010 101011111 1011010 100011

Color Harmonies of #A80921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80921

Black with #A80921

Text Example


Text Example

White with #A80921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80921; }

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

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

background-color css

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

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

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

border-color css

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

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

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