#9B0D03

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

Shades of Dark Red #9B0D03

Tints of Dark Red #9B0D03

Color information

#9B0D03 (or 0x9B0D03) is unknown color: approx Dark Red. HEX triplet: 9B, 0D and 03. RGB value is (155,13,3). Sum of RGB (Red+Green+Blue) = 155+13+3=171 (22% of max value = 765). Red value is 155 (60.94% from 255 or 90.64% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 3 (1.56% from 255 or 1.75% from 171); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0D03 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B0D03 is #64F2FC. Grayscale: #363636. Windows color (decimal): -6615805 or 200091. OLE color: 200091.

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

Color convert

RGB155133-
CMYK00.920.980.39
HSL3.95º96.2%30.98%-
HSV(B)3.95º98.06%60.78%-
XYZ13.687.260.77-
YUV54.3299.04199.81-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 90.64%
GREEN value IS 13 (5.47% from 255) = 7.60%
BLUE value IS 3 (1.56% from 255) = 1.75%
R=90.64%
G=7.60%
B=1.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.98
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513300.920.980.393.9596.230.98
Hex9BD305C62274601f
Octal233153013414247414037
Binary10011011110111010111001100010100111100110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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