Html Css Color HEX #AE220E Fire Brick

📋 copy color: '#AE220E'

red 174 ◦ green 34 ◦ blue 14

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

Shades of Fire Brick #AE220E

Tints of Fire Brick #AE220E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.31%

R = 78.38%
G = 15.32%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#AE220E (or 0xAE220E) is known color: Fire Brick. HEX triplet: AE, 22 and 0E. RGB value is (174,34,14). Sum of RGB (Red+Green+Blue) = 174+34+14=222 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.38% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 174 - color contains mainly: red. Hex color #AE220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE220E is #51DDF1. Grayscale: #494949. Windows color (decimal): -5365234 or 926382. OLE color: 926382.

HSL color Cylindrical-coordinate representation of color #AE220E: hue angle of 7.5º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AE220E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 14 -
CMYK 0 0.80 0.92 0.32
HSL 7.5º 0.85% 0.37% -
HSV(B) 7.5º 0.92% 0.68% -
XYZ 18.11 10.17 1.42 -
YUV 73.58 94.38 199.63 -
System Red Green Blue C M Y K H S L
Decimal 174 34 14 0 0.80 0.92 0.32 7.5 0.85 0.37
Hex AE 22 E 0 50 5C 20 8 55 25
Octal 256 42 16 0 120 134 40 10 125 45
Binary 10101110 100010 1110 0 1010000 1011100 100000 1000 1010101 100101

Color Harmonies of #AE220E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE220E

Black with #AE220E

Text Example


Text Example

White with #AE220E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE220E; }

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

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

background-color css

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

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

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

border-color css

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

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

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