#9B1806

Color #9B1806 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9B1806

Tints of Dark Red #9B1806

Color information

#9B1806 (or 0x9B1806) is unknown color: approx Dark Red. HEX triplet: 9B, 18 and 06. RGB value is (155,24,6). Sum of RGB (Red+Green+Blue) = 155+24+6=185 (24% of max value = 765). Red value is 155 (60.94% from 255 or 83.78% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 6 (2.73% from 255 or 3.24% from 185); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1806 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1806 is #64E7F9. Grayscale: #3D3D3D. Windows color (decimal): -6612986 or 399515. OLE color: 399515.

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

Color convert

RGB155246-
CMYK00.850.960.39
HSL7.25º92.55%31.57%-
HSV(B)7.25º96.13%60.78%-
XYZ13.887.630.91-
YUV61.1296.9194.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 83.78%
GREEN value IS 24 (9.77% from 255) = 12.97%
BLUE value IS 6 (2.73% from 255) = 3.24%
R=83.78%
G=12.97%
B=3.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15524600.850.960.397.2592.5531.57
Hex9B186055602775d20
Octal233306012514047713540
Binary10011011110001100101010111000001001111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B1806;
 }
 .AnyTagClassName
 {
   color: #9B1806;
 }
</style>
background-color css

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

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

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

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

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

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