#A50010

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

Shades of Carmine #A50010

Tints of Carmine #A50010

Color information

#A50010 (or 0xA50010) is unknown color: approx Carmine. HEX triplet: A5, 00 and 10. RGB value is (165,0,16). Sum of RGB (Red+Green+Blue) = 165+0+16=181 (23% of max value = 765). Red value is 165 (64.84% from 255 or 91.16% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 165 - color contains mainly: red. Hex color #A50010 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50010 is #5AFFEF. Grayscale: #333333. Windows color (decimal): -5963760 or 1048741. OLE color: 1048741.

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

Color convert

RGB165016-
CMYK010.900.35
HSL354.18º100%32.35%-
HSV(B)354.18º100%64.71%-
XYZ15.618.041.22-
YUV51.16108.16209.2-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 91.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=91.16%
G=0%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165016010.900.35354.1810032.35
HexA50100645A231626420
Octal24502001441324354214440
Binary101001010100000110010010110101000111011000101100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50010; }

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

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

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

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

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

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

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

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