#9D1510

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

Shades of Mandarian Orange #9D1510

Tints of Mandarian Orange #9D1510

Color information

#9D1510 (or 0x9D1510) is unknown color: approx Mandarian Orange. HEX triplet: 9D, 15 and 10. RGB value is (157,21,16). Sum of RGB (Red+Green+Blue) = 157+21+16=194 (25% of max value = 765). Red value is 157 (61.72% from 255 or 80.93% from 194); Green value is 21 (8.59% from 255 or 10.82% from 194); Blue value is 16 (6.64% from 255 or 8.25% from 194); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9D1510 is #62EAEF. Grayscale: #3D3D3D. Windows color (decimal): -6482672 or 1054109. OLE color: 1054109.

HSL color Cylindrical-coordinate representation of color #9D1510: hue angle of 2.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D1510 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB1572116-
CMYK00.870.900.38
HSL2.13º81.5%33.92%-
HSV(B)2.13º89.81%61.57%-
XYZ14.277.741.23-
YUV61.09102.56196.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 80.93%
GREEN value IS 21 (8.59% from 255) = 10.82%
BLUE value IS 16 (6.64% from 255) = 8.25%
R=80.93%
G=10.82%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.90
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157211600.870.900.382.1381.533.92
Hex9D15100575A2625222
Octal2352520012713246212242
Binary100111011010110000010101111011010100110101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,21,16); }

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

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

 a { background-color: rgb(157,21,16); }

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

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

 span { border-color: rgb(157,21,16); }

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