Html Css Color HEX #AE1812 Fire Brick

📋 copy color: '#AE1812'

red 174 ◦ green 24 ◦ blue 18

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

Shades of Fire Brick #AE1812

Tints of Fire Brick #AE1812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.33%

R = 80.56%
G = 11.11%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE1812 (or 0xAE1812) is known color: Fire Brick. HEX triplet: AE, 18 and 12. RGB value is (174,24,18). Sum of RGB (Red+Green+Blue) = 174+24+18=216 (28% of max value = 765). Red value is 174 (68.36% from 255 or 80.56% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1812 is #51E7ED. Grayscale: #444444. Windows color (decimal): -5367790 or 1185966. OLE color: 1185966.

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

Color convert

RGB 174 24 18 -
CMYK 0 0.86 0.90 0.32
HSL 2.31º 0.81% 0.38% -
HSV(B) 2.31º 0.9% 0.68% -
XYZ 17.89 9.7 1.5 -
YUV 68.17 99.7 203.49 -
System Red Green Blue C M Y K H S L
Decimal 174 24 18 0 0.86 0.90 0.32 2.31 0.81 0.38
Hex AE 18 12 0 56 5A 20 2 51 26
Octal 256 30 22 0 126 132 40 2 121 46
Binary 10101110 11000 10010 0 1010110 1011010 100000 10 1010001 100110

Color Harmonies of #AE1812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1812

Black with #AE1812

Text Example


Text Example

White with #AE1812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1812; }

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

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

background-color css

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

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

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

border-color css

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

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

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