Html Css Color HEX #AE231C Fire Brick

📋 copy color: '#AE231C'

red 174 ◦ green 35 ◦ blue 28

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

Shades of Fire Brick #AE231C

Tints of Fire Brick #AE231C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.81%

R = 73.42%
G = 14.77%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE231C (or 0xAE231C) is known color: Fire Brick. HEX triplet: AE, 23 and 1C. RGB value is (174,35,28). Sum of RGB (Red+Green+Blue) = 174+35+28=237 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.42% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 28 (11.33% from 255 or 11.81% from 237); Max value from RGB is 174 - color contains mainly: red. Hex color #AE231C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE231C is #51DCE3. Grayscale: #4B4B4B. Windows color (decimal): -5364964 or 1844142. OLE color: 1844142.

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

Color convert

RGB 174 35 28 -
CMYK 0 0.80 0.84 0.32
HSL 2.88º 0.72% 0.4% -
HSV(B) 2.88º 0.84% 0.68% -
XYZ 18.27 10.28 2.12 -
YUV 75.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 174 35 28 0 0.80 0.84 0.32 2.88 0.72 0.4
Hex AE 23 1C 0 50 54 20 3 48 28
Octal 256 43 34 0 120 124 40 3 110 50
Binary 10101110 100011 11100 0 1010000 1010100 100000 11 1001000 101000

Color Harmonies of #AE231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE231C

Black with #AE231C

Text Example


Text Example

White with #AE231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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