Html Css Color HEX #AE231A Fire Brick

📋 copy color: '#AE231A'

red 174 ◦ green 35 ◦ blue 26

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

Shades of Fire Brick #AE231A

Tints of Fire Brick #AE231A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 74.04%
G = 14.89%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE231A (or 0xAE231A) is known color: Fire Brick. HEX triplet: AE, 23 and 1A. RGB value is (174,35,26). Sum of RGB (Red+Green+Blue) = 174+35+26=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE231A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE231A is #51DCE5. Grayscale: #4B4B4B. Windows color (decimal): -5364966 or 1713070. OLE color: 1713070.

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

Color convert

RGB 174 35 26 -
CMYK 0 0.80 0.85 0.32
HSL 3.65º 0.74% 0.39% -
HSV(B) 3.65º 0.85% 0.68% -
XYZ 18.24 10.28 2 -
YUV 75.54 100.05 198.23 -
System Red Green Blue C M Y K H S L
Decimal 174 35 26 0 0.80 0.85 0.32 3.65 0.74 0.39
Hex AE 23 1A 0 50 55 20 4 4A 27
Octal 256 43 32 0 120 125 40 4 112 47
Binary 10101110 100011 11010 0 1010000 1010101 100000 100 1001010 100111

Color Harmonies of #AE231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE231A

Black with #AE231A

Text Example


Text Example

White with #AE231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE231A; }

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

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

background-color css

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

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

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

border-color css

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

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

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