#8A1B1E

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

Shades of Flame Red #8A1B1E

Tints of Flame Red #8A1B1E

Color information

#8A1B1E (or 0x8A1B1E) is unknown color: approx Flame Red. HEX triplet: 8A, 1B and 1E. RGB value is (138,27,30). Sum of RGB (Red+Green+Blue) = 138+27+30=195 (25% of max value = 765). Red value is 138 (54.30% from 255 or 70.77% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1B1E is #75E4E1. Grayscale: #3C3C3C. Windows color (decimal): -7726306 or 1973130. OLE color: 1973130.

HSL color Cylindrical-coordinate representation of color #8A1B1E: hue angle of 358.38º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8A1B1E is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB1382730-
CMYK00.800.780.46
HSL358.38º67.27%32.35%-
HSV(B)358.38º80.43%54.12%-
XYZ11.116.281.86-
YUV60.53110.77183.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 70.77%
GREEN value IS 27 (10.94% from 255) = 13.85%
BLUE value IS 30 (12.11% from 255) = 15.38%
R=70.77%
G=13.85%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.78
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138273000.800.780.46358.3867.2732.35
Hex8A1B1E0504E2E1664320
Octal212333601201165654610340
Binary1000101011011111100101000010011101011101011001101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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