#950302

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

Shades of Dark Red #950302

Tints of Dark Red #950302

Color information

#950302 (or 0x950302) is unknown color: approx Dark Red. HEX triplet: 95, 03 and 02. RGB value is (149,3,2). Sum of RGB (Red+Green+Blue) = 149+3+2=154 (20% of max value = 765). Red value is 149 (58.59% from 255 or 96.75% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 149 - color contains mainly: red. Hex color #950302 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950302 is #6AFCFD. Grayscale: #2E2E2E. Windows color (decimal): -7011582 or 131989. OLE color: 131989.

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

Color convert

RGB14932-
CMYK00.980.990.42
HSL0.41º97.35%29.61%-
HSV(B)0.41º98.66%58.43%-
XYZ12.446.460.65-
YUV46.54102.87201.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 96.75%
GREEN value IS 3 (1.56% from 255) = 1.95%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=96.75%
G=1.95%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1493200.980.990.420.4197.3529.61
Hex9532062632A0611e
Octal22532014214352014136
Binary1001010111100110001011000111010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950302; }

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

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

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

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

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

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

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

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