#AE281C

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

Shades of Fire Brick #AE281C

Tints of Fire Brick #AE281C

Color information

#AE281C (or 0xAE281C) is unknown color: approx Fire Brick. HEX triplet: AE, 28 and 1C. RGB value is (174,40,28). Sum of RGB (Red+Green+Blue) = 174+40+28=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE281C is #51D7E3. Grayscale: #4E4E4E. Windows color (decimal): -5363684 or 1845422. OLE color: 1845422.

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

Color convert

RGB1744028-
CMYK00.770.840.32
HSL4.93º72.28%39.61%-
HSV(B)4.93º83.91%68.24%-
XYZ18.4210.62.17-
YUV78.799.39195.98-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.90%
GREEN value IS 40 (16.02% from 255) = 16.53%
BLUE value IS 28 (11.33% from 255) = 11.57%
R=71.90%
G=16.53%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174402800.770.840.324.9372.2839.61
HexAE281C04D542054828
Octal2565034011512440511050
Binary10101110101000111000100110110101001000001011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE281C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE281C; }

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

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

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

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

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

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

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

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