Html Css Color HEX #9B0505 Dark Red

📋 copy color: '#9B0505'

red 155 ◦ green 5 ◦ blue 5

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

Shades of Dark Red #9B0505

Tints of Dark Red #9B0505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 93.94%
G = 3.03%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B0505 (or 0x9B0505) is known color: Dark Red. HEX triplet: 9B, 05 and 05. RGB value is (155,5,5). Sum of RGB (Red+Green+Blue) = 155+5+5=165 (21% of max value = 765). Red value is 155 (60.94% from 255 or 93.94% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0505 is #64FAFA. Grayscale: #323232. Windows color (decimal): -6617851 or 329115. OLE color: 329115.

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

Color convert

RGB 155 5 5 -
CMYK 0 0.97 0.97 0.39
HSL 0.94% 0.31% -
HSV(B) 0.97% 0.61% -
XYZ 13.6 7.09 0.79 -
YUV 49.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 155 5 5 0 0.97 0.97 0.39 0 0.94 0.31
Hex 9B 5 5 0 61 61 27 0 5E 1F
Octal 233 5 5 0 141 141 47 0 136 37
Binary 10011011 101 101 0 1100001 1100001 100111 0 1011110 11111

Color Harmonies of #9B0505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0505

Black with #9B0505

Text Example


Text Example

White with #9B0505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,5,5); }

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

background-color css

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

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

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

border-color css

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

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

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