#960914

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

Shades of Carmine #960914

Tints of Carmine #960914

Color information

#960914 (or 0x960914) is unknown color: approx Carmine. HEX triplet: 96, 09 and 14. RGB value is (150,9,20). Sum of RGB (Red+Green+Blue) = 150+9+20=179 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.80% from 179); Green value is 9 (3.91% from 255 or 5.03% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 150 - color contains mainly: red. Hex color #960914 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960914 is #69F6EB. Grayscale: #343434. Windows color (decimal): -6944492 or 1313174. OLE color: 1313174.

HSL color Cylindrical-coordinate representation of color #960914: hue angle of 355.32º 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 #960914 is Cyan = 0, Magento = 0.94, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB150920-
CMYK00.940.870.41
HSL355.32º88.68%31.18%-
HSV(B)355.32º94%58.82%-
XYZ12.86.731.29-
YUV52.41109.71197.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 83.80%
GREEN value IS 9 (3.91% from 255) = 5.03%
BLUE value IS 20 (8.20% from 255) = 11.17%
R=83.80%
G=5.03%
B=11.17%

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
Decimal15092000.940.870.41355.3288.6831.18
Hex9691405E5729163591f
Octal226112401361275154313137
Binary10010110100110100010111101010111101001101100011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960914; }

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

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

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

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

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

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

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

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