Html Css Color HEX #961502 Dark Red

📋 copy color: '#961502'

red 150 ◦ green 21 ◦ blue 2

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

Shades of Dark Red #961502

Tints of Dark Red #961502

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 86.71%
G = 12.14%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#961502 (or 0x961502) is known color: Dark Red. HEX triplet: 96, 15 and 02. RGB value is (150,21,2). Sum of RGB (Red+Green+Blue) = 150+21+2=173 (22% of max value = 765). Red value is 150 (58.98% from 255 or 86.71% from 173); Green value is 21 (8.59% from 255 or 12.14% from 173); Blue value is 2 (1.17% from 255 or 1.16% from 173); Max value from RGB is 150 - color contains mainly: red. Hex color #961502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #961502 is #69EAFD. Grayscale: #393939. Windows color (decimal): -6941438 or 136598. OLE color: 136598.

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

Color convert

RGB 150 21 2 -
CMYK 0 0.86 0.99 0.41
HSL 7.7º 0.97% 0.3% -
HSV(B) 7.7º 0.99% 0.59% -
XYZ 12.86 7.02 0.74 -
YUV 57.41 96.74 194.04 -
System Red Green Blue C M Y K H S L
Decimal 150 21 2 0 0.86 0.99 0.41 7.7 0.97 0.3
Hex 96 15 2 0 56 63 29 8 61 1E
Octal 226 25 2 0 126 143 51 10 141 36
Binary 10010110 10101 10 0 1010110 1100011 101001 1000 1100001 11110

Color Harmonies of #961502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #961502

Black with #961502

Text Example


Text Example

White with #961502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #961502; }

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

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

background-color css

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

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

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

border-color css

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

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

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