Html Css Color HEX #AE2914 Fire Brick

📋 copy color: '#AE2914'

red 174 ◦ green 41 ◦ blue 20

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

Shades of Fire Brick #AE2914

Tints of Fire Brick #AE2914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.51%

R = 74.04%
G = 17.45%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2914 (or 0xAE2914) is known color: Fire Brick. HEX triplet: AE, 29 and 14. RGB value is (174,41,20). Sum of RGB (Red+Green+Blue) = 174+41+20=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 41 (16.41% from 255 or 17.45% from 235); Blue value is 20 (8.20% from 255 or 8.51% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2914 is #51D6EB. Grayscale: #4E4E4E. Windows color (decimal): -5363436 or 1321390. OLE color: 1321390.

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

Color convert

RGB 174 41 20 -
CMYK 0 0.76 0.89 0.32
HSL 8.18º 0.79% 0.38% -
HSV(B) 8.18º 0.89% 0.68% -
XYZ 18.37 10.64 1.75 -
YUV 78.37 95.06 196.21 -
System Red Green Blue C M Y K H S L
Decimal 174 41 20 0 0.76 0.89 0.32 8.18 0.79 0.38
Hex AE 29 14 0 4C 59 20 8 4F 26
Octal 256 51 24 0 114 131 40 10 117 46
Binary 10101110 101001 10100 0 1001100 1011001 100000 1000 1001111 100110

Color Harmonies of #AE2914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2914

Black with #AE2914

Text Example


Text Example

White with #AE2914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2914; }

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

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

background-color css

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

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

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

border-color css

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

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

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