Html Css Color HEX #9B0B05 Dark Red

📋 copy color: '#9B0B05'

red 155 ◦ green 11 ◦ blue 5

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

Shades of Dark Red #9B0B05

Tints of Dark Red #9B0B05

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.43%

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

R = 90.64%
G = 6.43%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B0B05 (or 0x9B0B05) is known color: Dark Red. HEX triplet: 9B, 0B and 05. RGB value is (155,11,5). Sum of RGB (Red+Green+Blue) = 155+11+5=171 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.64% from 171); Green value is 11 (4.69% from 255 or 6.43% from 171); Blue value is 5 (2.34% from 255 or 2.92% from 171); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0B05 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0B05 is #64F4FA. Grayscale: #353535. Windows color (decimal): -6616315 or 330651. OLE color: 330651.

HSL color Cylindrical-coordinate representation of color #9B0B05: hue angle of 2.4º 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 #9B0B05 is Cyan = 0, Magento = 0.93, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 11 5 -
CMYK 0 0.93 0.97 0.39
HSL 2.4º 0.94% 0.31% -
HSV(B) 2.4º 0.97% 0.61% -
XYZ 13.66 7.22 0.82 -
YUV 53.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 155 11 5 0 0.93 0.97 0.39 2.4 0.94 0.31
Hex 9B B 5 0 5D 61 27 2 5E 1F
Octal 233 13 5 0 135 141 47 2 136 37
Binary 10011011 1011 101 0 1011101 1100001 100111 10 1011110 11111

Color Harmonies of #9B0B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B0B05

Black with #9B0B05

Text Example


Text Example

White with #9B0B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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