#951116

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

Shades of Carmine #951116

Tints of Carmine #951116

Color information

#951116 (or 0x951116) is unknown color: approx Carmine. HEX triplet: 95, 11 and 16. RGB value is (149,17,22). Sum of RGB (Red+Green+Blue) = 149+17+22=188 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.26% from 188); Green value is 17 (7.03% from 255 or 9.04% from 188); Blue value is 22 (8.98% from 255 or 11.70% from 188); Max value from RGB is 149 - color contains mainly: red. Hex color #951116 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951116 is #6AEEE9. Grayscale: #393939. Windows color (decimal): -7007978 or 1446293. OLE color: 1446293.

HSL color Cylindrical-coordinate representation of color #951116: hue angle of 357.73º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951116 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1491722-
CMYK00.890.850.42
HSL357.73º79.52%32.55%-
HSV(B)357.73º88.59%58.43%-
XYZ12.746.851.41-
YUV57.04108.23193.59-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 79.26%
GREEN value IS 17 (7.03% from 255) = 9.04%
BLUE value IS 22 (8.98% from 255) = 11.70%
R=79.26%
G=9.04%
B=11.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149172200.890.850.42357.7379.5232.55
Hex951116059552A1665021
Octal225212601311255254612041
Binary1001010110001101100101100110101011010101011001101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951116; }

 p { color: rgb(149,17,22); }

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

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

 a { background-color: rgb(149,17,22); }

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

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

 span { border-color: rgb(149,17,22); }

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