Html Css Color HEX #9B1502 Dark Red

📋 copy color: '#9B1502'

red 155 ◦ green 21 ◦ blue 2

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

Shades of Dark Red #9B1502

Tints of Dark Red #9B1502

RGB

 RED value IS 155 (60.94% from 255) = 87.08%

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

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

R = 87.08%
G = 11.8%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#9B1502 (or 0x9B1502) is known color: Dark Red. HEX triplet: 9B, 15 and 02. RGB value is (155,21,2). Sum of RGB (Red+Green+Blue) = 155+21+2=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 21 (8.59% from 255 or 11.80% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1502 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1502 is #64EAFD. Grayscale: #3B3B3B. Windows color (decimal): -6613758 or 136603. OLE color: 136603.

HSL color Cylindrical-coordinate representation of color #9B1502: hue angle of 7.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9B1502 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 21 2 -
CMYK 0 0.86 0.99 0.39
HSL 7.45º 0.97% 0.31% -
HSV(B) 7.45º 0.99% 0.61% -
XYZ 13.8 7.51 0.78 -
YUV 58.9 95.89 196.54 -
System Red Green Blue C M Y K H S L
Decimal 155 21 2 0 0.86 0.99 0.39 7.45 0.97 0.31
Hex 9B 15 2 0 56 63 27 7 61 1F
Octal 233 25 2 0 126 143 47 7 141 37
Binary 10011011 10101 10 0 1010110 1100011 100111 111 1100001 11111

Color Harmonies of #9B1502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1502

Black with #9B1502

Text Example


Text Example

White with #9B1502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B1502; }

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

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

background-color css

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

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

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

border-color css

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

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

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