#9B2818

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

Shades of Mandarian Orange #9B2818

Tints of Mandarian Orange #9B2818

Color information

#9B2818 (or 0x9B2818) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 28 and 18. RGB value is (155,40,24). Sum of RGB (Red+Green+Blue) = 155+40+24=219 (29% of max value = 765). Red value is 155 (60.94% from 255 or 70.78% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2818 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2818 is #64D7E7. Grayscale: #484848. Windows color (decimal): -6608872 or 1583259. OLE color: 1583259.

HSL color Cylindrical-coordinate representation of color #9B2818: hue angle of 7.33º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B2818 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB1554024-
CMYK00.740.850.39
HSL7.33º73.18%35.1%-
HSV(B)7.33º84.52%60.78%-
XYZ14.448.551.75-
YUV72.56100.6186.8-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 70.78%
GREEN value IS 40 (16.02% from 255) = 18.26%
BLUE value IS 24 (9.77% from 255) = 10.96%
R=70.78%
G=18.26%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155402400.740.850.397.3373.1835.1
Hex9B281804A552774923
Octal2335030011212547711143
Binary10011011101000110000100101010101011001111111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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