Html Css Color HEX #A20621 Carmine

📋 copy color: '#A20621'

red 162 ◦ green 6 ◦ blue 33

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

Shades of Carmine #A20621

Tints of Carmine #A20621

RGB

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

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

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

R = 80.6%
G = 2.99%
B = 16.42%

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

#A20621 (or 0xA20621) is known color: Carmine. HEX triplet: A2, 06 and 21. RGB value is (162,6,33). Sum of RGB (Red+Green+Blue) = 162+6+33=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 6 (2.73% from 255 or 2.99% from 201); Blue value is 33 (13.28% from 255 or 16.42% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20621 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20621 is #5DF9DE. Grayscale: #373737. Windows color (decimal): -6158815 or 2164386. OLE color: 2164386.

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

Color convert

RGB 162 6 33 -
CMYK 0 0.96 0.80 0.36
HSL 349.62º 0.93% 0.33% -
HSV(B) 349.62º 0.96% 0.64% -
XYZ 15.24 7.92 2.16 -
YUV 55.72 115.18 203.8 -
System Red Green Blue C M Y K H S L
Decimal 162 6 33 0 0.96 0.80 0.36 349.62 0.93 0.33
Hex A2 6 21 0 60 50 24 15E 5D 21
Octal 242 6 41 0 140 120 44 536 135 41
Binary 10100010 110 100001 0 1100000 1010000 100100 101011110 1011101 100001

Color Harmonies of #A20621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20621

Black with #A20621

Text Example


Text Example

White with #A20621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20621; }

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

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

background-color css

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

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

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

border-color css

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

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

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