Html Css Color HEX #950602 Dark Red

📋 copy color: '#950602'

red 149 ◦ green 6 ◦ blue 2

#950602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #950602

Tints of Dark Red #950602

RGB

 RED value IS 149 (58.59% from 255) = 94.9%

 GREEN value IS 6 (2.73% from 255) = 3.82%

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 94.9%
G = 3.82%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950602 (or 0x950602) is known color: Dark Red. HEX triplet: 95, 06 and 02. RGB value is (149,6,2). Sum of RGB (Red+Green+Blue) = 149+6+2=157 (20% of max value = 765). Red value is 149 (58.59% from 255 or 94.90% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 149 - color contains mainly: red. Hex color #950602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950602 is #6AF9FD. Grayscale: #303030. Windows color (decimal): -7010814 or 132757. OLE color: 132757.

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

Color convert

RGB 149 6 2 -
CMYK 0 0.96 0.99 0.42
HSL 1.63º 0.97% 0.3% -
HSV(B) 1.63º 0.99% 0.58% -
XYZ 12.47 6.52 0.66 -
YUV 48.3 101.88 199.83 -
System Red Green Blue C M Y K H S L
Decimal 149 6 2 0 0.96 0.99 0.42 1.63 0.97 0.3
Hex 95 6 2 0 60 63 2A 2 61 1E
Octal 225 6 2 0 140 143 52 2 141 36
Binary 10010101 110 10 0 1100000 1100011 101010 10 1100001 11110

Color Harmonies of #950602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950602

Black with #950602

Text Example


Text Example

White with #950602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950602; }

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

 H1.HeaderClassName
 {
   color: #950602;
 }
 .AnyTagClassName
 {
   color: #950602;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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