#9C210A

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

Shades of Mandarian Orange #9C210A

Tints of Mandarian Orange #9C210A

Color information

#9C210A (or 0x9C210A) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 21 and 0A. RGB value is (156,33,10). Sum of RGB (Red+Green+Blue) = 156+33+10=199 (26% of max value = 765). Red value is 156 (61.33% from 255 or 78.39% from 199); Green value is 33 (13.28% from 255 or 16.58% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 156 - color contains mainly: red. Hex color #9C210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C210A is #63DEF5. Grayscale: #434343. Windows color (decimal): -6545142 or 663964. OLE color: 663964.

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

Color convert

RGB1563310-
CMYK00.790.940.39
HSL9.45º87.95%32.55%-
HSV(B)9.45º93.59%61.18%-
XYZ14.318.181.11-
YUV67.1695.75191.37-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 78.39%
GREEN value IS 33 (13.28% from 255) = 16.58%
BLUE value IS 10 (4.30% from 255) = 5.03%
R=78.39%
G=16.58%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156331000.790.940.399.4587.9532.55
Hex9C21A04F5E2795821
Octal23441120117136471113041
Binary10011100100001101001001111101111010011110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C210A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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