#AE231A

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

Shades of Fire Brick #AE231A

Tints of Fire Brick #AE231A

Color information

#AE231A (or 0xAE231A) is unknown color: approx Fire Brick. HEX triplet: AE, 23 and 1A. RGB value is (174,35,26). Sum of RGB (Red+Green+Blue) = 174+35+26=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE231A is #51DCE5. Grayscale: #4B4B4B. Windows color (decimal): -5364966 or 1713070. OLE color: 1713070.

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

Color convert

RGB1743526-
CMYK00.800.850.32
HSL3.65º74%39.22%-
HSV(B)3.65º85.06%68.24%-
XYZ18.2410.282-
YUV75.54100.05198.23-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 74.04%
GREEN value IS 35 (14.06% from 255) = 14.89%
BLUE value IS 26 (10.55% from 255) = 11.06%
R=74.04%
G=14.89%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174352600.800.850.323.657439.22
HexAE231A050552044a27
Octal2564332012012540411247
Binary10101110100011110100101000010101011000001001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE231A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE231A; }

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

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

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

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

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

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

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

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