#AE1D02

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

Shades of Fire Brick #AE1D02

Tints of Fire Brick #AE1D02

Color information

#AE1D02 (or 0xAE1D02) is unknown color: approx Fire Brick. HEX triplet: AE, 1D and 02. RGB value is (174,29,2). Sum of RGB (Red+Green+Blue) = 174+29+2=205 (27% of max value = 765). Red value is 174 (68.36% from 255 or 84.88% from 205); Green value is 29 (11.72% from 255 or 14.15% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE1D02 is #51E2FD. Grayscale: #454545. Windows color (decimal): -5366526 or 138670. OLE color: 138670.

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

Color convert

RGB174292-
CMYK00.830.990.32
HSL9.42º97.73%34.51%-
HSV(B)9.42º98.85%68.24%-
XYZ17.919.881.02-
YUV69.2890.04202.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 84.88%
GREEN value IS 29 (11.72% from 255) = 14.15%
BLUE value IS 2 (1.17% from 255) = 0.98%
R=84.88%
G=14.15%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17429200.830.990.329.4297.7334.51
HexAE1D2053632096223
Octal2563520123143401114243
Binary10101110111011001010011110001110000010011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE1D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE1D02; }

 p { color: rgb(174,29,2); }

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

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

 a { background-color: rgb(174,29,2); }

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

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

 span { border-color: rgb(174,29,2); }

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