Html Css Color HEX #AE2911 Fire Brick

📋 copy color: '#AE2911'

red 174 ◦ green 41 ◦ blue 17

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

Shades of Fire Brick #AE2911

Tints of Fire Brick #AE2911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.33%

R = 75%
G = 17.67%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE2911 (or 0xAE2911) is known color: Fire Brick. HEX triplet: AE, 29 and 11. RGB value is (174,41,17). Sum of RGB (Red+Green+Blue) = 174+41+17=232 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2911 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2911 is #51D6EE. Grayscale: #4E4E4E. Windows color (decimal): -5363439 or 1124782. OLE color: 1124782.

HSL color Cylindrical-coordinate representation of color #AE2911: hue angle of 9.17º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE2911 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 41 17 -
CMYK 0 0.76 0.90 0.32
HSL 9.17º 0.82% 0.37% -
HSV(B) 9.17º 0.9% 0.68% -
XYZ 18.35 10.63 1.61 -
YUV 78.03 93.56 196.45 -
System Red Green Blue C M Y K H S L
Decimal 174 41 17 0 0.76 0.90 0.32 9.17 0.82 0.37
Hex AE 29 11 0 4C 5A 20 9 52 25
Octal 256 51 21 0 114 132 40 11 122 45
Binary 10101110 101001 10001 0 1001100 1011010 100000 1001 1010010 100101

Color Harmonies of #AE2911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2911

Black with #AE2911

Text Example


Text Example

White with #AE2911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2911; }

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

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

background-color css

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

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

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

border-color css

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

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

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