#9B2004

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

Shades of Mandarian Orange #9B2004

Tints of Mandarian Orange #9B2004

Color information

#9B2004 (or 0x9B2004) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 20 and 04. RGB value is (155,32,4). Sum of RGB (Red+Green+Blue) = 155+32+4=191 (25% of max value = 765). Red value is 155 (60.94% from 255 or 81.15% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 4 (1.95% from 255 or 2.09% from 191); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2004 is #64DFFB. Grayscale: #414141. Windows color (decimal): -6610940 or 270491. OLE color: 270491.

HSL color Cylindrical-coordinate representation of color #9B2004: hue angle of 11.13º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B2004 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB155324-
CMYK00.790.970.39
HSL11.13º94.97%31.18%-
HSV(B)11.13º97.42%60.78%-
XYZ14.068.010.92-
YUV65.5893.25191.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 81.15%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 4 (1.95% from 255) = 2.09%
R=81.15%
G=16.75%
B=2.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15532400.790.970.3911.1394.9731.18
Hex9B20404F6127b5f1f
Octal2334040117141471313737
Binary100110111000001000100111111000011001111011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,32,4); }

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

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

 a { background-color: rgb(155,32,4); }

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

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

 span { border-color: rgb(155,32,4); }

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