#9B1205

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

Shades of Dark Red #9B1205

Tints of Dark Red #9B1205

Color information

#9B1205 (or 0x9B1205) is unknown color: approx Dark Red. HEX triplet: 9B, 12 and 05. RGB value is (155,18,5). Sum of RGB (Red+Green+Blue) = 155+18+5=178 (23% of max value = 765). Red value is 155 (60.94% from 255 or 87.08% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1205 is #64EDFA. Grayscale: #393939. Windows color (decimal): -6614523 or 332443. OLE color: 332443.

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

Color convert

RGB155185-
CMYK00.880.970.39
HSL5.2º93.75%31.37%-
HSV(B)5.2º96.77%60.78%-
XYZ13.767.410.85-
YUV57.4898.39197.56-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 87.08%
GREEN value IS 18 (7.42% from 255) = 10.11%
BLUE value IS 5 (2.34% from 255) = 2.81%
R=87.08%
G=10.11%
B=2.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15518500.880.970.395.293.7531.37
Hex9B125058612755e1f
Octal233225013014147513637
Binary1001101110010101010110001100001100111101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,18,5); }

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

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

 a { background-color: rgb(155,18,5); }

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

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

 span { border-color: rgb(155,18,5); }

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