Html Css Color HEX #AE291C Fire Brick

📋 copy color: '#AE291C'

red 174 ◦ green 41 ◦ blue 28

#AE291C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #AE291C

Tints of Fire Brick #AE291C

RGB

 RED value IS 174 (68.36% from 255) = 71.6%

 GREEN value IS 41 (16.41% from 255) = 16.87%

 BLUE value IS 28 (11.33% from 255) = 11.52%

R = 71.6%
G = 16.87%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE291C (or 0xAE291C) is known color: Fire Brick. HEX triplet: AE, 29 and 1C. RGB value is (174,41,28). Sum of RGB (Red+Green+Blue) = 174+41+28=243 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.60% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 28 (11.33% from 255 or 11.52% from 243); Max value from RGB is 174 - color contains mainly: red. Hex color #AE291C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE291C is #51D6E3. Grayscale: #4F4F4F. Windows color (decimal): -5363428 or 1845678. OLE color: 1845678.

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

Color convert

RGB 174 41 28 -
CMYK 0 0.76 0.84 0.32
HSL 5.34º 0.72% 0.4% -
HSV(B) 5.34º 0.84% 0.68% -
XYZ 18.46 10.67 2.18 -
YUV 79.29 99.06 195.56 -
System Red Green Blue C M Y K H S L
Decimal 174 41 28 0 0.76 0.84 0.32 5.34 0.72 0.4
Hex AE 29 1C 0 4C 54 20 5 48 28
Octal 256 51 34 0 114 124 40 5 110 50
Binary 10101110 101001 11100 0 1001100 1010100 100000 101 1001000 101000

Color Harmonies of #AE291C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE291C

Black with #AE291C

Text Example


Text Example

White with #AE291C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE291C; }

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

 H1.HeaderClassName
 {
   color: #AE291C;
 }
 .AnyTagClassName
 {
   color: #AE291C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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