Html Css Color HEX #A20523 Carmine

📋 copy color: '#A20523'

red 162 ◦ green 5 ◦ blue 35

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

Shades of Carmine #A20523

Tints of Carmine #A20523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 17.33%

R = 80.2%
G = 2.48%
B = 17.33%

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

#A20523 (or 0xA20523) is known color: Carmine. HEX triplet: A2, 05 and 23. RGB value is (162,5,35). Sum of RGB (Red+Green+Blue) = 162+5+35=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 35 (14.06% from 255 or 17.33% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A20523 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20523 is #5DFADC. Grayscale: #373737. Windows color (decimal): -6159069 or 2295202. OLE color: 2295202.

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

Color convert

RGB 162 5 35 -
CMYK 0 0.97 0.78 0.36
HSL 348.54º 0.94% 0.33% -
HSV(B) 348.54º 0.97% 0.64% -
XYZ 15.26 7.91 2.31 -
YUV 55.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 162 5 35 0 0.97 0.78 0.36 348.54 0.94 0.33
Hex A2 5 23 0 61 4E 24 15D 5E 21
Octal 242 5 43 0 141 116 44 535 136 41
Binary 10100010 101 100011 0 1100001 1001110 100100 101011101 1011110 100001

Color Harmonies of #A20523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A20523

Black with #A20523

Text Example


Text Example

White with #A20523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A20523; }

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

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

background-color css

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

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

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

border-color css

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

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

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