#9C211B

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

Shades of Mandarian Orange #9C211B

Tints of Mandarian Orange #9C211B

Color information

#9C211B (or 0x9C211B) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 21 and 1B. RGB value is (156,33,27). Sum of RGB (Red+Green+Blue) = 156+33+27=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C211B is #63DEE4. Grayscale: #454545. Windows color (decimal): -6545125 or 1778076. OLE color: 1778076.

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

Color convert

RGB1563327-
CMYK00.790.830.39
HSL2.79º70.49%35.88%-
HSV(B)2.79º82.69%61.18%-
XYZ14.458.231.86-
YUV69.09104.25189.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.22%
GREEN value IS 33 (13.28% from 255) = 15.28%
BLUE value IS 27 (10.94% from 255) = 12.5%
R=72.22%
G=15.28%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156332700.790.830.392.7970.4935.88
Hex9C211B04F532734624
Octal2344133011712347310644
Binary1001110010000111011010011111010011100111111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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