#9B1312

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

Shades of Mandarian Orange #9B1312

Tints of Mandarian Orange #9B1312

Color information

#9B1312 (or 0x9B1312) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 13 and 12. RGB value is (155,19,18). Sum of RGB (Red+Green+Blue) = 155+19+18=192 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.73% from 192); Green value is 19 (7.81% from 255 or 9.90% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1312 is #64ECED. Grayscale: #3B3B3B. Windows color (decimal): -6614254 or 1184667. OLE color: 1184667.

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

Color convert

RGB1551918-
CMYK00.880.880.39
HSL0.44º79.19%33.92%-
HSV(B)0.44º88.39%60.78%-
XYZ13.867.481.29-
YUV59.55104.56196.08-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 80.73%
GREEN value IS 19 (7.81% from 255) = 9.90%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=80.73%
G=9.90%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155191800.880.880.390.4479.1933.92
Hex9B1312058582704f22
Octal2332322013013047011742
Binary10011011100111001001011000101100010011101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,19,18); }

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

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

 a { background-color: rgb(155,19,18); }

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

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

 span { border-color: rgb(155,19,18); }

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