Html Css Color HEX #951502 Dark Red

📋 copy color: '#951502'

red 149 ◦ green 21 ◦ blue 2

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

Shades of Dark Red #951502

Tints of Dark Red #951502

RGB

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

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

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

R = 86.63%
G = 12.21%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#951502 (or 0x951502) is known color: Dark Red. HEX triplet: 95, 15 and 02. RGB value is (149,21,2). Sum of RGB (Red+Green+Blue) = 149+21+2=172 (22% of max value = 765). Red value is 149 (58.59% from 255 or 86.63% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 149 - color contains mainly: red. Hex color #951502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951502 is #6AEAFD. Grayscale: #393939. Windows color (decimal): -7006974 or 136597. OLE color: 136597.

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

Color convert

RGB 149 21 2 -
CMYK 0 0.86 0.99 0.42
HSL 7.76º 0.97% 0.3% -
HSV(B) 7.76º 0.99% 0.58% -
XYZ 12.67 6.93 0.73 -
YUV 57.11 96.91 193.54 -
System Red Green Blue C M Y K H S L
Decimal 149 21 2 0 0.86 0.99 0.42 7.76 0.97 0.3
Hex 95 15 2 0 56 63 2A 8 61 1E
Octal 225 25 2 0 126 143 52 10 141 36
Binary 10010101 10101 10 0 1010110 1100011 101010 1000 1100001 11110

Color Harmonies of #951502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951502

Black with #951502

Text Example


Text Example

White with #951502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951502; }

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

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

background-color css

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

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

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

border-color css

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

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

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