#9B201E

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

Shades of Mandarian Orange #9B201E

Tints of Mandarian Orange #9B201E

Color information

#9B201E (or 0x9B201E) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 20 and 1E. RGB value is (155,32,30). Sum of RGB (Red+Green+Blue) = 155+32+30=217 (28% of max value = 765). Red value is 155 (60.94% from 255 or 71.43% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 30 (12.11% from 255 or 13.82% from 217); Max value from RGB is 155 - color contains mainly: red. Hex color #9B201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B201E is #64DFE1. Grayscale: #444444. Windows color (decimal): -6610914 or 1974427. OLE color: 1974427.

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

Color convert

RGB1553230-
CMYK00.790.810.39
HSL0.96º67.57%36.27%-
HSV(B)0.96º80.65%60.78%-
XYZ14.278.12.04-
YUV68.55106.25189.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 71.43%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 30 (12.11% from 255) = 13.82%
R=71.43%
G=14.75%
B=13.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155323000.790.810.390.9667.5736.27
Hex9B201E04F512714424
Octal2334036011712147110444
Binary100110111000001111001001111101000110011111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B201E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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