Html Css Color HEX #AE2C11 Fire Brick

📋 copy color: '#AE2C11'

red 174 ◦ green 44 ◦ blue 17

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

Shades of Fire Brick #AE2C11

Tints of Fire Brick #AE2C11

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.72%

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

R = 74.04%
G = 18.72%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE2C11 (or 0xAE2C11) is known color: Fire Brick. HEX triplet: AE, 2C and 11. RGB value is (174,44,17). Sum of RGB (Red+Green+Blue) = 174+44+17=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C11 is #51D3EE. Grayscale: #505050. Windows color (decimal): -5362671 or 1125550. OLE color: 1125550.

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

Color convert

RGB 174 44 17 -
CMYK 0 0.75 0.90 0.32
HSL 10.32º 0.82% 0.37% -
HSV(B) 10.32º 0.9% 0.68% -
XYZ 18.46 10.84 1.65 -
YUV 79.79 92.57 195.2 -
System Red Green Blue C M Y K H S L
Decimal 174 44 17 0 0.75 0.90 0.32 10.32 0.82 0.37
Hex AE 2C 11 0 4B 5A 20 A 52 25
Octal 256 54 21 0 113 132 40 12 122 45
Binary 10101110 101100 10001 0 1001011 1011010 100000 1010 1010010 100101

Color Harmonies of #AE2C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C11

Black with #AE2C11

Text Example


Text Example

White with #AE2C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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