Html Css Color HEX #A50220 Carmine

📋 copy color: '#A50220'

red 165 ◦ green 2 ◦ blue 32

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

Shades of Carmine #A50220

Tints of Carmine #A50220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.01%

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

R = 82.91%
G = 1.01%
B = 16.08%

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

#A50220 (or 0xA50220) is known color: Carmine. HEX triplet: A5, 02 and 20. RGB value is (165,2,32). Sum of RGB (Red+Green+Blue) = 165+2+32=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A50220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A50220 is #5AFDDF. Grayscale: #363636. Windows color (decimal): -5963232 or 2097829. OLE color: 2097829.

HSL color Cylindrical-coordinate representation of color #A50220: hue angle of 348.96º degrees, saturation: 0.98, 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 #A50220 is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 2 32 -
CMYK 0 0.99 0.81 0.35
HSL 348.96º 0.98% 0.33% -
HSV(B) 348.96º 0.99% 0.65% -
XYZ 15.8 8.15 2.11 -
YUV 54.16 115.5 207.06 -
System Red Green Blue C M Y K H S L
Decimal 165 2 32 0 0.99 0.81 0.35 348.96 0.98 0.33
Hex A5 2 20 0 63 51 23 15D 62 21
Octal 245 2 40 0 143 121 43 535 142 41
Binary 10100101 10 100000 0 1100011 1010001 100011 101011101 1100010 100001

Color Harmonies of #A50220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A50220

Black with #A50220

Text Example


Text Example

White with #A50220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A50220; }

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

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

background-color css

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

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

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

border-color css

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

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

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