Html Css Color HEX #A20922 Carmine

📋 copy color: '#A20922'

red 162 ◦ green 9 ◦ blue 34

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

Shades of Carmine #A20922

Tints of Carmine #A20922

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.39%

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

R = 79.02%
G = 4.39%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A20922 (or 0xA20922) is known color: Carmine. HEX triplet: A2, 09 and 22. RGB value is (162,9,34). Sum of RGB (Red+Green+Blue) = 162+9+34=205 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.02% from 205); Green value is 9 (3.91% from 255 or 4.39% from 205); Blue value is 34 (13.67% from 255 or 16.59% from 205); Max value from RGB is 162 - color contains mainly: red. Hex color #A20922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20922 is #5DF6DD. Grayscale: #393939. Windows color (decimal): -6158046 or 2230690. OLE color: 2230690.

HSL color Cylindrical-coordinate representation of color #A20922: hue angle of 350.2º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20922 is Cyan = 0, Magento = 0.94, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 9 34 -
CMYK 0 0.94 0.79 0.36
HSL 350.2º 0.89% 0.34% -
HSV(B) 350.2º 0.94% 0.64% -
XYZ 15.29 7.99 2.25 -
YUV 57.6 114.69 202.47 -
System Red Green Blue C M Y K H S L
Decimal 162 9 34 0 0.94 0.79 0.36 350.2 0.89 0.34
Hex A2 9 22 0 5E 4F 24 15E 59 22
Octal 242 11 42 0 136 117 44 536 131 42
Binary 10100010 1001 100010 0 1011110 1001111 100100 101011110 1011001 100010

Color Harmonies of #A20922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20922

Black with #A20922

Text Example


Text Example

White with #A20922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20922; }

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

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

background-color css

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

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

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

border-color css

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

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

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