Html Css Color HEX #950502 Dark Red

📋 copy color: '#950502'

red 149 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #950502

Tints of Dark Red #950502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.21%

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

R = 95.51%
G = 3.21%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#950502 (or 0x950502) is known color: Dark Red. HEX triplet: 95, 05 and 02. RGB value is (149,5,2). Sum of RGB (Red+Green+Blue) = 149+5+2=156 (20% of max value = 765). Red value is 149 (58.59% from 255 or 95.51% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 2 (1.17% from 255 or 1.28% from 156); Max value from RGB is 149 - color contains mainly: red. Hex color #950502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950502 is #6AFAFD. Grayscale: #2F2F2F. Windows color (decimal): -7011070 or 132501. OLE color: 132501.

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

Color convert

RGB 149 5 2 -
CMYK 0 0.97 0.99 0.42
HSL 1.22º 0.97% 0.3% -
HSV(B) 1.22º 0.99% 0.58% -
XYZ 12.46 6.5 0.66 -
YUV 47.71 102.21 200.24 -
System Red Green Blue C M Y K H S L
Decimal 149 5 2 0 0.97 0.99 0.42 1.22 0.97 0.3
Hex 95 5 2 0 61 63 2A 1 61 1E
Octal 225 5 2 0 141 143 52 1 141 36
Binary 10010101 101 10 0 1100001 1100011 101010 1 1100001 11110

Color Harmonies of #950502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950502

Black with #950502

Text Example


Text Example

White with #950502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950502; }

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

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

background-color css

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

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

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

border-color css

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

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

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