#9C1E1B

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

Shades of Mandarian Orange #9C1E1B

Tints of Mandarian Orange #9C1E1B

Color information

#9C1E1B (or 0x9C1E1B) is unknown color: approx Mandarian Orange. HEX triplet: 9C, 1E and 1B. RGB value is (156,30,27). Sum of RGB (Red+Green+Blue) = 156+30+27=213 (28% of max value = 765). Red value is 156 (61.33% from 255 or 73.24% from 213); Green value is 30 (12.11% from 255 or 14.08% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1E1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C1E1B is #63E1E4. Grayscale: #434343. Windows color (decimal): -6545893 or 1777308. OLE color: 1777308.

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

Color convert

RGB1563027-
CMYK00.810.830.39
HSL1.4º70.49%35.88%-
HSV(B)1.4º82.69%61.18%-
XYZ14.378.081.84-
YUV67.33105.24191.24-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 73.24%
GREEN value IS 30 (12.11% from 255) = 14.08%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=73.24%
G=14.08%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156302700.810.830.391.470.4935.88
Hex9C1E1B051532714624
Octal2343633012112347110644
Binary10011100111101101101010001101001110011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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