Html Css Color HEX #AE301C Fire Brick

📋 copy color: '#AE301C'

red 174 ◦ green 48 ◦ blue 28

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

Shades of Fire Brick #AE301C

Tints of Fire Brick #AE301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.2%

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

R = 69.6%
G = 19.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE301C (or 0xAE301C) is known color: Fire Brick. HEX triplet: AE, 30 and 1C. RGB value is (174,48,28). Sum of RGB (Red+Green+Blue) = 174+48+28=250 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.6% from 250); Green value is 48 (19.14% from 255 or 19.2% from 250); Blue value is 28 (11.33% from 255 or 11.2% from 250); Max value from RGB is 174 - color contains mainly: red. Hex color #AE301C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE301C is #51CFE3. Grayscale: #535353. Windows color (decimal): -5361636 or 1847470. OLE color: 1847470.

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

Color convert

RGB 174 48 28 -
CMYK 0 0.72 0.84 0.32
HSL 8.22º 0.72% 0.4% -
HSV(B) 8.22º 0.84% 0.68% -
XYZ 18.72 11.2 2.27 -
YUV 83.39 96.74 192.63 -
System Red Green Blue C M Y K H S L
Decimal 174 48 28 0 0.72 0.84 0.32 8.22 0.72 0.4
Hex AE 30 1C 0 48 54 20 8 48 28
Octal 256 60 34 0 110 124 40 10 110 50
Binary 10101110 110000 11100 0 1001000 1010100 100000 1000 1001000 101000

Color Harmonies of #AE301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE301C

Black with #AE301C

Text Example


Text Example

White with #AE301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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