Html Css Color HEX #A50520 Carmine

📋 copy color: '#A50520'

red 165 ◦ green 5 ◦ blue 32

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

Shades of Carmine #A50520

Tints of Carmine #A50520

RGB

 RED value IS 165 (64.84% from 255) = 81.68%

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

 BLUE value IS 32 (12.89% from 255) = 15.84%

R = 81.68%
G = 2.48%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A50520 (or 0xA50520) is known color: Carmine. HEX triplet: A5, 05 and 20. RGB value is (165,5,32). Sum of RGB (Red+Green+Blue) = 165+5+32=202 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.68% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 32 (12.89% from 255 or 15.84% from 202); Max value from RGB is 165 - color contains mainly: red. Hex color #A50520 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50520 is #5AFADF. Grayscale: #373737. Windows color (decimal): -5962464 or 2098597. OLE color: 2098597.

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

Color convert

RGB 165 5 32 -
CMYK 0 0.97 0.81 0.35
HSL 349.88º 0.94% 0.33% -
HSV(B) 349.88º 0.97% 0.65% -
XYZ 15.83 8.21 2.12 -
YUV 55.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 165 5 32 0 0.97 0.81 0.35 349.88 0.94 0.33
Hex A5 5 20 0 61 51 23 15E 5E 21
Octal 245 5 40 0 141 121 43 536 136 41
Binary 10100101 101 100000 0 1100001 1010001 100011 101011110 1011110 100001

Color Harmonies of #A50520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50520

Black with #A50520

Text Example


Text Example

White with #A50520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50520; }

 p { color: rgb(165,5,32); }

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

background-color css

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

 a { background-color: rgb(165,5,32); }

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

border-color css

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

 span { border-color: rgb(165,5,32); }

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