Html Css Color HEX #AE291A Fire Brick

📋 copy color: '#AE291A'

red 174 ◦ green 41 ◦ blue 26

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

Shades of Fire Brick #AE291A

Tints of Fire Brick #AE291A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.79%

R = 72.2%
G = 17.01%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE291A (or 0xAE291A) is known color: Fire Brick. HEX triplet: AE, 29 and 1A. RGB value is (174,41,26). Sum of RGB (Red+Green+Blue) = 174+41+26=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 26 (10.55% from 255 or 10.79% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE291A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE291A is #51D6E5. Grayscale: #4F4F4F. Windows color (decimal): -5363430 or 1714606. OLE color: 1714606.

HSL color Cylindrical-coordinate representation of color #AE291A: hue angle of 6.08º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AE291A is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 41 26 -
CMYK 0 0.76 0.85 0.32
HSL 6.08º 0.74% 0.39% -
HSV(B) 6.08º 0.85% 0.68% -
XYZ 18.43 10.66 2.06 -
YUV 79.06 98.06 195.72 -
System Red Green Blue C M Y K H S L
Decimal 174 41 26 0 0.76 0.85 0.32 6.08 0.74 0.39
Hex AE 29 1A 0 4C 55 20 6 4A 27
Octal 256 51 32 0 114 125 40 6 112 47
Binary 10101110 101001 11010 0 1001100 1010101 100000 110 1001010 100111

Color Harmonies of #AE291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE291A

Black with #AE291A

Text Example


Text Example

White with #AE291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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