Html Css Color HEX #AE2323 Fire Brick

📋 copy color: '#AE2323'

red 174 ◦ green 35 ◦ blue 35

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

Shades of Fire Brick #AE2323

Tints of Fire Brick #AE2323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.34%

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

R = 71.31%
G = 14.34%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.80

 K value IS 0.32

RGB Variations

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

Color information

#AE2323 (or 0xAE2323) is known color: Fire Brick. HEX triplet: AE, 23 and 23. RGB value is (174,35,35). Sum of RGB (Red+Green+Blue) = 174+35+35=244 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.31% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 35 (14.06% from 255 or 14.34% from 244); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2323 is #51DCDC. Grayscale: #4C4C4C. Windows color (decimal): -5364957 or 2302894. OLE color: 2302894.

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

Color convert

RGB 174 35 35 -
CMYK 0 0.80 0.80 0.32
HSL 0.67% 0.41% -
HSV(B) 0.8% 0.68% -
XYZ 18.36 10.32 2.61 -
YUV 76.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 174 35 35 0 0.80 0.80 0.32 0 0.67 0.41
Hex AE 23 23 0 50 50 20 0 43 29
Octal 256 43 43 0 120 120 40 0 103 51
Binary 10101110 100011 100011 0 1010000 1010000 100000 0 1000011 101001

Color Harmonies of #AE2323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2323

Black with #AE2323

Text Example


Text Example

White with #AE2323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2323; }

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

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

background-color css

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

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

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

border-color css

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

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

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