Html Css Color HEX #AE1211 Fire Brick

📋 copy color: '#AE1211'

red 174 ◦ green 18 ◦ blue 17

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

Shades of Fire Brick #AE1211

Tints of Fire Brick #AE1211

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.61%

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

R = 83.25%
G = 8.61%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#AE1211 (or 0xAE1211) is known color: Fire Brick. HEX triplet: AE, 12 and 11. RGB value is (174,18,17). Sum of RGB (Red+Green+Blue) = 174+18+17=209 (27% of max value = 765). Red value is 174 (68.36% from 255 or 83.25% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 17 (7.03% from 255 or 8.13% from 209); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1211 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AE1211 is #51EDEE. Grayscale: #404040. Windows color (decimal): -5369327 or 1118894. OLE color: 1118894.

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

Color convert

RGB 174 18 17 -
CMYK 0 0.90 0.90 0.32
HSL 0.38º 0.82% 0.37% -
HSV(B) 0.38º 0.9% 0.68% -
XYZ 17.77 9.47 1.42 -
YUV 64.53 101.18 206.08 -
System Red Green Blue C M Y K H S L
Decimal 174 18 17 0 0.90 0.90 0.32 0.38 0.82 0.37
Hex AE 12 11 0 5A 5A 20 0 52 25
Octal 256 22 21 0 132 132 40 0 122 45
Binary 10101110 10010 10001 0 1011010 1011010 100000 0 1010010 100101

Color Harmonies of #AE1211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1211

Black with #AE1211

Text Example


Text Example

White with #AE1211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1211; }

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

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

background-color css

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

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

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

border-color css

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

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

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