#A50D11

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

Shades of Carmine #A50D11

Tints of Carmine #A50D11

Color information

#A50D11 (or 0xA50D11) is unknown color: approx Carmine. HEX triplet: A5, 0D and 11. RGB value is (165,13,17). Sum of RGB (Red+Green+Blue) = 165+13+17=195 (25% of max value = 765). Red value is 165 (64.84% from 255 or 84.62% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 17 (7.03% from 255 or 8.72% from 195); Max value from RGB is 165 - color contains mainly: red. Hex color #A50D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50D11 is #5AF2EE. Grayscale: #3B3B3B. Windows color (decimal): -5960431 or 1117605. OLE color: 1117605.

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

Color convert

RGB1651317-
CMYK00.920.900.35
HSL358.42º85.39%34.9%-
HSV(B)358.42º92.12%64.71%-
XYZ15.768.331.31-
YUV58.9104.36203.67-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 84.62%
GREEN value IS 13 (5.47% from 255) = 6.67%
BLUE value IS 17 (7.03% from 255) = 8.72%
R=84.62%
G=6.67%
B=8.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165131700.920.900.35358.4285.3934.9
HexA5D1105C5A231665523
Octal245152101341324354612543
Binary101001011101100010101110010110101000111011001101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50D11; }

 p { color: rgb(165,13,17); }

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

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

 a { background-color: rgb(165,13,17); }

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

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

 span { border-color: rgb(165,13,17); }

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