Html Css Color HEX #AE2512 Fire Brick

📋 copy color: '#AE2512'

red 174 ◦ green 37 ◦ blue 18

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

Shades of Fire Brick #AE2512

Tints of Fire Brick #AE2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.16%

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

R = 75.98%
G = 16.16%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE2512 (or 0xAE2512) is known color: Fire Brick. HEX triplet: AE, 25 and 12. RGB value is (174,37,18). Sum of RGB (Red+Green+Blue) = 174+37+18=229 (30% of max value = 765). Red value is 174 (68.36% from 255 or 75.98% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2512 is #51DAED. Grayscale: #4C4C4C. Windows color (decimal): -5364462 or 1189294. OLE color: 1189294.

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

Color convert

RGB 174 37 18 -
CMYK 0 0.79 0.90 0.32
HSL 7.31º 0.81% 0.38% -
HSV(B) 7.31º 0.9% 0.68% -
XYZ 18.23 10.37 1.61 -
YUV 75.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 174 37 18 0 0.79 0.90 0.32 7.31 0.81 0.38
Hex AE 25 12 0 4F 5A 20 7 51 26
Octal 256 45 22 0 117 132 40 7 121 46
Binary 10101110 100101 10010 0 1001111 1011010 100000 111 1010001 100110

Color Harmonies of #AE2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2512

Black with #AE2512

Text Example


Text Example

White with #AE2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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