#8B222A

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

Shades of Flame Red #8B222A

Tints of Flame Red #8B222A

Color information

#8B222A (or 0x8B222A) is unknown color: approx Flame Red. HEX triplet: 8B, 22 and 2A. RGB value is (139,34,42). Sum of RGB (Red+Green+Blue) = 139+34+42=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B222A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B222A is #74DDD5. Grayscale: #424242. Windows color (decimal): -7658966 or 2761355. OLE color: 2761355.

HSL color Cylindrical-coordinate representation of color #8B222A: hue angle of 355.43º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B222A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.45.

Color convert

RGB1393442-
CMYK00.760.700.45
HSL355.43º60.69%33.92%-
HSV(B)355.43º75.54%54.51%-
XYZ11.646.82.89-
YUV66.31114.29179.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 64.65%
GREEN value IS 34 (13.67% from 255) = 15.81%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=64.65%
G=15.81%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139344200.760.700.45355.4360.6933.92
Hex8B222A04C462D1633d22
Octal21342520114106555437542
Binary10001011100010101010010011001000110101101101100011111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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