Html Css Color HEX #AE1311 Fire Brick

📋 copy color: '#AE1311'

red 174 ◦ green 19 ◦ blue 17

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

Shades of Fire Brick #AE1311

Tints of Fire Brick #AE1311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.05%

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 82.86%
G = 9.05%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE1311 (or 0xAE1311) is known color: Fire Brick. HEX triplet: AE, 13 and 11. RGB value is (174,19,17). Sum of RGB (Red+Green+Blue) = 174+19+17=210 (27% of max value = 765). Red value is 174 (68.36% from 255 or 82.86% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1311 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1311 is #51ECEE. Grayscale: #414141. Windows color (decimal): -5369071 or 1119150. OLE color: 1119150.

HSL color Cylindrical-coordinate representation of color #AE1311: hue angle of 0.76º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AE1311 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 19 17 -
CMYK 0 0.89 0.90 0.32
HSL 0.76º 0.82% 0.37% -
HSV(B) 0.76º 0.9% 0.68% -
XYZ 17.79 9.5 1.43 -
YUV 65.12 100.85 205.66 -
System Red Green Blue C M Y K H S L
Decimal 174 19 17 0 0.89 0.90 0.32 0.76 0.82 0.37
Hex AE 13 11 0 59 5A 20 1 52 25
Octal 256 23 21 0 131 132 40 1 122 45
Binary 10101110 10011 10001 0 1011001 1011010 100000 1 1010010 100101

Color Harmonies of #AE1311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1311

Black with #AE1311

Text Example


Text Example

White with #AE1311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1311; }

 p { color: rgb(174,19,17); }

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

background-color css

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

 a { background-color: rgb(174,19,17); }

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

border-color css

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

 span { border-color: rgb(174,19,17); }

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