#AE2115

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

Shades of Fire Brick #AE2115

Tints of Fire Brick #AE2115

Color information

#AE2115 (or 0xAE2115) is unknown color: approx Fire Brick. HEX triplet: AE, 21 and 15. RGB value is (174,33,21). Sum of RGB (Red+Green+Blue) = 174+33+21=228 (30% of max value = 765). Red value is 174 (68.36% from 255 or 76.32% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2115 is #51DEEA. Grayscale: #494949. Windows color (decimal): -5365483 or 1384878. OLE color: 1384878.

HSL color Cylindrical-coordinate representation of color #AE2115: hue angle of 4.71º 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 #AE2115 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB1743321-
CMYK00.810.880.32
HSL4.71º78.46%38.24%-
HSV(B)4.71º87.93%68.24%-
XYZ18.1310.141.71-
YUV73.7998.21199.48-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 76.32%
GREEN value IS 33 (13.28% from 255) = 14.47%
BLUE value IS 21 (8.59% from 255) = 9.21%
R=76.32%
G=14.47%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174332100.810.880.324.7178.4638.24
HexAE2115051582054e26
Octal2564125012113040511646
Binary10101110100001101010101000110110001000001011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2115; }

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

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

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

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

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

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

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

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