#AE281A

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

Shades of Fire Brick #AE281A

Tints of Fire Brick #AE281A

Color information

#AE281A (or 0xAE281A) is unknown color: approx Fire Brick. HEX triplet: AE, 28 and 1A. RGB value is (174,40,26). Sum of RGB (Red+Green+Blue) = 174+40+26=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE281A is #51D7E5. Grayscale: #4E4E4E. Windows color (decimal): -5363686 or 1714350. OLE color: 1714350.

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

Color convert

RGB1744026-
CMYK00.770.850.32
HSL5.68º74%39.22%-
HSV(B)5.68º85.06%68.24%-
XYZ18.410.592.05-
YUV78.4798.39196.14-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 72.5%
GREEN value IS 40 (16.02% from 255) = 16.67%
BLUE value IS 26 (10.55% from 255) = 10.83%
R=72.5%
G=16.67%
B=10.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.85
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174402600.770.850.325.687439.22
HexAE281A04D552064a27
Octal2565032011512540611247
Binary10101110101000110100100110110101011000001101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE281A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE281A; }

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

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

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

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

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

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

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

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