#9C2A15

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

Shades of Mandarian Orange #9C2A15

Tints of Mandarian Orange #9C2A15

Color information

#9C2A15 (or 0x9C2A15) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 2A and 15. RGB value is (156,42,21). Sum of RGB (Red+Green+Blue) = 156+42+21=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C2A15 is #63D5EA. Grayscale: #494949. Windows color (decimal): -6542827 or 1387164. OLE color: 1387164.

HSL color Cylindrical-coordinate representation of color #9C2A15: hue angle of 9.33º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C2A15 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.39.

Color convert

RGB1564221-
CMYK00.730.870.39
HSL9.33º76.27%34.71%-
HSV(B)9.33º86.54%61.18%-
XYZ14.678.781.63-
YUV73.6998.27186.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.23%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 21 (8.59% from 255) = 9.59%
R=71.23%
G=19.18%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156422100.730.870.399.3376.2734.71
Hex9C2A15049572794c23
Octal23452250111127471111443
Binary100111001010101010101001001101011110011110011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,42,21); }

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

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

 a { background-color: rgb(156,42,21); }

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

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

 span { border-color: rgb(156,42,21); }

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