Html Css Color HEX #A20524 Carmine

📋 copy color: '#A20524'

red 162 ◦ green 5 ◦ blue 36

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

Shades of Carmine #A20524

Tints of Carmine #A20524

RGB

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

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

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

R = 79.8%
G = 2.46%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A20524 (or 0xA20524) is known color: Carmine. HEX triplet: A2, 05 and 24. RGB value is (162,5,36). Sum of RGB (Red+Green+Blue) = 162+5+36=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A20524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20524 is #5DFADB. Grayscale: #373737. Windows color (decimal): -6159068 or 2360738. OLE color: 2360738.

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

Color convert

RGB 162 5 36 -
CMYK 0 0.97 0.78 0.36
HSL 348.15º 0.94% 0.33% -
HSV(B) 348.15º 0.97% 0.64% -
XYZ 15.27 7.92 2.39 -
YUV 55.48 117.01 203.98 -
System Red Green Blue C M Y K H S L
Decimal 162 5 36 0 0.97 0.78 0.36 348.15 0.94 0.33
Hex A2 5 24 0 61 4E 24 15C 5E 21
Octal 242 5 44 0 141 116 44 534 136 41
Binary 10100010 101 100100 0 1100001 1001110 100100 101011100 1011110 100001

Color Harmonies of #A20524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20524

Black with #A20524

Text Example


Text Example

White with #A20524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20524; }

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

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

background-color css

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

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

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

border-color css

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

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

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