#8B282A

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

Shades of Flame Red #8B282A

Tints of Flame Red #8B282A

Color information

#8B282A (or 0x8B282A) is unknown color: approx Flame Red. HEX triplet: 8B, 28 and 2A. RGB value is (139,40,42). Sum of RGB (Red+Green+Blue) = 139+40+42=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B282A is #74D7D5. Grayscale: #454545. Windows color (decimal): -7657430 or 2762891. OLE color: 2762891.

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

Color convert

RGB1394042-
CMYK00.710.700.45
HSL358.79º55.31%35.1%-
HSV(B)358.79º71.22%54.51%-
XYZ11.827.172.95-
YUV69.83112.3177.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 62.90%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 42 (16.80% from 255) = 19.00%
R=62.90%
G=18.10%
B=19.00%

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
Decimal139404200.710.700.45358.7955.3135.1
Hex8B282A047462D1673723
Octal21350520107106555476743
Binary10001011101000101010010001111000110101101101100111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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