Html Css Color HEX #A20421 Carmine

📋 copy color: '#A20421'

red 162 ◦ green 4 ◦ blue 33

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

Shades of Carmine #A20421

Tints of Carmine #A20421

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

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

R = 81.41%
G = 2.01%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20421 (or 0xA20421) is known color: Carmine. HEX triplet: A2, 04 and 21. RGB value is (162,4,33). Sum of RGB (Red+Green+Blue) = 162+4+33=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 33 (13.28% from 255 or 16.58% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A20421 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20421 is #5DFBDE. Grayscale: #363636. Windows color (decimal): -6159327 or 2163874. OLE color: 2163874.

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

Color convert

RGB 162 4 33 -
CMYK 0 0.98 0.80 0.36
HSL 348.99º 0.95% 0.33% -
HSV(B) 348.99º 0.98% 0.64% -
XYZ 15.22 7.88 2.16 -
YUV 54.55 115.85 204.64 -
System Red Green Blue C M Y K H S L
Decimal 162 4 33 0 0.98 0.80 0.36 348.99 0.95 0.33
Hex A2 4 21 0 62 50 24 15D 5F 21
Octal 242 4 41 0 142 120 44 535 137 41
Binary 10100010 100 100001 0 1100010 1010000 100100 101011101 1011111 100001

Color Harmonies of #A20421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20421

Black with #A20421

Text Example


Text Example

White with #A20421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20421; }

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

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

background-color css

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

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

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

border-color css

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

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

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