#9C1E05

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

Shades of Mandarian Orange #9C1E05

Tints of Mandarian Orange #9C1E05

Color information

#9C1E05 (or 0x9C1E05) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 1E and 05. RGB value is (156,30,5). Sum of RGB (Red+Green+Blue) = 156+30+5=191 (25% of max value = 765). Red value is 156 (61.33% from 255 or 81.68% from 191); Green value is 30 (12.11% from 255 or 15.71% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C1E05 is #63E1FA. Grayscale: #414141. Windows color (decimal): -6545915 or 335516. OLE color: 335516.

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

Color convert

RGB156305-
CMYK00.810.970.39
HSL9.93º93.79%31.57%-
HSV(B)9.93º96.79%61.18%-
XYZ14.28.010.94-
YUV64.8294.24193.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 81.68%
GREEN value IS 30 (12.11% from 255) = 15.71%
BLUE value IS 5 (2.34% from 255) = 2.62%
R=81.68%
G=15.71%
B=2.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15630500.810.970.399.9393.7931.57
Hex9C1E50516127a5e20
Octal2343650121141471213640
Binary100111001111010101010001110000110011110101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,30,5); }

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

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

 a { background-color: rgb(156,30,5); }

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

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

 span { border-color: rgb(156,30,5); }

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