#8B242B

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

Shades of Flame Red #8B242B

Tints of Flame Red #8B242B

Color information

#8B242B (or 0x8B242B) is unknown color: approx Flame Red. HEX triplet: 8B, 24 and 2B. RGB value is (139,36,43). Sum of RGB (Red+Green+Blue) = 139+36+43=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 36 (14.45% from 255 or 16.51% from 218); Blue value is 43 (17.19% from 255 or 19.72% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B242B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B242B is #74DBD4. Grayscale: #434343. Windows color (decimal): -7658453 or 2827403. OLE color: 2827403.

HSL color Cylindrical-coordinate representation of color #8B242B: hue angle of 355.92º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B242B is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1393643-
CMYK00.740.690.45
HSL355.92º58.86%34.31%-
HSV(B)355.92º74.1%54.51%-
XYZ11.716.933-
YUV67.6114.12178.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.76%
GREEN value IS 36 (14.45% from 255) = 16.51%
BLUE value IS 43 (17.19% from 255) = 19.72%
R=63.76%
G=16.51%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139364300.740.690.45355.9258.8634.31
Hex8B242B04A452D1643b22
Octal21344530112105555447342
Binary10001011100100101011010010101000101101101101100100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B242B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,36,43); }

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

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

 a { background-color: rgb(139,36,43); }

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

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

 span { border-color: rgb(139,36,43); }

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