#8B191A

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

Shades of Flame Red #8B191A

Tints of Flame Red #8B191A

Color information

#8B191A (or 0x8B191A) is unknown color: approx Flame Red. HEX triplet: 8B, 19 and 1A. RGB value is (139,25,26). Sum of RGB (Red+Green+Blue) = 139+25+26=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 25 (10.16% from 255 or 13.16% from 190); Blue value is 26 (10.55% from 255 or 13.68% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B191A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B191A is #74E6E5. Grayscale: #3B3B3B. Windows color (decimal): -7661286 or 1710475. OLE color: 1710475.

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

Color convert

RGB1392526-
CMYK00.820.810.45
HSL359.47º69.51%32.16%-
HSV(B)359.47º82.01%54.51%-
XYZ11.186.261.6-
YUV59.2109.27184.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.16%
GREEN value IS 25 (10.16% from 255) = 13.16%
BLUE value IS 26 (10.55% from 255) = 13.68%
R=73.16%
G=13.16%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139252600.820.810.45359.4769.5132.16
Hex8B191A052512D1674620
Octal213313201221215554710640
Binary1000101111001110100101001010100011011011011001111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,25,26); }

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

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

 a { background-color: rgb(139,25,26); }

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

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

 span { border-color: rgb(139,25,26); }

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