Html Css Color HEX #AE2828 Fire Brick

📋 copy color: '#AE2828'

red 174 ◦ green 40 ◦ blue 40

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

Shades of Fire Brick #AE2828

Tints of Fire Brick #AE2828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 40 (16.02% from 255) = 15.75%

R = 68.5%
G = 15.75%
B = 15.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE2828 (or 0xAE2828) is known color: Fire Brick. HEX triplet: AE, 28 and 28. RGB value is (174,40,40). Sum of RGB (Red+Green+Blue) = 174+40+40=254 (33% of max value = 765). Red value is 174 (68.36% from 255 or 68.50% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 40 (16.02% from 255 or 15.75% from 254); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2828 is #51D7D7. Grayscale: #505050. Windows color (decimal): -5363672 or 2631854. OLE color: 2631854.

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

Color convert

RGB 174 40 40 -
CMYK 0 0.77 0.77 0.32
HSL 0.63% 0.42% -
HSV(B) 0.77% 0.68% -
XYZ 18.6 10.67 3.09 -
YUV 80.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 174 40 40 0 0.77 0.77 0.32 0 0.63 0.42
Hex AE 28 28 0 4D 4D 20 0 3F 2A
Octal 256 50 50 0 115 115 40 0 77 52
Binary 10101110 101000 101000 0 1001101 1001101 100000 0 111111 101010

Color Harmonies of #AE2828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2828

Black with #AE2828

Text Example


Text Example

White with #AE2828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2828; }

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

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

background-color css

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

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

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

border-color css

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

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

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