#AE2D1E

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

Shades of Fire Brick #AE2D1E

Tints of Fire Brick #AE2D1E

Color information

#AE2D1E (or 0xAE2D1E) is unknown color: approx Fire Brick. HEX triplet: AE, 2D and 1E. RGB value is (174,45,30). Sum of RGB (Red+Green+Blue) = 174+45+30=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2D1E is #51D2E1. Grayscale: #525252. Windows color (decimal): -5362402 or 1977774. OLE color: 1977774.

HSL color Cylindrical-coordinate representation of color #AE2D1E: hue angle of 6.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE2D1E is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB1744530-
CMYK00.740.830.32
HSL6.25º70.59%40%-
HSV(B)6.25º82.76%68.24%-
XYZ18.6310.972.36-
YUV81.8698.74193.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 30 (12.11% from 255) = 12.05%
R=69.88%
G=18.07%
B=12.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174453000.740.830.326.2570.5940
HexAE2D1E04A532064728
Octal2565536011212340610750
Binary10101110101101111100100101010100111000001101000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2D1E; }

 p { color: rgb(174,45,30); }

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

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

 a { background-color: rgb(174,45,30); }

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

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

 span { border-color: rgb(174,45,30); }

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