Html Css Color HEX #A20620 Carmine

📋 copy color: '#A20620'

red 162 ◦ green 6 ◦ blue 32

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

Shades of Carmine #A20620

Tints of Carmine #A20620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3%

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

R = 81%
G = 3%
B = 16%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20620 (or 0xA20620) is known color: Carmine. HEX triplet: A2, 06 and 20. RGB value is (162,6,32). Sum of RGB (Red+Green+Blue) = 162+6+32=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A20620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20620 is #5DF9DF. Grayscale: #373737. Windows color (decimal): -6158816 or 2098850. OLE color: 2098850.

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

Color convert

RGB 162 6 32 -
CMYK 0 0.96 0.80 0.36
HSL 350º 0.93% 0.33% -
HSV(B) 350º 0.96% 0.64% -
XYZ 15.23 7.92 2.09 -
YUV 55.61 114.68 203.89 -
System Red Green Blue C M Y K H S L
Decimal 162 6 32 0 0.96 0.80 0.36 350 0.93 0.33
Hex A2 6 20 0 60 50 24 15E 5D 21
Octal 242 6 40 0 140 120 44 536 135 41
Binary 10100010 110 100000 0 1100000 1010000 100100 101011110 1011101 100001

Color Harmonies of #A20620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20620

Black with #A20620

Text Example


Text Example

White with #A20620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20620; }

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

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

background-color css

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

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

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

border-color css

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

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

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