Html Css Color HEX #950802 Dark Red

📋 copy color: '#950802'

red 149 ◦ green 8 ◦ blue 2

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

Shades of Dark Red #950802

Tints of Dark Red #950802

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.03%

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

R = 93.71%
G = 5.03%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950802 (or 0x950802) is known color: Dark Red. HEX triplet: 95, 08 and 02. RGB value is (149,8,2). Sum of RGB (Red+Green+Blue) = 149+8+2=159 (21% of max value = 765). Red value is 149 (58.59% from 255 or 93.71% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 2 (1.17% from 255 or 1.26% from 159); Max value from RGB is 149 - color contains mainly: red. Hex color #950802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950802 is #6AF7FD. Grayscale: #313131. Windows color (decimal): -7010302 or 133269. OLE color: 133269.

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

Color convert

RGB 149 8 2 -
CMYK 0 0.95 0.99 0.42
HSL 2.45º 0.97% 0.3% -
HSV(B) 2.45º 0.99% 0.58% -
XYZ 12.49 6.57 0.67 -
YUV 49.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 149 8 2 0 0.95 0.99 0.42 2.45 0.97 0.3
Hex 95 8 2 0 5F 63 2A 2 61 1E
Octal 225 10 2 0 137 143 52 2 141 36
Binary 10010101 1000 10 0 1011111 1100011 101010 10 1100001 11110

Color Harmonies of #950802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950802

Black with #950802

Text Example


Text Example

White with #950802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950802; }

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

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

background-color css

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

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

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

border-color css

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

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

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