Html Css Color HEX #A50620 Carmine

📋 copy color: '#A50620'

red 165 ◦ green 6 ◦ blue 32

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

Shades of Carmine #A50620

Tints of Carmine #A50620

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.96%

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

R = 81.28%
G = 2.96%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A50620 (or 0xA50620) is known color: Carmine. HEX triplet: A5, 06 and 20. RGB value is (165,6,32). Sum of RGB (Red+Green+Blue) = 165+6+32=203 (26% of max value = 765). Red value is 165 (64.84% from 255 or 81.28% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 165 - color contains mainly: red. Hex color #A50620 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50620 is #5AF9DF. Grayscale: #383838. Windows color (decimal): -5962208 or 2098853. OLE color: 2098853.

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

Color convert

RGB 165 6 32 -
CMYK 0 0.96 0.81 0.35
HSL 350.19º 0.93% 0.34% -
HSV(B) 350.19º 0.96% 0.65% -
XYZ 15.84 8.23 2.12 -
YUV 56.51 114.18 205.39 -
System Red Green Blue C M Y K H S L
Decimal 165 6 32 0 0.96 0.81 0.35 350.19 0.93 0.34
Hex A5 6 20 0 60 51 23 15E 5D 22
Octal 245 6 40 0 140 121 43 536 135 42
Binary 10100101 110 100000 0 1100000 1010001 100011 101011110 1011101 100010

Color Harmonies of #A50620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50620

Black with #A50620

Text Example


Text Example

White with #A50620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50620; }

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

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

background-color css

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

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

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

border-color css

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

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

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