#9A2323

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

Shades of Mandarian Orange #9A2323

Tints of Mandarian Orange #9A2323

Color information

#9A2323 (or 0x9A2323) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 23 and 23. RGB value is (154,35,35). Sum of RGB (Red+Green+Blue) = 154+35+35=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 35 (14.06% from 255 or 15.62% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A2323 is #65DCDC. Grayscale: #464646. Windows color (decimal): -6675677 or 2302874. OLE color: 2302874.

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

Color convert

RGB1543535-
CMYK00.770.770.40
HSL62.96%37.06%-
HSV(B)77.27%60.39%-
XYZ14.238.192.42-
YUV70.58107.92187.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.75%
GREEN value IS 35 (14.06% from 255) = 15.62%
BLUE value IS 35 (14.06% from 255) = 15.62%
R=68.75%
G=15.62%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.77
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154353500.770.770.40062.9637.06
Hex9A232304D4D2803f25
Octal232434301151155007745
Binary100110101000111000110100110110011011010000111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A2323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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