#8B292E

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

Shades of Flame Red #8B292E

Tints of Flame Red #8B292E

Color information

#8B292E (or 0x8B292E) is unknown color: approx Flame Red. HEX triplet: 8B, 29 and 2E. RGB value is (139,41,46). Sum of RGB (Red+Green+Blue) = 139+41+46=226 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.50% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 46 (18.36% from 255 or 20.35% from 226); Max value from RGB is 139 - color contains mainly: red. Hex color #8B292E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B292E is #74D6D1. Grayscale: #464646. Windows color (decimal): -7657170 or 3025291. OLE color: 3025291.

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

Color convert

RGB1394146-
CMYK00.710.670.45
HSL356.94º54.44%35.29%-
HSV(B)356.94º70.5%54.51%-
XYZ11.937.273.36-
YUV70.87113.97176.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.50%
GREEN value IS 41 (16.41% from 255) = 18.14%
BLUE value IS 46 (18.36% from 255) = 20.35%
R=61.50%
G=18.14%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139414600.710.670.45356.9454.4435.29
Hex8B292E047432D1653623
Octal21351560107103555456643
Binary10001011101001101110010001111000011101101101100101110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,41,46); }

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

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

 a { background-color: rgb(139,41,46); }

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

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

 span { border-color: rgb(139,41,46); }

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