#9B2312

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

Shades of Mandarian Orange #9B2312

Tints of Mandarian Orange #9B2312

Color information

#9B2312 (or 0x9B2312) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 23 and 12. RGB value is (155,35,18). Sum of RGB (Red+Green+Blue) = 155+35+18=208 (27% of max value = 765). Red value is 155 (60.94% from 255 or 74.52% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 18 (7.42% from 255 or 8.65% from 208); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2312 is #64DCED. Grayscale: #454545. Windows color (decimal): -6610158 or 1188763. OLE color: 1188763.

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

Color convert

RGB1553518-
CMYK00.770.880.39
HSL7.45º79.19%33.92%-
HSV(B)7.45º88.39%60.78%-
XYZ14.238.211.41-
YUV68.9499.26189.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 74.52%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 18 (7.42% from 255) = 8.65%
R=74.52%
G=16.83%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155351800.770.880.397.4579.1933.92
Hex9B231204D582774f22
Octal2334322011513047711742
Binary10011011100011100100100110110110001001111111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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