#9A1B0B

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

Shades of Mandarian Orange #9A1B0B

Tints of Mandarian Orange #9A1B0B

Color information

#9A1B0B (or 0x9A1B0B) is unknown color: approx Mandarian Orange. HEX triplet: 9A, 1B and 0B. RGB value is (154,27,11). Sum of RGB (Red+Green+Blue) = 154+27+11=192 (25% of max value = 765). Red value is 154 (60.55% from 255 or 80.21% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 11 (4.69% from 255 or 5.73% from 192); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A1B0B is #65E4F4. Grayscale: #3F3F3F. Windows color (decimal): -6677749 or 727962. OLE color: 727962.

HSL color Cylindrical-coordinate representation of color #9A1B0B: hue angle of 6.71º 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 #9A1B0B is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1542711-
CMYK00.820.930.40
HSL6.71º86.67%32.35%-
HSV(B)6.71º92.86%60.39%-
XYZ13.787.681.07-
YUV63.1598.58192.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 80.21%
GREEN value IS 27 (10.94% from 255) = 14.06%
BLUE value IS 11 (4.69% from 255) = 5.73%
R=80.21%
G=14.06%
B=5.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154271100.820.930.406.7186.6732.35
Hex9A1BB0525D2875720
Octal2323313012213550712740
Binary100110101101110110101001010111011010001111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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