#9a1d0b

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

Shades of Mandarian Orange #9A1D0B

Tints of Mandarian Orange #9A1D0B

Color information

#9A1D0B (or 0x9A1D0B) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 1D and 0B. RGB value is (154,29,11). Sum of RGB (Red+Green+Blue) = 154+29+11=194 (25% of max value = 765). Red value is 154 (60.55% from 255 or 79.38% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 11 (4.69% from 255 or 5.67% from 194); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1D0B is #65E2F4. Grayscale: #404040. Windows color (decimal): -6677237 or 728474. OLE color: 728474.

HSL color Cylindrical-coordinate representation of color #9A1D0B: hue angle of 7.55º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A1D0B is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1542911-
CMYK00.810.930.40
HSL7.55º86.67%32.35%-
HSV(B)7.55º92.86%60.39%-
XYZ13.837.771.09-
YUV64.3297.91191.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 79.38%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 11 (4.69% from 255) = 5.67%
R=79.38%
G=14.95%
B=5.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154291100.810.930.407.5586.6732.35
Hex9A1DB0515D2885720
Octal23235130121135501012740
Binary1001101011101101101010001101110110100010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a1d0b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,29,11); }

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

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

 a { background-color: rgb(154,29,11); }

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

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

 span { border-color: rgb(154,29,11); }

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