#9B1A06

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

Shades of Dark Red #9B1A06

Tints of Dark Red #9B1A06

Color information

#9B1A06 (or 0x9B1A06) is unknown color: approx Dark Red. HEX triplet: 9B, 1A and 06. RGB value is (155,26,6). Sum of RGB (Red+Green+Blue) = 155+26+6=187 (24% of max value = 765). Red value is 155 (60.94% from 255 or 82.89% from 187); Green value is 26 (10.55% from 255 or 13.90% from 187); Blue value is 6 (2.73% from 255 or 3.21% from 187); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1A06 is #64E5F9. Grayscale: #3E3E3E. Windows color (decimal): -6612474 or 400027. OLE color: 400027.

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

Color convert

RGB155266-
CMYK00.830.960.39
HSL8.05º92.55%31.57%-
HSV(B)8.05º96.13%60.78%-
XYZ13.927.720.93-
YUV62.2996.24194.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 82.89%
GREEN value IS 26 (10.55% from 255) = 13.90%
BLUE value IS 6 (2.73% from 255) = 3.21%
R=82.89%
G=13.90%
B=3.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15526600.830.960.398.0592.5531.57
Hex9B1A6053602785d20
Octal2333260123140471013540
Binary100110111101011001010011110000010011110001011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,26,6); }

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

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

 a { background-color: rgb(155,26,6); }

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

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

 span { border-color: rgb(155,26,6); }

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