#8B1820

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

Shades of Flame Red #8B1820

Tints of Flame Red #8B1820

Color information

#8B1820 (or 0x8B1820) is unknown color: approx Flame Red. HEX triplet: 8B, 18 and 20. RGB value is (139,24,32). Sum of RGB (Red+Green+Blue) = 139+24+32=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 32 (12.89% from 255 or 16.41% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1820 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1820 is #74E7DF. Grayscale: #3B3B3B. Windows color (decimal): -7661536 or 2103435. OLE color: 2103435.

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

Color convert

RGB1392432-
CMYK00.830.770.45
HSL355.83º70.55%31.96%-
HSV(B)355.83º82.73%54.51%-
XYZ11.236.251.98-
YUV59.3112.6184.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 71.28%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 32 (12.89% from 255) = 16.41%
R=71.28%
G=12.31%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139243200.830.770.45355.8370.5531.96
Hex8B18200534D2D1644720
Octal213304001231155554410740
Binary10001011110001000000101001110011011011011011001001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,24,32); }

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

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

 a { background-color: rgb(139,24,32); }

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

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

 span { border-color: rgb(139,24,32); }

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