Html Css Color HEX #AE2014 Fire Brick

📋 copy color: '#AE2014'

red 174 ◦ green 32 ◦ blue 20

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

Shades of Fire Brick #AE2014

Tints of Fire Brick #AE2014

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.16%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 76.99%
G = 14.16%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#AE2014 (or 0xAE2014) is known color: Fire Brick. HEX triplet: AE, 20 and 14. RGB value is (174,32,20). Sum of RGB (Red+Green+Blue) = 174+32+20=226 (29% of max value = 765). Red value is 174 (68.36% from 255 or 76.99% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2014 is #51DFEB. Grayscale: #494949. Windows color (decimal): -5365740 or 1319086. OLE color: 1319086.

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

Color convert

RGB 174 32 20 -
CMYK 0 0.82 0.89 0.32
HSL 4.68º 0.79% 0.38% -
HSV(B) 4.68º 0.89% 0.68% -
XYZ 18.1 10.08 1.65 -
YUV 73.09 98.04 199.98 -
System Red Green Blue C M Y K H S L
Decimal 174 32 20 0 0.82 0.89 0.32 4.68 0.79 0.38
Hex AE 20 14 0 52 59 20 5 4F 26
Octal 256 40 24 0 122 131 40 5 117 46
Binary 10101110 100000 10100 0 1010010 1011001 100000 101 1001111 100110

Color Harmonies of #AE2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2014

Black with #AE2014

Text Example


Text Example

White with #AE2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2014; }

 p { color: rgb(174,32,20); }

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

background-color css

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

 a { background-color: rgb(174,32,20); }

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

border-color css

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

 span { border-color: rgb(174,32,20); }

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