#9B1C10

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

Shades of Mandarian Orange #9B1C10

Tints of Mandarian Orange #9B1C10

Color information

#9B1C10 (or 0x9B1C10) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 1C and 10. RGB value is (155,28,16). Sum of RGB (Red+Green+Blue) = 155+28+16=199 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.89% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1C10 is #64E3EF. Grayscale: #404040. Windows color (decimal): -6611952 or 1055899. OLE color: 1055899.

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

Color convert

RGB1552816-
CMYK00.820.900.39
HSL5.18º81.29%33.53%-
HSV(B)5.18º89.68%60.78%-
XYZ14.037.841.26-
YUV64.6100.58192.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.89%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 16 (6.64% from 255) = 8.04%
R=77.89%
G=14.07%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155281600.820.900.395.1881.2933.53
Hex9B1C100525A2755122
Octal2333420012213247512142
Binary1001101111100100000101001010110101001111011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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