#950C00

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

Shades of Dark Red #950C00

Tints of Dark Red #950C00

Color information

#950C00 (or 0x950C00) is unknown color: approx Dark Red. HEX triplet: 95, 0C and 00. RGB value is (149,12,0). Sum of RGB (Red+Green+Blue) = 149+12+0=161 (21% of max value = 765). Red value is 149 (58.59% from 255 or 92.55% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 149 - color contains mainly: red. Hex color #950C00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950C00 is #6AF3FF. Grayscale: #333333. Windows color (decimal): -7009280 or 3221. OLE color: 3221.

HSL color Cylindrical-coordinate representation of color #950C00: hue angle of 4.83º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #950C00 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB149120-
CMYK00.9210.42
HSL4.83º100%29.22%-
HSV(B)4.83º100%58.43%-
XYZ12.536.650.62-
YUV51.5998.89197.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 92.55%
GREEN value IS 12 (5.08% from 255) = 7.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=92.55%
G=7.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14912000.9210.424.8310029.22
Hex95C005C642A5641d
Octal225140013414452514435
Binary1001010111000010111001100100101010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950C00; }

 p { color: rgb(149,12,0); }

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

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

 a { background-color: rgb(149,12,0); }

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

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

 span { border-color: rgb(149,12,0); }

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