#ae271f

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

Shades of Fire Brick #AE271F

Tints of Fire Brick #AE271F

Color information

#AE271F (or 0xAE271F) is unknown color: approx Fire Brick. HEX triplet: AE, 27 and 1F. RGB value is (174,39,31). Sum of RGB (Red+Green+Blue) = 174+39+31=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 39 (15.62% from 255 or 15.98% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE271F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE271F is #51D8E0. Grayscale: #4E4E4E. Windows color (decimal): -5363937 or 2041774. OLE color: 2041774.

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

Color convert

RGB1743931-
CMYK00.780.820.32
HSL3.36º69.76%40.2%-
HSV(B)3.36º82.18%68.24%-
XYZ18.4310.552.36-
YUV78.45101.23196.15-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 71.31%
GREEN value IS 39 (15.62% from 255) = 15.98%
BLUE value IS 31 (12.5% from 255) = 12.70%
R=71.31%
G=15.98%
B=12.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.82
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174393100.780.820.323.3669.7640.2
HexAE271F04E522034628
Octal2564737011612240310650
Binary1010111010011111111010011101010010100000111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ae271f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ae271f; }

 p { color: rgb(174,39,31); }

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

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

 a { background-color: rgb(174,39,31); }

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

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

 span { border-color: rgb(174,39,31); }

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