#8B2B2F

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

Shades of Flame Red #8B2B2F

Tints of Flame Red #8B2B2F

Color information

#8B2B2F (or 0x8B2B2F) is unknown color: approx Flame Red. HEX triplet: 8B, 2B and 2F. RGB value is (139,43,47). Sum of RGB (Red+Green+Blue) = 139+43+47=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2B2F is #74D4D0. Grayscale: #484848. Windows color (decimal): -7656657 or 3091339. OLE color: 3091339.

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

Color convert

RGB1394347-
CMYK00.690.660.45
HSL357.5º52.75%35.69%-
HSV(B)357.5º69.06%54.51%-
XYZ12.027.423.49-
YUV72.16113.8175.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 60.70%
GREEN value IS 43 (17.19% from 255) = 18.78%
BLUE value IS 47 (18.75% from 255) = 20.52%
R=60.70%
G=18.78%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139434700.690.660.45357.552.7535.69
Hex8B2B2F045422D1663524
Octal21353570105102555466544
Binary10001011101011101111010001011000010101101101100110110101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B2B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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