Html Css Color HEX #AE2420 Fire Brick

📋 copy color: '#AE2420'

red 174 ◦ green 36 ◦ blue 32

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

Shades of Fire Brick #AE2420

Tints of Fire Brick #AE2420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

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

R = 71.9%
G = 14.88%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE2420 (or 0xAE2420) is known color: Fire Brick. HEX triplet: AE, 24 and 20. RGB value is (174,36,32). Sum of RGB (Red+Green+Blue) = 174+36+32=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2420 is #51DBDF. Grayscale: #4C4C4C. Windows color (decimal): -5364704 or 2106542. OLE color: 2106542.

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

Color convert

RGB 174 36 32 -
CMYK 0 0.79 0.82 0.32
HSL 1.69º 0.69% 0.4% -
HSV(B) 1.69º 0.82% 0.68% -
XYZ 18.35 10.36 2.4 -
YUV 76.81 102.72 197.33 -
System Red Green Blue C M Y K H S L
Decimal 174 36 32 0 0.79 0.82 0.32 1.69 0.69 0.4
Hex AE 24 20 0 4F 52 20 2 45 28
Octal 256 44 40 0 117 122 40 2 105 50
Binary 10101110 100100 100000 0 1001111 1010010 100000 10 1000101 101000

Color Harmonies of #AE2420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2420

Black with #AE2420

Text Example


Text Example

White with #AE2420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2420; }

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

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

background-color css

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

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

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

border-color css

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

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

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