#9B2612

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

Shades of Mandarian Orange #9B2612

Tints of Mandarian Orange #9B2612

Color information

#9B2612 (or 0x9B2612) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 26 and 12. RGB value is (155,38,18). Sum of RGB (Red+Green+Blue) = 155+38+18=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2612 is #64D9ED. Grayscale: #464646. Windows color (decimal): -6609390 or 1189531. OLE color: 1189531.

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

Color convert

RGB1553818-
CMYK00.750.880.39
HSL8.76º79.19%33.92%-
HSV(B)8.76º88.39%60.78%-
XYZ14.328.41.44-
YUV70.798.26188.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 38 (15.23% from 255) = 18.01%
BLUE value IS 18 (7.42% from 255) = 8.53%
R=73.46%
G=18.01%
B=8.53%

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
Decimal155381800.750.880.398.7679.1933.92
Hex9B261204B582794f22
Octal23346220113130471111742
Binary100110111001101001001001011101100010011110011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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