#960913

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

Shades of Carmine #960913

Tints of Carmine #960913

Color information

#960913 (or 0x960913) is unknown color: approx Carmine. HEX triplet: 96, 09 and 13. RGB value is (150,9,19). Sum of RGB (Red+Green+Blue) = 150+9+19=178 (23% of max value = 765). Red value is 150 (58.98% from 255 or 84.27% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 150 - color contains mainly: red. Hex color #960913 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960913 is #69F6EC. Grayscale: #343434. Windows color (decimal): -6944493 or 1247638. OLE color: 1247638.

HSL color Cylindrical-coordinate representation of color #960913: hue angle of 355.74º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960913 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB150919-
CMYK00.940.870.41
HSL355.74º88.68%31.18%-
HSV(B)355.74º94%58.82%-
XYZ12.796.731.24-
YUV52.3109.21197.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 84.27%
GREEN value IS 9 (3.91% from 255) = 5.06%
BLUE value IS 19 (7.81% from 255) = 10.67%
R=84.27%
G=5.06%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.87
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15091900.940.870.41355.7488.6831.18
Hex9691305E5729164591f
Octal226112301361275154413137
Binary10010110100110011010111101010111101001101100100101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960913; }

 p { color: rgb(150,9,19); }

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

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

 a { background-color: rgb(150,9,19); }

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

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

 span { border-color: rgb(150,9,19); }

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