#AE231C

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

Shades of Fire Brick #AE231C

Tints of Fire Brick #AE231C

Color information

#AE231C (or 0xAE231C) is unknown color: approx Fire Brick. HEX triplet: AE, 23 and 1C. RGB value is (174,35,28). Sum of RGB (Red+Green+Blue) = 174+35+28=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE231C is #51DCE3. Grayscale: #4B4B4B. Windows color (decimal): -5364964 or 1844142. OLE color: 1844142.

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

Color convert

RGB1743528-
CMYK00.800.840.32
HSL2.88º72.28%39.61%-
HSV(B)2.88º83.91%68.24%-
XYZ18.2710.282.12-
YUV75.76101.05198.07-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.42%
GREEN value IS 35 (14.06% from 255) = 14.77%
BLUE value IS 28 (11.33% from 255) = 11.81%
R=73.42%
G=14.77%
B=11.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174352800.800.840.322.8872.2839.61
HexAE231C050542034828
Octal2564334012012440311050
Binary1010111010001111100010100001010100100000111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE231C; }

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

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

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

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

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

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

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

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