#A50210

Color #A50210 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #A50210

Tints of Carmine #A50210

Color information

#A50210 (or 0xA50210) is unknown color: approx Carmine. HEX triplet: A5, 02 and 10. RGB value is (165,2,16). Sum of RGB (Red+Green+Blue) = 165+2+16=183 (24% of max value = 765). Red value is 165 (64.84% from 255 or 90.16% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 16 (6.64% from 255 or 8.74% from 183); Max value from RGB is 165 - color contains mainly: red. Hex color #A50210 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50210 is #5AFDEF. Grayscale: #343434. Windows color (decimal): -5963248 or 1049253. OLE color: 1049253.

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

Color convert

RGB165216-
CMYK00.990.900.35
HSL354.85º97.6%32.75%-
HSV(B)354.85º98.79%64.71%-
XYZ15.638.081.23-
YUV52.33107.5208.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 90.16%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 16 (6.64% from 255) = 8.74%
R=90.16%
G=1.09%
B=8.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16521600.990.900.35354.8597.632.75
HexA52100635A231636221
Octal24522001431324354314241
Binary1010010110100000110001110110101000111011000111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50210; }

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

 H1.HeaderClassName
 {
   color: #A50210;
 }
 .AnyTagClassName
 {
   color: #A50210;
 }
</style>
background-color css

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

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

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

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

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

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