#9B1816

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

Shades of Mandarian Orange #9B1816

Tints of Mandarian Orange #9B1816

Color information

#9B1816 (or 0x9B1816) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 18 and 16. RGB value is (155,24,22). Sum of RGB (Red+Green+Blue) = 155+24+22=201 (26% of max value = 765). Red value is 155 (60.94% from 255 or 77.11% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9B1816 is #64E7E9. Grayscale: #3F3F3F. Windows color (decimal): -6612970 or 1448091. OLE color: 1448091.

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

Color convert

RGB1552422-
CMYK00.850.860.39
HSL0.9º75.14%34.71%-
HSV(B)0.9º85.81%60.78%-
XYZ13.997.681.5-
YUV62.94104.9193.66-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 77.11%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=77.11%
G=11.94%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155242200.850.860.390.975.1434.71
Hex9B1816055562714b23
Octal2333026012512647111343
Binary10011011110001011001010101101011010011111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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