#8A292B

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

Shades of Flame Red #8A292B

Tints of Flame Red #8A292B

Color information

#8A292B (or 0x8A292B) is unknown color: approx Flame Red. HEX triplet: 8A, 29 and 2B. RGB value is (138,41,43). Sum of RGB (Red+Green+Blue) = 138+41+43=222 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.16% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 138 - color contains mainly: red. Hex color #8A292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A292B is #75D6D4. Grayscale: #464646. Windows color (decimal): -7722709 or 2828682. OLE color: 2828682.

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

Color convert

RGB1384143-
CMYK00.700.690.46
HSL358.76º54.19%35.1%-
HSV(B)358.76º70.29%54.12%-
XYZ11.717.163.05-
YUV70.23112.64176.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 62.16%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 43 (17.19% from 255) = 19.37%
R=62.16%
G=18.47%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138414300.700.690.46358.7654.1935.1
Hex8A292B046452E1673623
Octal21251530106105565476643
Binary10001010101001101011010001101000101101110101100111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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