Html Css Color HEX #A50120 Carmine

📋 copy color: '#A50120'

red 165 ◦ green 1 ◦ blue 32

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

Shades of Carmine #A50120

Tints of Carmine #A50120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

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

R = 83.33%
G = 0.51%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A50120 (or 0xA50120) is known color: Carmine. HEX triplet: A5, 01 and 20. RGB value is (165,1,32). Sum of RGB (Red+Green+Blue) = 165+1+32=198 (26% of max value = 765). Red value is 165 (64.84% from 255 or 83.33% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 32 (12.89% from 255 or 16.16% from 198); Max value from RGB is 165 - color contains mainly: red. Hex color #A50120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50120 is #5AFEDF. Grayscale: #353535. Windows color (decimal): -5963488 or 2097573. OLE color: 2097573.

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

Color convert

RGB 165 1 32 -
CMYK 0 0.99 0.81 0.35
HSL 348.66º 0.99% 0.33% -
HSV(B) 348.66º 0.99% 0.65% -
XYZ 15.79 8.13 2.1 -
YUV 53.57 115.83 207.48 -
System Red Green Blue C M Y K H S L
Decimal 165 1 32 0 0.99 0.81 0.35 348.66 0.99 0.33
Hex A5 1 20 0 63 51 23 15D 63 21
Octal 245 1 40 0 143 121 43 535 143 41
Binary 10100101 1 100000 0 1100011 1010001 100011 101011101 1100011 100001

Color Harmonies of #A50120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50120

Black with #A50120

Text Example


Text Example

White with #A50120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50120; }

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

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

background-color css

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

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

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

border-color css

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

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

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