Html Css Color HEX #A20021 Carmine

📋 copy color: '#A20021'

red 162 ◦ green 0 ◦ blue 33

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

Shades of Carmine #A20021

Tints of Carmine #A20021

RGB

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

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

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

R = 83.08%
G = 0%
B = 16.92%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20021 (or 0xA20021) is known color: Carmine. HEX triplet: A2, 00 and 21. RGB value is (162,0,33). Sum of RGB (Red+Green+Blue) = 162+0+33=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A20021 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20021 is #5DFFDE. Grayscale: #343434. Windows color (decimal): -6160351 or 2162850. OLE color: 2162850.

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

Color convert

RGB 162 0 33 -
CMYK 0 1 0.80 0.36
HSL 347.78º 1% 0.32% -
HSV(B) 347.78º 1% 0.64% -
XYZ 15.17 7.79 2.14 -
YUV 52.2 117.17 206.32 -
System Red Green Blue C M Y K H S L
Decimal 162 0 33 0 1 0.80 0.36 347.78 1 0.32
Hex A2 0 21 0 64 50 24 15C 64 20
Octal 242 0 41 0 144 120 44 534 144 40
Binary 10100010 0 100001 0 1100100 1010000 100100 101011100 1100100 100000

Color Harmonies of #A20021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20021

Black with #A20021

Text Example


Text Example

White with #A20021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20021; }

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

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

background-color css

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

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

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

border-color css

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

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

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