Html Css Color HEX #A80020 Carmine

📋 copy color: '#A80020'

red 168 ◦ green 0 ◦ blue 32

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

Shades of Carmine #A80020

Tints of Carmine #A80020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84%
G = 0%
B = 16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#A80020 (or 0xA80020) is known color: Carmine. HEX triplet: A8, 00 and 20. RGB value is (168,0,32). Sum of RGB (Red+Green+Blue) = 168+0+32=200 (26% of max value = 765). Red value is 168 (66.02% from 255 or 84% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 168 - color contains mainly: red. Hex color #A80020 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A80020 is #57FFDF. Grayscale: #353535. Windows color (decimal): -5767136 or 2097320. OLE color: 2097320.

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

Color convert

RGB 168 0 32 -
CMYK 0 1 0.81 0.34
HSL 348.57º 1% 0.33% -
HSV(B) 348.57º 1% 0.66% -
XYZ 16.41 8.43 2.13 -
YUV 53.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 168 0 32 0 1 0.81 0.34 348.57 1 0.33
Hex A8 0 20 0 64 51 22 15D 64 21
Octal 250 0 40 0 144 121 42 535 144 41
Binary 10101000 0 100000 0 1100100 1010001 100010 101011101 1100100 100001

Color Harmonies of #A80020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A80020

Black with #A80020

Text Example


Text Example

White with #A80020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A80020; }

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

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

background-color css

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

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

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

border-color css

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

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

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