Html Css Color HEX #A20120 Carmine

📋 copy color: '#A20120'

red 162 ◦ green 1 ◦ blue 32

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

Shades of Carmine #A20120

Tints of Carmine #A20120

RGB

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

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

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

R = 83.08%
G = 0.51%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A20120 (or 0xA20120) is known color: Carmine. HEX triplet: A2, 01 and 20. RGB value is (162,1,32). Sum of RGB (Red+Green+Blue) = 162+1+32=195 (25% of max value = 765). Red value is 162 (63.67% from 255 or 83.08% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 162 - color contains mainly: red. Hex color #A20120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20120 is #5DFEDF. Grayscale: #343434. Windows color (decimal): -6160096 or 2097570. OLE color: 2097570.

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

Color convert

RGB 162 1 32 -
CMYK 0 0.99 0.80 0.36
HSL 348.45º 0.99% 0.32% -
HSV(B) 348.45º 0.99% 0.64% -
XYZ 15.17 7.81 2.07 -
YUV 52.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 162 1 32 0 0.99 0.80 0.36 348.45 0.99 0.32
Hex A2 1 20 0 63 50 24 15C 63 20
Octal 242 1 40 0 143 120 44 534 143 40
Binary 10100010 1 100000 0 1100011 1010000 100100 101011100 1100011 100000

Color Harmonies of #A20120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20120

Black with #A20120

Text Example


Text Example

White with #A20120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20120; }

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

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

background-color css

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

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

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

border-color css

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

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

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