#AE2B23

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

Shades of Fire Brick #AE2B23

Tints of Fire Brick #AE2B23

Color information

#AE2B23 (or 0xAE2B23) is unknown color: approx Fire Brick. HEX triplet: AE, 2B and 23. RGB value is (174,43,35). Sum of RGB (Red+Green+Blue) = 174+43+35=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 43 (17.19% from 255 or 17.06% from 252); Blue value is 35 (14.06% from 255 or 13.89% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2B23 is #51D4DC. Grayscale: #515151. Windows color (decimal): -5362909 or 2304942. OLE color: 2304942.

HSL color Cylindrical-coordinate representation of color #AE2B23: hue angle of 3.45º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2B23 is Cyan = 0, Magento = 0.75, Yellow = 0.80 and Black (K on CMYK) = 0.32.

Color convert

RGB1744335-
CMYK00.750.800.32
HSL3.45º66.51%40.98%-
HSV(B)3.45º79.89%68.24%-
XYZ18.6210.852.7-
YUV81.26101.9194.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.05%
GREEN value IS 43 (17.19% from 255) = 17.06%
BLUE value IS 35 (14.06% from 255) = 13.89%
R=69.05%
G=17.06%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174433500.750.800.323.4566.5140.98
HexAE2B2304B502034329
Octal2565343011312040310351
Binary10101110101011100011010010111010000100000111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2B23; }

 p { color: rgb(174,43,35); }

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

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

 a { background-color: rgb(174,43,35); }

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

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

 span { border-color: rgb(174,43,35); }

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