Html Css Color HEX #AE180C Fire Brick

📋 copy color: '#AE180C'

red 174 ◦ green 24 ◦ blue 12

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

Shades of Fire Brick #AE180C

Tints of Fire Brick #AE180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 12 (5.08% from 255) = 5.71%

R = 82.86%
G = 11.43%
B = 5.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE180C (or 0xAE180C) is known color: Fire Brick. HEX triplet: AE, 18 and 0C. RGB value is (174,24,12). Sum of RGB (Red+Green+Blue) = 174+24+12=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 12 (5.08% from 255 or 5.71% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE180C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE180C is #51E7F3. Grayscale: #434343. Windows color (decimal): -5367796 or 792750. OLE color: 792750.

HSL color Cylindrical-coordinate representation of color #AE180C: hue angle of 4.44º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE180C is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 24 12 -
CMYK 0 0.86 0.93 0.32
HSL 4.44º 0.87% 0.36% -
HSV(B) 4.44º 0.93% 0.68% -
XYZ 17.85 9.68 1.28 -
YUV 67.48 96.7 203.98 -
System Red Green Blue C M Y K H S L
Decimal 174 24 12 0 0.86 0.93 0.32 4.44 0.87 0.36
Hex AE 18 C 0 56 5D 20 4 57 24
Octal 256 30 14 0 126 135 40 4 127 44
Binary 10101110 11000 1100 0 1010110 1011101 100000 100 1010111 100100

Color Harmonies of #AE180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE180C

Black with #AE180C

Text Example


Text Example

White with #AE180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE180C; }

 p { color: rgb(174,24,12); }

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

background-color css

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

 a { background-color: rgb(174,24,12); }

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

border-color css

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

 span { border-color: rgb(174,24,12); }

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