#960F0F

Color #960F0F Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #960F0F

Tints of Dark Red #960F0F

Color information

#960F0F (or 0x960F0F) is unknown color: approx Dark Red. HEX triplet: 96, 0F and 0F. RGB value is (150,15,15). Sum of RGB (Red+Green+Blue) = 150+15+15=180 (23% of max value = 765). Red value is 150 (58.98% from 255 or 83.33% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 15 (6.25% from 255 or 8.33% from 180); Max value from RGB is 150 - color contains mainly: red. Hex color #960F0F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960F0F is #69F0F0. Grayscale: #373737. Windows color (decimal): -6942961 or 987030. OLE color: 987030.

HSL color Cylindrical-coordinate representation of color #960F0F: hue angle of 0º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #960F0F is Cyan = 0, Magento = 0.9, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB1501515-
CMYK00.90.90.41
HSL81.82%32.35%-
HSV(B)90%58.82%-
XYZ12.836.861.1-
YUV55.36105.23195.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 83.33%
GREEN value IS 15 (6.25% from 255) = 8.33%
BLUE value IS 15 (6.25% from 255) = 8.33%
R=83.33%
G=8.33%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.9
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150151500.90.90.41081.8232.35
Hex96FF05A5A2905220
Octal2261717013213251012240
Binary100101101111111101011010101101010100101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960F0F; }

 p { color: rgb(150,15,15); }

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

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

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

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

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

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

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