#8A202B

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

Shades of Flame Red #8A202B

Tints of Flame Red #8A202B

Color information

#8A202B (or 0x8A202B) is unknown color: approx Flame Red. HEX triplet: 8A, 20 and 2B. RGB value is (138,32,43). Sum of RGB (Red+Green+Blue) = 138+32+43=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 43 (17.19% from 255 or 20.19% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A202B is #75DFD4. Grayscale: #414141. Windows color (decimal): -7725013 or 2826378. OLE color: 2826378.

HSL color Cylindrical-coordinate representation of color #8A202B: hue angle of 353.77º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8A202B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.46.

Color convert

RGB1383243-
CMYK00.770.690.46
HSL353.77º62.35%33.33%-
HSV(B)353.77º76.81%54.12%-
XYZ11.436.612.96-
YUV64.95115.62180.11-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 64.79%
GREEN value IS 32 (12.89% from 255) = 15.02%
BLUE value IS 43 (17.19% from 255) = 20.19%
R=64.79%
G=15.02%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138324300.770.690.46353.7762.3533.33
Hex8A202B04D452E1623e21
Octal21240530115105565427641
Binary10001010100000101011010011011000101101110101100010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,32,43); }

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

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

 a { background-color: rgb(138,32,43); }

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

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

 span { border-color: rgb(138,32,43); }

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