#8B2526

Color #8B2526 Flame Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Red #8B2526

Tints of Flame Red #8B2526

Color information

#8B2526 (or 0x8B2526) is unknown color: approx Flame Red. HEX triplet: 8B, 25 and 26. RGB value is (139,37,38). Sum of RGB (Red+Green+Blue) = 139+37+38=214 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.95% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 38 (15.23% from 255 or 17.76% from 214); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2526 is #74DAD9. Grayscale: #434343. Windows color (decimal): -7658202 or 2499979. OLE color: 2499979.

HSL color Cylindrical-coordinate representation of color #8B2526: hue angle of 359.41º degrees, saturation: 0.58, 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 #8B2526 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB1393738-
CMYK00.730.730.45
HSL359.41º57.95%34.51%-
HSV(B)359.41º73.38%54.51%-
XYZ11.666.952.56-
YUV67.61111.29178.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.95%
GREEN value IS 37 (14.84% from 255) = 17.29%
BLUE value IS 38 (15.23% from 255) = 17.76%
R=64.95%
G=17.29%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139373800.730.730.45359.4157.9534.51
Hex8B2526049492D1673a23
Octal21345460111111555477243
Binary10001011100101100110010010011001001101101101100111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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