#A50B11

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

Shades of Carmine #A50B11

Tints of Carmine #A50B11

Color information

#A50B11 (or 0xA50B11) is unknown color: approx Carmine. HEX triplet: A5, 0B and 11. RGB value is (165,11,17). Sum of RGB (Red+Green+Blue) = 165+11+17=193 (25% of max value = 765). Red value is 165 (64.84% from 255 or 85.49% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 165 - color contains mainly: red. Hex color #A50B11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A50B11 is #5AF4EE. Grayscale: #393939. Windows color (decimal): -5960943 or 1117093. OLE color: 1117093.

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

Color convert

RGB1651117-
CMYK00.930.900.35
HSL357.66º87.5%34.51%-
HSV(B)357.66º93.33%64.71%-
XYZ15.748.281.3-
YUV57.73105.02204.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 85.49%
GREEN value IS 11 (4.69% from 255) = 5.70%
BLUE value IS 17 (7.03% from 255) = 8.81%
R=85.49%
G=5.70%
B=8.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.90
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal165111700.930.900.35357.6687.534.51
HexA5B1105D5A231665823
Octal245132101351324354613043
Binary101001011011100010101110110110101000111011001101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A50B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A50B11; }

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

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

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

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

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

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

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

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