#AE1715

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

Shades of Fire Brick #AE1715

Tints of Fire Brick #AE1715

Color information

#AE1715 (or 0xAE1715) is unknown color: approx Fire Brick. HEX triplet: AE, 17 and 15. RGB value is (174,23,21). Sum of RGB (Red+Green+Blue) = 174+23+21=218 (28% of max value = 765). Red value is 174 (68.36% from 255 or 79.82% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1715 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1715 is #51E8EA. Grayscale: #444444. Windows color (decimal): -5368043 or 1382318. OLE color: 1382318.

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

Color convert

RGB1742321-
CMYK00.870.880.32
HSL0.78º78.46%38.24%-
HSV(B)0.78º87.93%68.24%-
XYZ17.99.671.63-
YUV67.92101.53203.66-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 79.82%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 21 (8.59% from 255) = 9.63%
R=79.82%
G=10.55%
B=9.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174232100.870.880.320.7878.4638.24
HexAE1715057582014e26
Octal2562725012713040111646
Binary10101110101111010101010111101100010000011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1715; }

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

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

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

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

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

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

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

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