#9C190A

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

Shades of Mandarian Orange #9C190A

Tints of Mandarian Orange #9C190A

Color information

#9C190A (or 0x9C190A) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 19 and 0A. RGB value is (156,25,10). Sum of RGB (Red+Green+Blue) = 156+25+10=191 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.68% from 191); Green value is 25 (10.16% from 255 or 13.09% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 156 - color contains mainly: red. Hex color #9C190A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9C190A is #63E6F5. Grayscale: #3E3E3E. Windows color (decimal): -6547190 or 661916. OLE color: 661916.

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

Color convert

RGB1562510-
CMYK00.840.940.39
HSL6.16º87.95%32.55%-
HSV(B)6.16º93.59%61.18%-
XYZ14.117.791.05-
YUV62.4698.4194.72-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 81.68%
GREEN value IS 25 (10.16% from 255) = 13.09%
BLUE value IS 10 (4.30% from 255) = 5.24%
R=81.68%
G=13.09%
B=5.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156251000.840.940.396.1687.9532.55
Hex9C19A0545E2765821
Octal2343112012413647613041
Binary100111001100110100101010010111101001111101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C190A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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