#9A2520

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

Shades of Mandarian Orange #9A2520

Tints of Mandarian Orange #9A2520

Color information

#9A2520 (or 0x9A2520) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 25 and 20. RGB value is (154,37,32). Sum of RGB (Red+Green+Blue) = 154+37+32=223 (29% of max value = 765). Red value is 154 (60.55% from 255 or 69.06% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2520 is #65DADF. Grayscale: #474747. Windows color (decimal): -6675168 or 2106778. OLE color: 2106778.

HSL color Cylindrical-coordinate representation of color #9A2520: hue angle of 2.46º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2520 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB1543732-
CMYK00.760.790.40
HSL2.46º65.59%36.47%-
HSV(B)2.46º79.22%60.39%-
XYZ14.258.32.22-
YUV71.41105.76186.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 69.06%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 32 (12.89% from 255) = 14.35%
R=69.06%
G=16.59%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.79
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154373200.760.790.402.4665.5936.47
Hex9A252004C4F2824224
Octal2324540011411750210244
Binary10011010100101100000010011001001111101000101000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,37,32); }

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

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

 a { background-color: rgb(154,37,32); }

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

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

 span { border-color: rgb(154,37,32); }

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