Html Css Color HEX #A20122 Carmine

📋 copy color: '#A20122'

red 162 ◦ green 1 ◦ blue 34

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

Shades of Carmine #A20122

Tints of Carmine #A20122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.26%

R = 82.23%
G = 0.51%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A20122 (or 0xA20122) is known color: Carmine. HEX triplet: A2, 01 and 22. RGB value is (162,1,34). Sum of RGB (Red+Green+Blue) = 162+1+34=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 1 (0.78% from 255 or 0.51% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A20122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20122 is #5DFEDD. Grayscale: #343434. Windows color (decimal): -6160094 or 2228642. OLE color: 2228642.

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

Color convert

RGB 162 1 34 -
CMYK 0 0.99 0.79 0.36
HSL 347.7º 0.99% 0.32% -
HSV(B) 347.7º 0.99% 0.64% -
XYZ 15.2 7.82 2.22 -
YUV 52.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 162 1 34 0 0.99 0.79 0.36 347.7 0.99 0.32
Hex A2 1 22 0 63 4F 24 15C 63 20
Octal 242 1 42 0 143 117 44 534 143 40
Binary 10100010 1 100010 0 1100011 1001111 100100 101011100 1100011 100000

Color Harmonies of #A20122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20122

Black with #A20122

Text Example


Text Example

White with #A20122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20122; }

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

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

background-color css

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

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

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

border-color css

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

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

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