#9B1602

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

Shades of Dark Red #9B1602

Tints of Dark Red #9B1602

Color information

#9B1602 (or 0x9B1602) is unknown color: approx Dark Red. HEX triplet: 9B, 16 and 02. RGB value is (155,22,2). Sum of RGB (Red+Green+Blue) = 155+22+2=179 (23% of max value = 765). Red value is 155 (60.94% from 255 or 86.59% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 2 (1.17% from 255 or 1.12% from 179); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1602 is #64E9FD. Grayscale: #3B3B3B. Windows color (decimal): -6613502 or 136859. OLE color: 136859.

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

Color convert

RGB155222-
CMYK00.860.990.39
HSL7.84º97.45%30.78%-
HSV(B)7.84º98.71%60.78%-
XYZ13.827.550.79-
YUV59.4995.56196.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 86.59%
GREEN value IS 22 (8.98% from 255) = 12.29%
BLUE value IS 2 (1.17% from 255) = 1.12%
R=86.59%
G=12.29%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15522200.860.990.397.8497.4530.78
Hex9B16205663278611f
Octal2332620126143471014137
Binary1001101110110100101011011000111001111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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