Html Css Color HEX #9B1705 Dark Red

📋 copy color: '#9B1705'

red 155 ◦ green 23 ◦ blue 5

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

Shades of Dark Red #9B1705

Tints of Dark Red #9B1705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.57%

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

R = 84.7%
G = 12.57%
B = 2.73%

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

#9B1705 (or 0x9B1705) is known color: Dark Red. HEX triplet: 9B, 17 and 05. RGB value is (155,23,5). Sum of RGB (Red+Green+Blue) = 155+23+5=183 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.70% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1705 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1705 is #64E8FA. Grayscale: #3C3C3C. Windows color (decimal): -6613243 or 333723. OLE color: 333723.

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

Color convert

RGB 155 23 5 -
CMYK 0 0.85 0.97 0.39
HSL 7.2º 0.94% 0.31% -
HSV(B) 7.2º 0.97% 0.61% -
XYZ 13.85 7.59 0.88 -
YUV 60.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 155 23 5 0 0.85 0.97 0.39 7.2 0.94 0.31
Hex 9B 17 5 0 55 61 27 7 5E 1F
Octal 233 27 5 0 125 141 47 7 136 37
Binary 10011011 10111 101 0 1010101 1100001 100111 111 1011110 11111

Color Harmonies of #9B1705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1705

Black with #9B1705

Text Example


Text Example

White with #9B1705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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