Html Css Color HEX #AE2823 Fire Brick

📋 copy color: '#AE2823'

red 174 ◦ green 40 ◦ blue 35

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

Shades of Fire Brick #AE2823

Tints of Fire Brick #AE2823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.06%

R = 69.88%
G = 16.06%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE2823 (or 0xAE2823) is known color: Fire Brick. HEX triplet: AE, 28 and 23. RGB value is (174,40,35). Sum of RGB (Red+Green+Blue) = 174+40+35=249 (32% of max value = 765). Red value is 174 (68.36% from 255 or 69.88% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 35 (14.06% from 255 or 14.06% from 249); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2823 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2823 is #51D7DC. Grayscale: #4F4F4F. Windows color (decimal): -5363677 or 2304174. OLE color: 2304174.

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

Color convert

RGB 174 40 35 -
CMYK 0 0.77 0.80 0.32
HSL 2.16º 0.67% 0.41% -
HSV(B) 2.16º 0.8% 0.68% -
XYZ 18.52 10.64 2.67 -
YUV 79.5 102.89 195.41 -
System Red Green Blue C M Y K H S L
Decimal 174 40 35 0 0.77 0.80 0.32 2.16 0.67 0.41
Hex AE 28 23 0 4D 50 20 2 43 29
Octal 256 50 43 0 115 120 40 2 103 51
Binary 10101110 101000 100011 0 1001101 1010000 100000 10 1000011 101001

Color Harmonies of #AE2823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2823

Black with #AE2823

Text Example


Text Example

White with #AE2823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2823; }

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

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

background-color css

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

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

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

border-color css

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

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

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