#950402

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

Shades of Dark Red #950402

Tints of Dark Red #950402

Color information

#950402 (or 0x950402) is unknown color: approx Dark Red. HEX triplet: 95, 04 and 02. RGB value is (149,4,2). Sum of RGB (Red+Green+Blue) = 149+4+2=155 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.13% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 2 (1.17% from 255 or 1.29% from 155); Max value from RGB is 149 - color contains mainly: red. Hex color #950402 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950402 is #6AFBFD. Grayscale: #2F2F2F. Windows color (decimal): -7011326 or 132245. OLE color: 132245.

HSL color Cylindrical-coordinate representation of color #950402: hue angle of 0.82º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #950402 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB14942-
CMYK00.970.990.42
HSL0.82º97.35%29.61%-
HSV(B)0.82º98.66%58.43%-
XYZ12.456.480.65-
YUV47.13102.54200.66-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 96.13%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 2 (1.17% from 255) = 1.29%
R=96.13%
G=2.58%
B=1.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1494200.970.990.420.8297.3529.61
Hex9542061632A1611e
Octal22542014114352114136
Binary10010101100100110000111000111010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950402; }

 p { color: rgb(149,4,2); }

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

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

 a { background-color: rgb(149,4,2); }

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

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

 span { border-color: rgb(149,4,2); }

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