#9B160D

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

Shades of Mandarian Orange #9B160D

Tints of Mandarian Orange #9B160D

Color information

#9B160D (or 0x9B160D) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 16 and 0D. RGB value is (155,22,13). Sum of RGB (Red+Green+Blue) = 155+22+13=190 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.58% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 155 - color contains mainly: red. Hex color #9B160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B160D is #64E9F2. Grayscale: #3C3C3C. Windows color (decimal): -6613491 or 857755. OLE color: 857755.

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

Color convert

RGB1552213-
CMYK00.860.920.39
HSL3.8º84.52%32.94%-
HSV(B)3.8º91.61%60.78%-
XYZ13.887.571.11-
YUV60.74101.06195.23-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 81.58%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 13 (5.47% from 255) = 6.84%
R=81.58%
G=11.58%
B=6.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155221300.860.920.393.884.5232.94
Hex9B16D0565C2745521
Octal2332615012613447412541
Binary100110111011011010101011010111001001111001010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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