#AE2823

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

Shades of Fire Brick #AE2823

Tints of Fire Brick #AE2823

Color information

#AE2823 (or 0xAE2823) is unknown color: approx Fire Brick. HEX triplet: AE, 28 and 23. RGB value is (174,40,35). Sum of RGB (Red+Green+Blue) = 174+40+35=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2823 is #51D7DC. Grayscale: #4F4F4F. Windows color (decimal): -5363677 or 2304174. OLE color: 2304174.

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

Color convert

RGB1744035-
CMYK00.770.800.32
HSL2.16º66.51%40.98%-
HSV(B)2.16º79.89%68.24%-
XYZ18.5210.642.67-
YUV79.5102.89195.41-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 69.88%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 35 (14.06% from 255) = 14.06%
R=69.88%
G=16.06%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.80
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174403500.770.800.322.1666.5140.98
HexAE282304D502024329
Octal2565043011512040210351
Binary10101110101000100011010011011010000100000101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE2823; }

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

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

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

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

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

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

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

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