#9C201B

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

Shades of Mandarian Orange #9C201B

Tints of Mandarian Orange #9C201B

Color information

#9C201B (or 0x9C201B) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 20 and 1B. RGB value is (156,32,27). Sum of RGB (Red+Green+Blue) = 156+32+27=215 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.56% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 156 - color contains mainly: red. Hex color #9C201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C201B is #63DFE4. Grayscale: #444444. Windows color (decimal): -6545381 or 1777820. OLE color: 1777820.

HSL color Cylindrical-coordinate representation of color #9C201B: hue angle of 2.33º 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 #9C201B is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.39.

Color convert

RGB1563227-
CMYK00.790.830.39
HSL2.33º70.49%35.88%-
HSV(B)2.33º82.69%61.18%-
XYZ14.428.181.86-
YUV68.51104.58190.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.56%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 27 (10.94% from 255) = 12.56%
R=72.56%
G=14.88%
B=12.56%

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
Decimal156322700.790.830.392.3370.4935.88
Hex9C201B04F532724624
Octal2344033011712347210644
Binary1001110010000011011010011111010011100111101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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