#9E1A16

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

Shades of Mandarian Orange #9E1A16

Tints of Mandarian Orange #9E1A16

Color information

#9E1A16 (or 0x9E1A16) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 1A and 16. RGB value is (158,26,22). Sum of RGB (Red+Green+Blue) = 158+26+22=206 (27% of max value = 765). Red value is 158 (62.11% from 255 or 76.70% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1A16 is #61E5E9. Grayscale: #414141. Windows color (decimal): -6415850 or 1448606. OLE color: 1448606.

HSL color Cylindrical-coordinate representation of color #9E1A16: hue angle of 1.76º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9E1A16 is Cyan = 0, Magento = 0.84, Yellow = 0.86 and Black (K on CMYK) = 0.38.

Color convert

RGB1582622-
CMYK00.840.860.38
HSL1.76º75.56%35.29%-
HSV(B)1.76º86.08%61.96%-
XYZ14.618.071.55-
YUV65.01103.73194.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 76.70%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 22 (8.98% from 255) = 10.68%
R=76.70%
G=12.62%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.86
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158262200.840.860.381.7675.5635.29
Hex9E1A16054562624c23
Octal2363226012412646211443
Binary100111101101010110010101001010110100110101001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,26,22); }

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

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

 a { background-color: rgb(158,26,22); }

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

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

 span { border-color: rgb(158,26,22); }

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