#8B282C

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

Shades of Flame Red #8B282C

Tints of Flame Red #8B282C

Color information

#8B282C (or 0x8B282C) is unknown color: approx Flame Red. HEX triplet: 8B, 28 and 2C. RGB value is (139,40,44). Sum of RGB (Red+Green+Blue) = 139+40+44=223 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.33% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 44 (17.58% from 255 or 19.73% from 223); Max value from RGB is 139 - color contains mainly: red. Hex color #8B282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B282C is #74D7D3. Grayscale: #464646. Windows color (decimal): -7657428 or 2893963. OLE color: 2893963.

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

Color convert

RGB1394044-
CMYK00.710.680.45
HSL357.58º55.31%35.1%-
HSV(B)357.58º71.22%54.51%-
XYZ11.867.193.15-
YUV70.06113.3177.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.33%
GREEN value IS 40 (16.02% from 255) = 17.94%
BLUE value IS 44 (17.58% from 255) = 19.73%
R=62.33%
G=17.94%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139404400.710.680.45357.5855.3135.1
Hex8B282C047442D1663723
Octal21350540107104555466743
Binary10001011101000101100010001111000100101101101100110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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