#9B160E

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

Shades of Mandarian Orange #9B160E

Tints of Mandarian Orange #9B160E

Color information

#9B160E (or 0x9B160E) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 16 and 0E. RGB value is (155,22,14). Sum of RGB (Red+Green+Blue) = 155+22+14=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 14 (5.86% from 255 or 7.33% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B160E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B160E is #64E9F1. Grayscale: #3D3D3D. Windows color (decimal): -6613490 or 923291. OLE color: 923291.

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

Color convert

RGB1552214-
CMYK00.860.910.39
HSL3.4º83.43%33.14%-
HSV(B)3.4º90.97%60.78%-
XYZ13.887.571.15-
YUV60.86101.56195.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 81.15%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 14 (5.86% from 255) = 7.33%
R=81.15%
G=11.52%
B=7.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155221400.860.910.393.483.4333.14
Hex9B16E0565B2735321
Octal2332616012613347312341
Binary10011011101101110010101101011011100111111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B160E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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