#950202

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

Shades of Dark Red #950202

Tints of Dark Red #950202

Color information

#950202 (or 0x950202) is unknown color: approx Dark Red. HEX triplet: 95, 02 and 02. RGB value is (149,2,2). Sum of RGB (Red+Green+Blue) = 149+2+2=153 (20% of max value = 765). Red value is 149 (58.59% from 255 or 97.39% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 149 - color contains mainly: red. Hex color #950202 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950202 is #6AFDFD. Grayscale: #2E2E2E. Windows color (decimal): -7011838 or 131733. OLE color: 131733.

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

Color convert

RGB14922-
CMYK00.990.990.42
HSL97.35%29.61%-
HSV(B)98.66%58.43%-
XYZ12.436.440.64-
YUV45.95103.2201.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 97.39%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 2 (1.17% from 255) = 1.31%
R=97.39%
G=1.31%
B=1.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1492200.990.990.42097.3529.61
Hex9522063632A0611e
Octal22522014314352014136
Binary1001010110100110001111000111010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950202; }

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

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

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

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

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

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

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

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