#9B1802

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

Shades of Dark Red #9B1802

Tints of Dark Red #9B1802

Color information

#9B1802 (or 0x9B1802) is unknown color: approx Dark Red. HEX triplet: 9B, 18 and 02. RGB value is (155,24,2). Sum of RGB (Red+Green+Blue) = 155+24+2=181 (23% of max value = 765). Red value is 155 (60.94% from 255 or 85.64% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 2 (1.17% from 255 or 1.10% from 181); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1802 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1802 is #64E7FD. Grayscale: #3C3C3C. Windows color (decimal): -6612990 or 137371. OLE color: 137371.

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

Color convert

RGB155242-
CMYK00.850.990.39
HSL8.63º97.45%30.78%-
HSV(B)8.63º98.71%60.78%-
XYZ13.867.630.8-
YUV60.6694.9195.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 85.64%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 2 (1.17% from 255) = 1.10%
R=85.64%
G=13.26%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15524200.850.990.398.6397.4530.78
Hex9B18205563279611f
Octal2333020125143471114137
Binary1001101111000100101010111000111001111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,24,2); }

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

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

 a { background-color: rgb(155,24,2); }

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

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

 span { border-color: rgb(155,24,2); }

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