Html Css Color HEX #960502 Dark Red

📋 copy color: '#960502'

red 150 ◦ green 5 ◦ blue 2

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

Shades of Dark Red #960502

Tints of Dark Red #960502

RGB

 RED value IS 150 (58.98% from 255) = 95.54%

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

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

R = 95.54%
G = 3.18%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#960502 (or 0x960502) is known color: Dark Red. HEX triplet: 96, 05 and 02. RGB value is (150,5,2). Sum of RGB (Red+Green+Blue) = 150+5+2=157 (20% of max value = 765). Red value is 150 (58.98% from 255 or 95.54% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 150 - color contains mainly: red. Hex color #960502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #960502 is #69FAFD. Grayscale: #303030. Windows color (decimal): -6945534 or 132502. OLE color: 132502.

HSL color Cylindrical-coordinate representation of color #960502: hue angle of 1.22º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960502 is Cyan = 0, Magento = 0.97, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 5 2 -
CMYK 0 0.97 0.99 0.41
HSL 1.22º 0.97% 0.3% -
HSV(B) 1.22º 0.99% 0.59% -
XYZ 12.64 6.6 0.66 -
YUV 48.01 102.04 200.74 -
System Red Green Blue C M Y K H S L
Decimal 150 5 2 0 0.97 0.99 0.41 1.22 0.97 0.3
Hex 96 5 2 0 61 63 29 1 61 1E
Octal 226 5 2 0 141 143 51 1 141 36
Binary 10010110 101 10 0 1100001 1100011 101001 1 1100001 11110

Color Harmonies of #960502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960502

Black with #960502

Text Example


Text Example

White with #960502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960502; }

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

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

background-color css

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

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

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

border-color css

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

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

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