Html Css Color HEX #AE2212 Fire Brick

📋 copy color: '#AE2212'

red 174 ◦ green 34 ◦ blue 18

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

Shades of Fire Brick #AE2212

Tints of Fire Brick #AE2212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.04%

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

R = 76.99%
G = 15.04%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE2212 (or 0xAE2212) is known color: Fire Brick. HEX triplet: AE, 22 and 12. RGB value is (174,34,18). Sum of RGB (Red+Green+Blue) = 174+34+18=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2212 is #51DDED. Grayscale: #4A4A4A. Windows color (decimal): -5365230 or 1188526. OLE color: 1188526.

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

Color convert

RGB 174 34 18 -
CMYK 0 0.80 0.90 0.32
HSL 6.15º 0.81% 0.38% -
HSV(B) 6.15º 0.9% 0.68% -
XYZ 18.14 10.19 1.58 -
YUV 74.04 96.38 199.3 -
System Red Green Blue C M Y K H S L
Decimal 174 34 18 0 0.80 0.90 0.32 6.15 0.81 0.38
Hex AE 22 12 0 50 5A 20 6 51 26
Octal 256 42 22 0 120 132 40 6 121 46
Binary 10101110 100010 10010 0 1010000 1011010 100000 110 1010001 100110

Color Harmonies of #AE2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2212

Black with #AE2212

Text Example


Text Example

White with #AE2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2212; }

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

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

background-color css

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

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

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

border-color css

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

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

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