#951B10

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

Shades of Mandarian Orange #951B10

Tints of Mandarian Orange #951B10

Color information

#951B10 (or 0x951B10) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1B and 10. RGB value is (149,27,16). Sum of RGB (Red+Green+Blue) = 149+27+16=192 (25% of max value = 765). Red value is 149 (58.59% from 255 or 77.60% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 16 (6.64% from 255 or 8.33% from 192); Max value from RGB is 149 - color contains mainly: red. Hex color #951B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B10 is #6AE4EF. Grayscale: #3E3E3E. Windows color (decimal): -7005424 or 1055637. OLE color: 1055637.

HSL color Cylindrical-coordinate representation of color #951B10: hue angle of 4.96º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951B10 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB1492716-
CMYK00.820.890.42
HSL4.96º80.61%32.35%-
HSV(B)4.96º89.26%58.43%-
XYZ12.887.211.2-
YUV62.22101.92189.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 77.60%
GREEN value IS 27 (10.94% from 255) = 14.06%
BLUE value IS 16 (6.64% from 255) = 8.33%
R=77.60%
G=14.06%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.89
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149271600.820.890.424.9680.6132.35
Hex951B10052592A55120
Octal2253320012213152512140
Binary1001010111011100000101001010110011010101011010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951B10; }

 p { color: rgb(149,27,16); }

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

<style>
 a { background-color: #951B10; }

 a { background-color: rgb(149,27,16); }

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

<style>
 span { border-color: #951B10; }

 span { border-color: rgb(149,27,16); }

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