#9B2210

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

Shades of Mandarian Orange #9B2210

Tints of Mandarian Orange #9B2210

Color information

#9B2210 (or 0x9B2210) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 22 and 10. RGB value is (155,34,16). Sum of RGB (Red+Green+Blue) = 155+34+16=205 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.61% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2210 is #64DDEF. Grayscale: #444444. Windows color (decimal): -6610416 or 1057435. OLE color: 1057435.

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

Color convert

RGB1553416-
CMYK00.780.900.39
HSL7.77º81.29%33.53%-
HSV(B)7.77º89.68%60.78%-
XYZ14.188.151.32-
YUV68.1398.59189.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 75.61%
GREEN value IS 34 (13.67% from 255) = 16.59%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=75.61%
G=16.59%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155341600.780.900.397.7781.2933.53
Hex9B221004E5A2785122
Octal23342200116132471012142
Binary100110111000101000001001110101101010011110001010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B2210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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