#8A171A

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

Shades of Flame Red #8A171A

Tints of Flame Red #8A171A

Color information

#8A171A (or 0x8A171A) is unknown color: approx Flame Red. HEX triplet: 8A, 17 and 1A. RGB value is (138,23,26). Sum of RGB (Red+Green+Blue) = 138+23+26=187 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.80% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 138 - color contains mainly: red. Hex color #8A171A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A171A is #75E8E5. Grayscale: #393939. Windows color (decimal): -7727334 or 1709962. OLE color: 1709962.

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

Color convert

RGB1382326-
CMYK00.830.810.46
HSL358.43º71.43%31.57%-
HSV(B)358.43º83.33%54.12%-
XYZ10.976.091.57-
YUV57.73110.1185.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 73.80%
GREEN value IS 23 (9.38% from 255) = 12.30%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=73.80%
G=12.30%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138232600.830.810.46358.4371.4331.57
Hex8A171A053512E1664720
Octal212273201231215654610740
Binary1000101010111110100101001110100011011101011001101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,23,26); }

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

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

 a { background-color: rgb(138,23,26); }

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

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

 span { border-color: rgb(138,23,26); }

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