#AE150E

Color #AE150E Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AE150E

Tints of Fire Brick #AE150E

Color information

#AE150E (or 0xAE150E) is unknown color: approx Fire Brick. HEX triplet: AE, 15 and 0E. RGB value is (174,21,14). Sum of RGB (Red+Green+Blue) = 174+21+14=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 14 (5.86% from 255 or 6.70% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE150E is #51EAF1. Grayscale: #424242. Windows color (decimal): -5368562 or 923054. OLE color: 923054.

HSL color Cylindrical-coordinate representation of color #AE150E: hue angle of 2.63º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE150E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB1742114-
CMYK00.880.920.32
HSL2.63º85.11%36.86%-
HSV(B)2.63º91.95%68.24%-
XYZ17.89.571.32-
YUV65.9598.69205.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 83.25%
GREEN value IS 21 (8.59% from 255) = 10.05%
BLUE value IS 14 (5.86% from 255) = 6.70%
R=83.25%
G=10.05%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174211400.880.920.322.6385.1136.86
HexAE15E0585C2035525
Octal2562516013013440312545
Binary10101110101011110010110001011100100000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE150E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE150E; }

 p { color: rgb(174,21,14); }

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

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

 a { background-color: rgb(174,21,14); }

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

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

 span { border-color: rgb(174,21,14); }

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