Html Css Color HEX #A20522 Carmine

📋 copy color: '#A20522'

red 162 ◦ green 5 ◦ blue 34

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

Shades of Carmine #A20522

Tints of Carmine #A20522

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

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

R = 80.6%
G = 2.49%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A20522 (or 0xA20522) is known color: Carmine. HEX triplet: A2, 05 and 22. RGB value is (162,5,34). Sum of RGB (Red+Green+Blue) = 162+5+34=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A20522 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20522 is #5DFADD. Grayscale: #373737. Windows color (decimal): -6159070 or 2229666. OLE color: 2229666.

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

Color convert

RGB 162 5 34 -
CMYK 0 0.97 0.79 0.36
HSL 348.92º 0.94% 0.33% -
HSV(B) 348.92º 0.97% 0.64% -
XYZ 15.24 7.91 2.24 -
YUV 55.25 116.01 204.14 -
System Red Green Blue C M Y K H S L
Decimal 162 5 34 0 0.97 0.79 0.36 348.92 0.94 0.33
Hex A2 5 22 0 61 4F 24 15D 5E 21
Octal 242 5 42 0 141 117 44 535 136 41
Binary 10100010 101 100010 0 1100001 1001111 100100 101011101 1011110 100001

Color Harmonies of #A20522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20522

Black with #A20522

Text Example


Text Example

White with #A20522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20522; }

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

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

background-color css

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

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

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

border-color css

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

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

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