#AE280B

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

Shades of Fire Brick #AE280B

Tints of Fire Brick #AE280B

Color information

#AE280B (or 0xAE280B) is unknown color: approx Fire Brick. HEX triplet: AE, 28 and 0B. RGB value is (174,40,11). Sum of RGB (Red+Green+Blue) = 174+40+11=225 (29% of max value = 765). Red value is 174 (68.36% from 255 or 77.33% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 11 (4.69% from 255 or 4.89% from 225); Max value from RGB is 174 - color contains mainly: red. Hex color #AE280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE280B is #51D7F4. Grayscale: #4D4D4D. Windows color (decimal): -5363701 or 731310. OLE color: 731310.

HSL color Cylindrical-coordinate representation of color #AE280B: hue angle of 10.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AE280B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.32.

Color convert

RGB1744011-
CMYK00.770.940.32
HSL10.67º88.11%36.27%-
HSV(B)10.67º93.68%68.24%-
XYZ18.2710.541.39-
YUV76.7690.89197.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 77.33%
GREEN value IS 40 (16.02% from 255) = 17.78%
BLUE value IS 11 (4.69% from 255) = 4.89%
R=77.33%
G=17.78%
B=4.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174401100.770.940.3210.6788.1136.27
HexAE28B04D5E20b5824
Octal25650130115136401313044
Binary10101110101000101101001101101111010000010111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE280B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE280B; }

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

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

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

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

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

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

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

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