#950D02

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

Shades of Dark Red #950D02

Tints of Dark Red #950D02

Color information

#950D02 (or 0x950D02) is unknown color: approx Dark Red. HEX triplet: 95, 0D and 02. RGB value is (149,13,2). Sum of RGB (Red+Green+Blue) = 149+13+2=164 (21% of max value = 765). Red value is 149 (58.59% from 255 or 90.85% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 2 (1.17% from 255 or 1.22% from 164); Max value from RGB is 149 - color contains mainly: red. Hex color #950D02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950D02 is #6AF2FD. Grayscale: #343434. Windows color (decimal): -7009022 or 134549. OLE color: 134549.

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

Color convert

RGB149132-
CMYK00.910.990.42
HSL4.49º97.35%29.61%-
HSV(B)4.49º98.66%58.43%-
XYZ12.556.680.69-
YUV52.4199.56196.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 90.85%
GREEN value IS 13 (5.47% from 255) = 7.93%
BLUE value IS 2 (1.17% from 255) = 1.22%
R=90.85%
G=7.93%
B=1.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913200.910.990.424.4997.3529.61
Hex95D205B632A4611e
Octal225152013314352414136
Binary10010101110110010110111100011101010100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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