#8B2A26

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

Shades of Mandarian Orange #8B2A26

Tints of Mandarian Orange #8B2A26

Color information

#8B2A26 (or 0x8B2A26) is unknown color: approx Mandarian Orange. HEX triplet: 8B, 2A and 26. RGB value is (139,42,38). Sum of RGB (Red+Green+Blue) = 139+42+38=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A26 is #74D5D9. Grayscale: #464646. Windows color (decimal): -7656922 or 2501259. OLE color: 2501259.

HSL color Cylindrical-coordinate representation of color #8B2A26: hue angle of 2.38º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B2A26 is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1394238-
CMYK00.700.730.45
HSL2.38º57.06%34.71%-
HSV(B)2.38º72.66%54.51%-
XYZ11.837.282.62-
YUV70.55109.64176.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 42 (16.80% from 255) = 19.18%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=63.47%
G=19.18%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139423800.700.730.452.3857.0634.71
Hex8B2A26046492D23923
Octal213524601061115527143
Binary1000101110101010011001000110100100110110110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B2A26; }

 p { color: rgb(139,42,38); }

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

<style>
 a { background-color: #8B2A26; }

 a { background-color: rgb(139,42,38); }

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

<style>
 span { border-color: #8B2A26; }

 span { border-color: rgb(139,42,38); }

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