#8A202A

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

Shades of Flame Red #8A202A

Tints of Flame Red #8A202A

Color information

#8A202A (or 0x8A202A) is unknown color: approx Flame Red. HEX triplet: 8A, 20 and 2A. RGB value is (138,32,42). Sum of RGB (Red+Green+Blue) = 138+32+42=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A202A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A202A is #75DFD5. Grayscale: #404040. Windows color (decimal): -7725014 or 2760842. OLE color: 2760842.

HSL color Cylindrical-coordinate representation of color #8A202A: hue angle of 354.34º 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 #8A202A is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB1383242-
CMYK00.770.700.46
HSL354.34º62.35%33.33%-
HSV(B)354.34º76.81%54.12%-
XYZ11.426.62.86-
YUV64.83115.12180.19-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 65.09%
GREEN value IS 32 (12.89% from 255) = 15.09%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=65.09%
G=15.09%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138324200.770.700.46354.3462.3533.33
Hex8A202A04D462E1623e21
Octal21240520115106565427641
Binary10001010100000101010010011011000110101110101100010111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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