Html Css Color HEX #AE180D Fire Brick

📋 copy color: '#AE180D'

red 174 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #AE180D

Tints of Fire Brick #AE180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.37%

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

R = 82.46%
G = 11.37%
B = 6.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#AE180D (or 0xAE180D) is known color: Fire Brick. HEX triplet: AE, 18 and 0D. RGB value is (174,24,13). Sum of RGB (Red+Green+Blue) = 174+24+13=211 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.46% from 211); Green value is 24 (9.77% from 255 or 11.37% from 211); Blue value is 13 (5.47% from 255 or 6.16% from 211); Max value from RGB is 174 - color contains mainly: red. Hex color #AE180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE180D is #51E7F2. Grayscale: #434343. Windows color (decimal): -5367795 or 858286. OLE color: 858286.

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

Color convert

RGB 174 24 13 -
CMYK 0 0.86 0.93 0.32
HSL 4.1º 0.86% 0.37% -
HSV(B) 4.1º 0.93% 0.68% -
XYZ 17.85 9.68 1.31 -
YUV 67.6 97.2 203.89 -
System Red Green Blue C M Y K H S L
Decimal 174 24 13 0 0.86 0.93 0.32 4.1 0.86 0.37
Hex AE 18 D 0 56 5D 20 4 56 25
Octal 256 30 15 0 126 135 40 4 126 45
Binary 10101110 11000 1101 0 1010110 1011101 100000 100 1010110 100101

Color Harmonies of #AE180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE180D

Black with #AE180D

Text Example


Text Example

White with #AE180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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