Html Css Color HEX #AE2120 Fire Brick

📋 copy color: '#AE2120'

red 174 ◦ green 33 ◦ blue 32

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

Shades of Fire Brick #AE2120

Tints of Fire Brick #AE2120

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.81%

 BLUE value IS 32 (12.89% from 255) = 13.39%

R = 72.8%
G = 13.81%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE2120 (or 0xAE2120) is known color: Fire Brick. HEX triplet: AE, 21 and 20. RGB value is (174,33,32). Sum of RGB (Red+Green+Blue) = 174+33+32=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 33 (13.28% from 255 or 13.81% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2120 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2120 is #51DEDF. Grayscale: #4B4B4B. Windows color (decimal): -5365472 or 2105774. OLE color: 2105774.

HSL color Cylindrical-coordinate representation of color #AE2120: hue angle of 0.42º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AE2120 is Cyan = 0, Magento = 0.81, Yellow = 0.82 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 33 32 -
CMYK 0 0.81 0.82 0.32
HSL 0.42º 0.69% 0.4% -
HSV(B) 0.42º 0.82% 0.68% -
XYZ 18.26 10.19 2.37 -
YUV 75.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 174 33 32 0 0.81 0.82 0.32 0.42 0.69 0.4
Hex AE 21 20 0 51 52 20 0 45 28
Octal 256 41 40 0 121 122 40 0 105 50
Binary 10101110 100001 100000 0 1010001 1010010 100000 0 1000101 101000

Color Harmonies of #AE2120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2120

Black with #AE2120

Text Example


Text Example

White with #AE2120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2120; }

 p { color: rgb(174,33,32); }

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

background-color css

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

 a { background-color: rgb(174,33,32); }

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

border-color css

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

 span { border-color: rgb(174,33,32); }

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