Html Css Color HEX #AE2424 Fire Brick

📋 copy color: '#AE2424'

red 174 ◦ green 36 ◦ blue 36

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

Shades of Fire Brick #AE2424

Tints of Fire Brick #AE2424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 70.73%
G = 14.63%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE2424 (or 0xAE2424) is known color: Fire Brick. HEX triplet: AE, 24 and 24. RGB value is (174,36,36). Sum of RGB (Red+Green+Blue) = 174+36+36=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2424 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2424 is #51DBDB. Grayscale: #4D4D4D. Windows color (decimal): -5364700 or 2368686. OLE color: 2368686.

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

Color convert

RGB 174 36 36 -
CMYK 0 0.79 0.79 0.32
HSL 0.66% 0.41% -
HSV(B) 0.79% 0.68% -
XYZ 18.4 10.39 2.7 -
YUV 77.26 104.72 197 -
System Red Green Blue C M Y K H S L
Decimal 174 36 36 0 0.79 0.79 0.32 0 0.66 0.41
Hex AE 24 24 0 4F 4F 20 0 42 29
Octal 256 44 44 0 117 117 40 0 102 51
Binary 10101110 100100 100100 0 1001111 1001111 100000 0 1000010 101001

Color Harmonies of #AE2424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2424

Black with #AE2424

Text Example


Text Example

White with #AE2424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2424; }

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

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

background-color css

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

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

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

border-color css

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

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

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