#9B0E03

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

Shades of Dark Red #9B0E03

Tints of Dark Red #9B0E03

Color information

#9B0E03 (or 0x9B0E03) is unknown color: approx Dark Red. HEX triplet: 9B, 0E and 03. RGB value is (155,14,3). Sum of RGB (Red+Green+Blue) = 155+14+3=172 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.12% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 3 (1.56% from 255 or 1.74% from 172); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0E03 is #64F1FC. Grayscale: #373737. Windows color (decimal): -6615549 or 200347. OLE color: 200347.

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

Color convert

RGB155143-
CMYK00.910.980.39
HSL4.34º96.2%30.98%-
HSV(B)4.34º98.06%60.78%-
XYZ13.697.290.77-
YUV54.998.71199.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 90.12%
GREEN value IS 14 (5.86% from 255) = 8.14%
BLUE value IS 3 (1.56% from 255) = 1.74%
R=90.12%
G=8.14%
B=1.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15514300.910.980.394.3496.230.98
Hex9BE305B62274601f
Octal233163013314247414037
Binary10011011111011010110111100010100111100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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