#8A181B

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

Shades of Flame Red #8A181B

Tints of Flame Red #8A181B

Color information

#8A181B (or 0x8A181B) is unknown color: approx Flame Red. HEX triplet: 8A, 18 and 1B. RGB value is (138,24,27). Sum of RGB (Red+Green+Blue) = 138+24+27=189 (25% of max value = 765). Red value is 138 (54.30% from 255 or 73.02% from 189); Green value is 24 (9.77% from 255 or 12.70% from 189); Blue value is 27 (10.94% from 255 or 14.29% from 189); Max value from RGB is 138 - color contains mainly: red. Hex color #8A181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A181B is #75E7E4. Grayscale: #3A3A3A. Windows color (decimal): -7727077 or 1775754. OLE color: 1775754.

HSL color Cylindrical-coordinate representation of color #8A181B: hue angle of 358.42º degrees, saturation: 0.7, 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 #8A181B is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB1382427-
CMYK00.830.800.46
HSL358.42º70.37%31.76%-
HSV(B)358.42º82.61%54.12%-
XYZ11.016.141.64-
YUV58.43110.27184.76-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 73.02%
GREEN value IS 24 (9.77% from 255) = 12.70%
BLUE value IS 27 (10.94% from 255) = 14.29%
R=73.02%
G=12.70%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138242700.830.800.46358.4270.3731.76
Hex8A181B053502E1664620
Octal212303301231205654610640
Binary1000101011000110110101001110100001011101011001101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,24,27); }

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

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

 a { background-color: rgb(138,24,27); }

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

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

 span { border-color: rgb(138,24,27); }

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