Html Css Color HEX #9B1706 Dark Red

📋 copy color: '#9B1706'

red 155 ◦ green 23 ◦ blue 6

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

Shades of Dark Red #9B1706

Tints of Dark Red #9B1706

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.26%

R = 84.24%
G = 12.5%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.39

RGB Variations

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

Color information

#9B1706 (or 0x9B1706) is known color: Dark Red. HEX triplet: 9B, 17 and 06. RGB value is (155,23,6). Sum of RGB (Red+Green+Blue) = 155+23+6=184 (24% of max value = 765). Red value is 155 (60.94% from 255 or 84.24% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 6 (2.73% from 255 or 3.26% from 184); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1706 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1706 is #64E8F9. Grayscale: #3C3C3C. Windows color (decimal): -6613242 or 399259. OLE color: 399259.

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

Color convert

RGB 155 23 6 -
CMYK 0 0.85 0.96 0.39
HSL 6.85º 0.93% 0.32% -
HSV(B) 6.85º 0.96% 0.61% -
XYZ 13.86 7.59 0.91 -
YUV 60.53 97.23 195.38 -
System Red Green Blue C M Y K H S L
Decimal 155 23 6 0 0.85 0.96 0.39 6.85 0.93 0.32
Hex 9B 17 6 0 55 60 27 7 5D 20
Octal 233 27 6 0 125 140 47 7 135 40
Binary 10011011 10111 110 0 1010101 1100000 100111 111 1011101 100000

Color Harmonies of #9B1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B1706

Black with #9B1706

Text Example


Text Example

White with #9B1706

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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