#9B0A06

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

Shades of Dark Red #9B0A06

Tints of Dark Red #9B0A06

Color information

#9B0A06 (or 0x9B0A06) is unknown color: approx Dark Red. HEX triplet: 9B, 0A and 06. RGB value is (155,10,6). Sum of RGB (Red+Green+Blue) = 155+10+6=171 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.64% from 171); Green value is 10 (4.30% from 255 or 5.85% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0A06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0A06 is #64F5F9. Grayscale: #353535. Windows color (decimal): -6616570 or 395931. OLE color: 395931.

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

Color convert

RGB155106-
CMYK00.940.960.39
HSL1.61º92.55%31.57%-
HSV(B)1.61º96.13%60.78%-
XYZ13.667.20.84-
YUV52.9101.54200.83-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 90.64%
GREEN value IS 10 (4.30% from 255) = 5.85%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=90.64%
G=5.85%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510600.940.960.391.6192.5531.57
Hex9BA605E602725d20
Octal233126013614047213540
Binary100110111010110010111101100000100111101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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