Html Css Color HEX #9B1805 Dark Red

📋 copy color: '#9B1805'

red 155 ◦ green 24 ◦ blue 5

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

Shades of Dark Red #9B1805

Tints of Dark Red #9B1805

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.04%

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

R = 84.24%
G = 13.04%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B1805 (or 0x9B1805) is known color: Dark Red. HEX triplet: 9B, 18 and 05. RGB value is (155,24,5). Sum of RGB (Red+Green+Blue) = 155+24+5=184 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.24% from 184); Green value is 24 (9.77% from 255 or 13.04% from 184); Blue value is 5 (2.34% from 255 or 2.72% from 184); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1805 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1805 is #64E7FA. Grayscale: #3D3D3D. Windows color (decimal): -6612987 or 333979. OLE color: 333979.

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

Color convert

RGB 155 24 5 -
CMYK 0 0.85 0.97 0.39
HSL 7.6º 0.94% 0.31% -
HSV(B) 7.6º 0.97% 0.61% -
XYZ 13.87 7.63 0.89 -
YUV 61 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 155 24 5 0 0.85 0.97 0.39 7.6 0.94 0.31
Hex 9B 18 5 0 55 61 27 8 5E 1F
Octal 233 30 5 0 125 141 47 10 136 37
Binary 10011011 11000 101 0 1010101 1100001 100111 1000 1011110 11111

Color Harmonies of #9B1805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1805

Black with #9B1805

Text Example


Text Example

White with #9B1805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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