#8B292A

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

Shades of Flame Red #8B292A

Tints of Flame Red #8B292A

Color information

#8B292A (or 0x8B292A) is unknown color: approx Flame Red. HEX triplet: 8B, 29 and 2A. RGB value is (139,41,42). Sum of RGB (Red+Green+Blue) = 139+41+42=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B292A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B292A is #74D6D5. Grayscale: #464646. Windows color (decimal): -7657174 or 2763147. OLE color: 2763147.

HSL color Cylindrical-coordinate representation of color #8B292A: hue angle of 359.39º 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 #8B292A is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1394142-
CMYK00.710.700.45
HSL359.39º54.44%35.29%-
HSV(B)359.39º70.5%54.51%-
XYZ11.867.242.96-
YUV70.42111.97176.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.61%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 42 (16.80% from 255) = 18.92%
R=62.61%
G=18.47%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139414200.710.700.45359.3954.4435.29
Hex8B292A047462D1673623
Octal21351520107106555476643
Binary10001011101001101010010001111000110101101101100111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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