#AE2217

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

Shades of Fire Brick #AE2217

Tints of Fire Brick #AE2217

Color information

#AE2217 (or 0xAE2217) is unknown color: approx Fire Brick. HEX triplet: AE, 22 and 17. RGB value is (174,34,23). Sum of RGB (Red+Green+Blue) = 174+34+23=231 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.32% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 23 (9.38% from 255 or 9.96% from 231); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2217 is #51DDE8. Grayscale: #4A4A4A. Windows color (decimal): -5365225 or 1516206. OLE color: 1516206.

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

Color convert

RGB1743423-
CMYK00.800.870.32
HSL4.37º76.65%38.63%-
HSV(B)4.37º86.78%68.24%-
XYZ18.1810.21.82-
YUV74.6198.88198.89-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 75.32%
GREEN value IS 34 (13.67% from 255) = 14.72%
BLUE value IS 23 (9.38% from 255) = 9.96%
R=75.32%
G=14.72%
B=9.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174342300.800.870.324.3776.6538.63
HexAE2217050572044d27
Octal2564227012012740411547
Binary10101110100010101110101000010101111000001001001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2217; }

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

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

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

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

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

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

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

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