Html Css Color HEX #AE311D Fire Brick

📋 copy color: '#AE311D'

red 174 ◦ green 49 ◦ blue 29

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

Shades of Fire Brick #AE311D

Tints of Fire Brick #AE311D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.44%

 BLUE value IS 29 (11.72% from 255) = 11.51%

R = 69.05%
G = 19.44%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE311D (or 0xAE311D) is known color: Fire Brick. HEX triplet: AE, 31 and 1D. RGB value is (174,49,29). Sum of RGB (Red+Green+Blue) = 174+49+29=252 (33% of max value = 765). Red value is 174 (68.36% from 255 or 69.05% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 29 (11.72% from 255 or 11.51% from 252); Max value from RGB is 174 - color contains mainly: red. Hex color #AE311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE311D is #51CEE2. Grayscale: #545454. Windows color (decimal): -5361379 or 1913262. OLE color: 1913262.

HSL color Cylindrical-coordinate representation of color #AE311D: hue angle of 8.28º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE311D is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 49 29 -
CMYK 0 0.72 0.83 0.32
HSL 8.28º 0.71% 0.4% -
HSV(B) 8.28º 0.83% 0.68% -
XYZ 18.78 11.28 2.35 -
YUV 84.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 174 49 29 0 0.72 0.83 0.32 8.28 0.71 0.4
Hex AE 31 1D 0 48 53 20 8 47 28
Octal 256 61 35 0 110 123 40 10 107 50
Binary 10101110 110001 11101 0 1001000 1010011 100000 1000 1000111 101000

Color Harmonies of #AE311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE311D

Black with #AE311D

Text Example


Text Example

White with #AE311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE311D; }

 p { color: rgb(174,49,29); }

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

background-color css

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

 a { background-color: rgb(174,49,29); }

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

border-color css

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

 span { border-color: rgb(174,49,29); }

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