Html Css Color HEX #A20124 Carmine

📋 copy color: '#A20124'

red 162 ◦ green 1 ◦ blue 36

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

Shades of Carmine #A20124

Tints of Carmine #A20124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 36 (14.45% from 255) = 18.09%

R = 81.41%
G = 0.5%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A20124 (or 0xA20124) is known color: Carmine. HEX triplet: A2, 01 and 24. RGB value is (162,1,36). Sum of RGB (Red+Green+Blue) = 162+1+36=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A20124 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20124 is #5DFEDB. Grayscale: #353535. Windows color (decimal): -6160092 or 2359714. OLE color: 2359714.

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

Color convert

RGB 162 1 36 -
CMYK 0 0.99 0.78 0.36
HSL 346.96º 0.99% 0.32% -
HSV(B) 346.96º 0.99% 0.64% -
XYZ 15.23 7.83 2.38 -
YUV 53.13 118.34 205.65 -
System Red Green Blue C M Y K H S L
Decimal 162 1 36 0 0.99 0.78 0.36 346.96 0.99 0.32
Hex A2 1 24 0 63 4E 24 15B 63 20
Octal 242 1 44 0 143 116 44 533 143 40
Binary 10100010 1 100100 0 1100011 1001110 100100 101011011 1100011 100000

Color Harmonies of #A20124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20124

Black with #A20124

Text Example


Text Example

White with #A20124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20124; }

 p { color: rgb(162,1,36); }

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

background-color css

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

 a { background-color: rgb(162,1,36); }

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

border-color css

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

 span { border-color: rgb(162,1,36); }

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