#9B1D0A

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

Shades of Mandarian Orange #9B1D0A

Tints of Mandarian Orange #9B1D0A

Color information

#9B1D0A (or 0x9B1D0A) is unknown color: approx Mandarian Orange. HEX triplet: 9B, 1D and 0A. RGB value is (155,29,10). Sum of RGB (Red+Green+Blue) = 155+29+10=194 (25% of max value = 765). Red value is 155 (60.94% from 255 or 79.90% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 10 (4.30% from 255 or 5.15% from 194); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B1D0A is #64E2F5. Grayscale: #404040. Windows color (decimal): -6611702 or 662939. OLE color: 662939.

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

Color convert

RGB1552910-
CMYK00.810.940.39
HSL7.86º87.88%32.35%-
HSV(B)7.86º93.55%60.78%-
XYZ14.017.871.07-
YUV64.5197.24192.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 79.90%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 10 (4.30% from 255) = 5.15%
R=79.90%
G=14.95%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.94
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155291000.810.940.397.8687.8832.35
Hex9B1DA0515E2785820
Octal23335120121136471013040
Binary1001101111101101001010001101111010011110001011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1D0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,29,10); }

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

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

 a { background-color: rgb(155,29,10); }

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

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

 span { border-color: rgb(155,29,10); }

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