Html Css Color HEX #AE240D Fire Brick

📋 copy color: '#AE240D'

red 174 ◦ green 36 ◦ blue 13

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

Shades of Fire Brick #AE240D

Tints of Fire Brick #AE240D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 13 (5.47% from 255) = 5.83%

R = 78.03%
G = 16.14%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE240D (or 0xAE240D) is known color: Fire Brick. HEX triplet: AE, 24 and 0D. RGB value is (174,36,13). Sum of RGB (Red+Green+Blue) = 174+36+13=223 (29% of max value = 765). Red value is 174 (68.36% from 255 or 78.03% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 174 - color contains mainly: red. Hex color #AE240D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE240D is #51DBF2. Grayscale: #4A4A4A. Windows color (decimal): -5364723 or 861358. OLE color: 861358.

HSL color Cylindrical-coordinate representation of color #AE240D: hue angle of 8.57º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AE240D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 36 13 -
CMYK 0 0.79 0.93 0.32
HSL 8.57º 0.86% 0.37% -
HSV(B) 8.57º 0.93% 0.68% -
XYZ 18.16 10.29 1.41 -
YUV 74.64 93.22 198.87 -
System Red Green Blue C M Y K H S L
Decimal 174 36 13 0 0.79 0.93 0.32 8.57 0.86 0.37
Hex AE 24 D 0 4F 5D 20 9 56 25
Octal 256 44 15 0 117 135 40 11 126 45
Binary 10101110 100100 1101 0 1001111 1011101 100000 1001 1010110 100101

Color Harmonies of #AE240D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE240D

Black with #AE240D

Text Example


Text Example

White with #AE240D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE240D; }

 p { color: rgb(174,36,13); }

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

background-color css

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

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

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

border-color css

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

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

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