#9C2221

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

Shades of Mandarian Orange #9C2221

Tints of Mandarian Orange #9C2221

Color information

#9C2221 (or 0x9C2221) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 22 and 21. RGB value is (156,34,33). Sum of RGB (Red+Green+Blue) = 156+34+33=223 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.96% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 156 - color contains mainly: red. Hex color #9C2221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C2221 is #63DDDE. Grayscale: #464646. Windows color (decimal): -6544863 or 2171548. OLE color: 2171548.

HSL color Cylindrical-coordinate representation of color #9C2221: hue angle of 0.49º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9C2221 is Cyan = 0, Magento = 0.78, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB1563433-
CMYK00.780.790.39
HSL0.49º65.08%37.06%-
HSV(B)0.49º78.85%61.18%-
XYZ14.568.322.28-
YUV70.36106.92189.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.96%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 33 (13.28% from 255) = 14.80%
R=69.96%
G=15.25%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156343300.780.790.390.4965.0837.06
Hex9C222104E4F2704125
Octal2344241011611747010145
Binary1001110010001010000101001110100111110011101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C2221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,34,33); }

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

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

 a { background-color: rgb(156,34,33); }

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

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

 span { border-color: rgb(156,34,33); }

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