Html Css Color HEX #A20820 Carmine

📋 copy color: '#A20820'

red 162 ◦ green 8 ◦ blue 32

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

Shades of Carmine #A20820

Tints of Carmine #A20820

RGB

 RED value IS 162 (63.67% from 255) = 80.2%

 GREEN value IS 8 (3.52% from 255) = 3.96%

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

R = 80.2%
G = 3.96%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20820 (or 0xA20820) is known color: Carmine. HEX triplet: A2, 08 and 20. RGB value is (162,8,32). Sum of RGB (Red+Green+Blue) = 162+8+32=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A20820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20820 is #5DF7DF. Grayscale: #383838. Windows color (decimal): -6158304 or 2099362. OLE color: 2099362.

HSL color Cylindrical-coordinate representation of color #A20820: hue angle of 350.65º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20820 is Cyan = 0, Magento = 0.95, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 8 32 -
CMYK 0 0.95 0.80 0.36
HSL 350.65º 0.91% 0.33% -
HSV(B) 350.65º 0.95% 0.64% -
XYZ 15.25 7.96 2.1 -
YUV 56.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 162 8 32 0 0.95 0.80 0.36 350.65 0.91 0.33
Hex A2 8 20 0 5F 50 24 15F 5B 21
Octal 242 10 40 0 137 120 44 537 133 41
Binary 10100010 1000 100000 0 1011111 1010000 100100 101011111 1011011 100001

Color Harmonies of #A20820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20820

Black with #A20820

Text Example


Text Example

White with #A20820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20820; }

 p { color: rgb(162,8,32); }

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

background-color css

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

 a { background-color: rgb(162,8,32); }

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

border-color css

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

 span { border-color: rgb(162,8,32); }

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