#9C1A0D

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

Shades of Mandarian Orange #9C1A0D

Tints of Mandarian Orange #9C1A0D

Color information

#9C1A0D (or 0x9C1A0D) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 1A and 0D. RGB value is (156,26,13). Sum of RGB (Red+Green+Blue) = 156+26+13=195 (25% of max value = 765). Red value is 156 (61.33% from 255 or 80% from 195); Green value is 26 (10.55% from 255 or 13.33% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1A0D is #63E5F2. Grayscale: #3F3F3F. Windows color (decimal): -6546931 or 858780. OLE color: 858780.

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

Color convert

RGB1562613-
CMYK00.830.920.39
HSL5.45º84.62%33.14%-
HSV(B)5.45º91.67%61.18%-
XYZ14.157.841.15-
YUV63.3999.57194.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 80%
GREEN value IS 26 (10.55% from 255) = 13.33%
BLUE value IS 13 (5.47% from 255) = 6.67%
R=80%
G=13.33%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.92
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156261300.830.920.395.4584.6233.14
Hex9C1AD0535C2755521
Octal2343215012313447512541
Binary100111001101011010101001110111001001111011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,13); }

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

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

 a { background-color: rgb(156,26,13); }

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

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

 span { border-color: rgb(156,26,13); }

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