#AE231B

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

Shades of Fire Brick #AE231B

Tints of Fire Brick #AE231B

Color information

#AE231B (or 0xAE231B) is unknown color: approx Fire Brick. HEX triplet: AE, 23 and 1B. RGB value is (174,35,27). Sum of RGB (Red+Green+Blue) = 174+35+27=236 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.73% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 174 - color contains mainly: red. Hex color #AE231B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE231B is #51DCE4. Grayscale: #4B4B4B. Windows color (decimal): -5364965 or 1778606. OLE color: 1778606.

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

Color convert

RGB1743527-
CMYK00.800.840.32
HSL3.27º73.13%39.41%-
HSV(B)3.27º84.48%68.24%-
XYZ18.2510.282.06-
YUV75.65100.55198.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 73.73%
GREEN value IS 35 (14.06% from 255) = 14.83%
BLUE value IS 27 (10.94% from 255) = 11.44%
R=73.73%
G=14.83%
B=11.44%

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
Decimal174352700.800.840.323.2773.1339.41
HexAE231B050542034927
Octal2564333012012440311147
Binary1010111010001111011010100001010100100000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE231B; }

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

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

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

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

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

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

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

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