#901C16

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

Shades of Mandarian Orange #901C16

Tints of Mandarian Orange #901C16

Color information

#901C16 (or 0x901C16) is unknown color: approx Mandarian Orange. HEX triplet: 90, 1C and 16. RGB value is (144,28,22). Sum of RGB (Red+Green+Blue) = 144+28+22=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 22 (8.98% from 255 or 11.34% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #901C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #901C16 is #6FE3E9. Grayscale: #3E3E3E. Windows color (decimal): -7332842 or 1449104. OLE color: 1449104.

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

Color convert

RGB1442822-
CMYK00.810.850.44
HSL2.95º73.49%32.55%-
HSV(B)2.95º84.72%56.47%-
XYZ12.066.821.44-
YUV62105.43186.49-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 74.23%
GREEN value IS 28 (11.33% from 255) = 14.43%
BLUE value IS 22 (8.98% from 255) = 11.34%
R=74.23%
G=14.43%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144282200.810.850.442.9573.4932.55
Hex901C16051552C34921
Octal2203426012112554311141
Binary100100001110010110010100011010101101100111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,28,22); }

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

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

 a { background-color: rgb(144,28,22); }

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

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

 span { border-color: rgb(144,28,22); }

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