#9B1B10

Color #9B1B10 Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #9B1B10

Tints of Mandarian Orange #9B1B10

Color information

#9B1B10 (or 0x9B1B10) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 1B and 10. RGB value is (155,27,16). Sum of RGB (Red+Green+Blue) = 155+27+16=198 (26% of max value = 765). Red value is 155 (60.94% from 255 or 78.28% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1B10 is #64E4EF. Grayscale: #404040. Windows color (decimal): -6612208 or 1055643. OLE color: 1055643.

HSL color Cylindrical-coordinate representation of color #9B1B10: hue angle of 4.75º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B1B10 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1552716-
CMYK00.830.900.39
HSL4.75º81.29%33.53%-
HSV(B)4.75º89.68%60.78%-
XYZ147.791.26-
YUV64.02100.91192.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 78.28%
GREEN value IS 27 (10.94% from 255) = 13.64%
BLUE value IS 16 (6.64% from 255) = 8.08%
R=78.28%
G=13.64%
B=8.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155271600.830.900.394.7581.2933.53
Hex9B1B100535A2755122
Octal2333320012313247512142
Binary1001101111011100000101001110110101001111011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,16); }

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

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

 a { background-color: rgb(155,27,16); }

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

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

 span { border-color: rgb(155,27,16); }

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