#9b2712

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

Shades of Mandarian Orange #9B2712

Tints of Mandarian Orange #9B2712

Color information

#9B2712 (or 0x9B2712) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 27 and 12. RGB value is (155,39,18). Sum of RGB (Red+Green+Blue) = 155+39+18=212 (28% of max value = 765). Red value is 155 (60.94% from 255 or 73.11% from 212); Green value is 39 (15.62% from 255 or 18.40% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2712 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2712 is #64D8ED. Grayscale: #474747. Windows color (decimal): -6609134 or 1189787. OLE color: 1189787.

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

Color convert

RGB1553918-
CMYK00.750.880.39
HSL9.2º79.19%33.92%-
HSV(B)9.2º88.39%60.78%-
XYZ14.358.461.45-
YUV71.2997.93187.71-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.11%
GREEN value IS 39 (15.62% from 255) = 18.40%
BLUE value IS 18 (7.42% from 255) = 8.49%
R=73.11%
G=18.40%
B=8.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155391800.750.880.399.279.1933.92
Hex9B271204B582794f22
Octal23347220113130471111742
Binary100110111001111001001001011101100010011110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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