#9A1412

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

Shades of Mandarian Orange #9A1412

Tints of Mandarian Orange #9A1412

Color information

#9A1412 (or 0x9A1412) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 14 and 12. RGB value is (154,20,18). Sum of RGB (Red+Green+Blue) = 154+20+18=192 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.21% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 18 (7.42% from 255 or 9.38% from 192); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9A1412 is #65EBED. Grayscale: #3B3B3B. Windows color (decimal): -6679534 or 1184922. OLE color: 1184922.

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

Color convert

RGB1542018-
CMYK00.870.880.40
HSL0.88º79.07%33.73%-
HSV(B)0.88º88.31%60.39%-
XYZ13.697.411.28-
YUV59.84104.39195.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 80.21%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 18 (7.42% from 255) = 9.38%
R=80.21%
G=10.42%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154201800.870.880.400.8879.0733.73
Hex9A1412057582814f22
Octal2322422012713050111742
Binary10011010101001001001010111101100010100011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,20,18); }

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

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

 a { background-color: rgb(154,20,18); }

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

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

 span { border-color: rgb(154,20,18); }

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