#901E18

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

Shades of Mandarian Orange #901E18

Tints of Mandarian Orange #901E18

Color information

#901E18 (or 0x901E18) is unknown color: approx Mandarian Orange. HEX triplet: 90, 1E and 18. RGB value is (144,30,24). Sum of RGB (Red+Green+Blue) = 144+30+24=198 (26% of max value = 765). Red value is 144 (56.64% from 255 or 72.73% from 198); Green value is 30 (12.11% from 255 or 15.15% from 198); Blue value is 24 (9.77% from 255 or 12.12% from 198); Max value from RGB is 144 - color contains mainly: red. Hex color #901E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901E18 is #6FE1E7. Grayscale: #3F3F3F. Windows color (decimal): -7332328 or 1580688. OLE color: 1580688.

HSL color Cylindrical-coordinate representation of color #901E18: hue angle of 3º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #901E18 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB1443024-
CMYK00.790.830.44
HSL71.43%32.94%-
HSV(B)83.33%56.47%-
XYZ12.136.921.56-
YUV63.4105.77185.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 72.73%
GREEN value IS 30 (12.11% from 255) = 15.15%
BLUE value IS 24 (9.77% from 255) = 12.12%
R=72.73%
G=15.15%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144302400.790.830.44371.4332.94
Hex901E1804F532C34721
Octal2203630011712354310741
Binary100100001111011000010011111010011101100111000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901E18; }

 p { color: rgb(144,30,24); }

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

<style>
 a { background-color: #901E18; }

 a { background-color: rgb(144,30,24); }

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

<style>
 span { border-color: #901E18; }

 span { border-color: rgb(144,30,24); }

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