#9B0E00

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

Shades of Dark Red #9B0E00

Tints of Dark Red #9B0E00

Color information

#9B0E00 (or 0x9B0E00) is unknown color: approx Dark Red. HEX triplet: 9B, 0E and 00. RGB value is (155,14,0). Sum of RGB (Red+Green+Blue) = 155+14+0=169 (22% of max value = 765). Red value is 155 (60.94% from 255 or 91.72% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E00 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0E00 is #64F1FF. Grayscale: #363636. Windows color (decimal): -6615552 or 3739. OLE color: 3739.

HSL color Cylindrical-coordinate representation of color #9B0E00: hue angle of 5.42º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B0E00 is Cyan = 0, Magento = 0.91, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB155140-
CMYK00.9110.39
HSL5.42º100%30.39%-
HSV(B)5.42º100%60.78%-
XYZ13.677.280.68-
YUV54.5697.21199.64-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 91.72%
GREEN value IS 14 (5.86% from 255) = 8.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=91.72%
G=8.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514000.9110.395.4210030.39
Hex9BE005B64275641e
Octal233160013314447514436
Binary1001101111100010110111100100100111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,0); }

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

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

 a { background-color: rgb(155,14,0); }

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

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

 span { border-color: rgb(155,14,0); }

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