#9D180D

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

Shades of Mandarian Orange #9D180D

Tints of Mandarian Orange #9D180D

Color information

#9D180D (or 0x9D180D) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 18 and 0D. RGB value is (157,24,13). Sum of RGB (Red+Green+Blue) = 157+24+13=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 24 (9.77% from 255 or 12.37% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D180D is #62E7F2. Grayscale: #3E3E3E. Windows color (decimal): -6481907 or 858269. OLE color: 858269.

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

Color convert

RGB1572413-
CMYK00.850.920.38
HSL4.58º84.71%33.33%-
HSV(B)4.58º91.72%61.57%-
XYZ14.37.851.14-
YUV62.51100.06195.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.93%
GREEN value IS 24 (9.77% from 255) = 12.37%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=80.93%
G=12.37%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.92
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157241300.850.920.384.5884.7133.33
Hex9D18D0555C2655521
Octal2353015012513446512541
Binary100111011100011010101010110111001001101011010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D180D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,24,13); }

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

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

 a { background-color: rgb(157,24,13); }

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

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

 span { border-color: rgb(157,24,13); }

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