#AE261E

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

Shades of Fire Brick #AE261E

Tints of Fire Brick #AE261E

Color information

#AE261E (or 0xAE261E) is unknown color: approx Fire Brick. HEX triplet: AE, 26 and 1E. RGB value is (174,38,30). Sum of RGB (Red+Green+Blue) = 174+38+30=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE261E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE261E is #51D9E1. Grayscale: #4D4D4D. Windows color (decimal): -5364194 or 1975982. OLE color: 1975982.

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

Color convert

RGB1743830-
CMYK00.780.830.32
HSL3.33º70.59%40%-
HSV(B)3.33º82.76%68.24%-
XYZ18.3810.482.28-
YUV77.75101.06196.65-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.90%
GREEN value IS 38 (15.23% from 255) = 15.70%
BLUE value IS 30 (12.11% from 255) = 12.40%
R=71.90%
G=15.70%
B=12.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.83
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174383000.780.830.323.3370.5940
HexAE261E04E532034728
Octal2564636011612340310750
Binary1010111010011011110010011101010011100000111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE261E; }

 p { color: rgb(174,38,30); }

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

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

 a { background-color: rgb(174,38,30); }

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

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

 span { border-color: rgb(174,38,30); }

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