#9B1412

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

Shades of Mandarian Orange #9B1412

Tints of Mandarian Orange #9B1412

Color information

#9B1412 (or 0x9B1412) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 14 and 12. RGB value is (155,20,18). Sum of RGB (Red+Green+Blue) = 155+20+18=193 (25% of max value = 765). Red value is 155 (60.94% from 255 or 80.31% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 18 (7.42% from 255 or 9.33% from 193); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1412 is #64EBED. Grayscale: #3C3C3C. Windows color (decimal): -6613998 or 1184923. OLE color: 1184923.

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

Color convert

RGB1552018-
CMYK00.870.880.39
HSL0.88º79.19%33.92%-
HSV(B)0.88º88.39%60.78%-
XYZ13.887.511.29-
YUV60.14104.23195.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 80.31%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 18 (7.42% from 255) = 9.33%
R=80.31%
G=10.36%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155201800.870.880.390.8879.1933.92
Hex9B1412057582714f22
Octal2332422012713047111742
Binary10011011101001001001010111101100010011111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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