#9B2812

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

Shades of Mandarian Orange #9B2812

Tints of Mandarian Orange #9B2812

Color information

#9B2812 (or 0x9B2812) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 28 and 12. RGB value is (155,40,18). Sum of RGB (Red+Green+Blue) = 155+40+18=213 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.77% from 213); Green value is 40 (16.02% from 255 or 18.78% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2812 is #64D7ED. Grayscale: #484848. Windows color (decimal): -6608878 or 1190043. OLE color: 1190043.

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

Color convert

RGB1554018-
CMYK00.740.880.39
HSL9.64º79.19%33.92%-
HSV(B)9.64º88.39%60.78%-
XYZ14.398.531.46-
YUV71.8897.6187.29-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 72.77%
GREEN value IS 40 (16.02% from 255) = 18.78%
BLUE value IS 18 (7.42% from 255) = 8.45%
R=72.77%
G=18.78%
B=8.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155401800.740.880.399.6479.1933.92
Hex9B281204A5827a4f22
Octal23350220112130471211742
Binary100110111010001001001001010101100010011110101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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