#8B161F

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

Shades of Flame Red #8B161F

Tints of Flame Red #8B161F

Color information

#8B161F (or 0x8B161F) is unknown color: approx Flame Red. HEX triplet: 8B, 16 and 1F. RGB value is (139,22,31). Sum of RGB (Red+Green+Blue) = 139+22+31=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 31 (12.5% from 255 or 16.15% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B161F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B161F is #74E9E0. Grayscale: #3A3A3A. Windows color (decimal): -7662049 or 2037387. OLE color: 2037387.

HSL color Cylindrical-coordinate representation of color #8B161F: hue angle of 355.38º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B161F is Cyan = 0, Magento = 0.84, Yellow = 0.78 and Black (K on CMYK) = 0.45.

Color convert

RGB1392231-
CMYK00.840.780.45
HSL355.38º72.67%31.57%-
HSV(B)355.38º84.17%54.51%-
XYZ11.186.161.9-
YUV58.01112.76185.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.40%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 31 (12.5% from 255) = 16.15%
R=72.40%
G=11.46%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139223100.840.780.45355.3872.6731.57
Hex8B161F0544E2D1634920
Octal213263701241165554311140
Binary1000101110110111110101010010011101011011011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B161F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,31); }

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

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

 a { background-color: rgb(139,22,31); }

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

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

 span { border-color: rgb(139,22,31); }

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