#9E1C0B

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

Shades of Mandarian Orange #9E1C0B

Tints of Mandarian Orange #9E1C0B

Color information

#9E1C0B (or 0x9E1C0B) is unknown color: approx Mandarian Orange. HEX triplet: 9E, 1C and 0B. RGB value is (158,28,11). Sum of RGB (Red+Green+Blue) = 158+28+11=197 (26% of max value = 765). Red value is 158 (62.11% from 255 or 80.20% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1C0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9E1C0B is #61E3F4. Grayscale: #414141. Windows color (decimal): -6415349 or 728222. OLE color: 728222.

HSL color Cylindrical-coordinate representation of color #9E1C0B: hue angle of 6.94º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E1C0B is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.38.

Color convert

RGB1582811-
CMYK00.820.930.38
HSL6.94º86.98%33.14%-
HSV(B)6.94º93.04%61.96%-
XYZ14.588.121.12-
YUV64.9397.57194.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 80.20%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 11 (4.69% from 255) = 5.58%
R=80.20%
G=14.21%
B=5.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158281100.820.930.386.9486.9833.14
Hex9E1CB0525D2675721
Octal2363413012213546712741
Binary100111101110010110101001010111011001101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E1C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,28,11); }

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

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

 a { background-color: rgb(158,28,11); }

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

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

 span { border-color: rgb(158,28,11); }

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