#8B2A2C

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

Shades of Flame Red #8B2A2C

Tints of Flame Red #8B2A2C

Color information

#8B2A2C (or 0x8B2A2C) is unknown color: approx Flame Red. HEX triplet: 8B, 2A and 2C. RGB value is (139,42,44). Sum of RGB (Red+Green+Blue) = 139+42+44=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 42 (16.80% from 255 or 18.67% from 225); Blue value is 44 (17.58% from 255 or 19.56% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2A2C is #74D5D3. Grayscale: #474747. Windows color (decimal): -7656916 or 2894475. OLE color: 2894475.

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

Color convert

RGB1394244-
CMYK00.700.680.45
HSL358.76º53.59%35.49%-
HSV(B)358.76º69.78%54.51%-
XYZ11.937.333.17-
YUV71.23112.64176.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.78%
GREEN value IS 42 (16.80% from 255) = 18.67%
BLUE value IS 44 (17.58% from 255) = 19.56%
R=61.78%
G=18.67%
B=19.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139424400.700.680.45358.7653.5935.49
Hex8B2A2C046442D1673623
Octal21352540106104555476643
Binary10001011101010101100010001101000100101101101100111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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