#9A231E

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

Shades of Mandarian Orange #9A231E

Tints of Mandarian Orange #9A231E

Color information

#9A231E (or 0x9A231E) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 23 and 1E. RGB value is (154,35,30). Sum of RGB (Red+Green+Blue) = 154+35+30=219 (29% of max value = 765). Red value is 154 (60.55% from 255 or 70.32% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 154 - color contains mainly: red. Hex color #9A231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A231E is #65DCE1. Grayscale: #464646. Windows color (decimal): -6675682 or 1975194. OLE color: 1975194.

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

Color convert

RGB1543530-
CMYK00.770.810.40
HSL2.42º67.39%36.08%-
HSV(B)2.42º80.52%60.39%-
XYZ14.168.172.06-
YUV70.01105.42187.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 70.32%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=70.32%
G=15.98%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154353000.770.810.402.4267.3936.08
Hex9A231E04D512824324
Octal2324336011512150210344
Binary1001101010001111110010011011010001101000101000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,35,30); }

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

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

 a { background-color: rgb(154,35,30); }

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

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

 span { border-color: rgb(154,35,30); }

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