#9B1510

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

Shades of Mandarian Orange #9B1510

Tints of Mandarian Orange #9B1510

Color information

#9B1510 (or 0x9B1510) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 15 and 10. RGB value is (155,21,16). Sum of RGB (Red+Green+Blue) = 155+21+16=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1510 is #64EAEF. Grayscale: #3C3C3C. Windows color (decimal): -6613744 or 1054107. OLE color: 1054107.

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

Color convert

RGB1552116-
CMYK00.860.900.39
HSL2.16º81.29%33.53%-
HSV(B)2.16º89.68%60.78%-
XYZ13.887.541.21-
YUV60.5102.89195.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 80.73%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=80.73%
G=10.94%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155211600.860.900.392.1681.2933.53
Hex9B15100565A2725122
Octal2332520012613247212142
Binary100110111010110000010101101011010100111101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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