#9b2018

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

Shades of Mandarian Orange #9B2018

Tints of Mandarian Orange #9B2018

Color information

#9B2018 (or 0x9B2018) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 20 and 18. RGB value is (155,32,24). Sum of RGB (Red+Green+Blue) = 155+32+24=211 (27% of max value = 765). Red value is 155 (60.94% from 255 or 73.46% from 211); Green value is 32 (12.89% from 255 or 15.17% from 211); Blue value is 24 (9.77% from 255 or 11.37% from 211); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2018 is #64DFE7. Grayscale: #444444. Windows color (decimal): -6610920 or 1581211. OLE color: 1581211.

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

Color convert

RGB1553224-
CMYK00.790.850.39
HSL3.66º73.18%35.1%-
HSV(B)3.66º84.52%60.78%-
XYZ14.28.071.67-
YUV67.86103.25190.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 73.46%
GREEN value IS 32 (12.89% from 255) = 15.17%
BLUE value IS 24 (9.77% from 255) = 11.37%
R=73.46%
G=15.17%
B=11.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155322400.790.850.393.6673.1835.1
Hex9B201804F552744923
Octal2334030011712547411143
Binary10011011100000110000100111110101011001111001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b2018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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