#a50c16

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

Shades of Carmine #A50C16

Tints of Carmine #A50C16

Color information

#A50C16 (or 0xA50C16) is unknown color: approx Carmine. HEX triplet: A5, 0C and 16. RGB value is (165,12,22). Sum of RGB (Red+Green+Blue) = 165+12+22=199 (26% of max value = 765). Red value is 165 (64.84% from 255 or 82.91% from 199); Green value is 12 (5.08% from 255 or 6.03% from 199); Blue value is 22 (8.98% from 255 or 11.06% from 199); Max value from RGB is 165 - color contains mainly: red. Hex color #A50C16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50C16 is #5AF3E9. Grayscale: #3B3B3B. Windows color (decimal): -5960682 or 1445029. OLE color: 1445029.

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

Color convert

RGB1651222-
CMYK00.930.870.35
HSL356.08º86.44%34.71%-
HSV(B)356.08º92.73%64.71%-
XYZ15.798.321.53-
YUV58.89107.19203.69-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 82.91%
GREEN value IS 12 (5.08% from 255) = 6.03%
BLUE value IS 22 (8.98% from 255) = 11.06%
R=82.91%
G=6.03%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165122200.930.870.35356.0886.4434.71
HexA5C1605D57231645623
Octal245142601351274354412643
Binary101001011100101100101110110101111000111011001001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a50c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a50c16; }

 p { color: rgb(165,12,22); }

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

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

 a { background-color: rgb(165,12,22); }

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

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

 span { border-color: rgb(165,12,22); }

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