#9B2200

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

Shades of Mandarian Orange #9B2200

Tints of Mandarian Orange #9B2200

Color information

#9B2200 (or 0x9B2200) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 22 and 00. RGB value is (155,34,0). Sum of RGB (Red+Green+Blue) = 155+34+0=189 (25% of max value = 765). Red value is 155 (60.94% from 255 or 82.01% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2200 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2200 is #64DDFF. Grayscale: #424242. Windows color (decimal): -6610432 or 8859. OLE color: 8859.

HSL color Cylindrical-coordinate representation of color #9B2200: hue angle of 13.16º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9B2200 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB155340-
CMYK00.7810.39
HSL13.16º100%30.39%-
HSV(B)13.16º100%60.78%-
XYZ14.098.110.82-
YUV66.390.59191.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 82.01%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.01%
G=17.99%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15534000.7810.3913.1610030.39
Hex9B22004E6427d641e
Octal2334200116144471514436
Binary1001101110001000100111011001001001111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,34,0); }

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

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

 a { background-color: rgb(155,34,0); }

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

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

 span { border-color: rgb(155,34,0); }

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