Html Css Color HEX #AE2A1F Fire Brick

📋 copy color: '#AE2A1F'

red 174 ◦ green 42 ◦ blue 31

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

Shades of Fire Brick #AE2A1F

Tints of Fire Brick #AE2A1F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17%

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 70.45%
G = 17%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.32

RGB Variations

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

Color information

#AE2A1F (or 0xAE2A1F) is known color: Fire Brick. HEX triplet: AE, 2A and 1F. RGB value is (174,42,31). Sum of RGB (Red+Green+Blue) = 174+42+31=247 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.45% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2A1F is #51D5E0. Grayscale: #505050. Windows color (decimal): -5363169 or 2042542. OLE color: 2042542.

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

Color convert

RGB 174 42 31 -
CMYK 0 0.76 0.82 0.32
HSL 4.62º 0.7% 0.4% -
HSV(B) 4.62º 0.82% 0.68% -
XYZ 18.53 10.75 2.4 -
YUV 80.21 100.23 194.89 -
System Red Green Blue C M Y K H S L
Decimal 174 42 31 0 0.76 0.82 0.32 4.62 0.7 0.4
Hex AE 2A 1F 0 4C 52 20 5 46 28
Octal 256 52 37 0 114 122 40 5 106 50
Binary 10101110 101010 11111 0 1001100 1010010 100000 101 1000110 101000

Color Harmonies of #AE2A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2A1F

Black with #AE2A1F

Text Example


Text Example

White with #AE2A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2A1F; }

 p { color: rgb(174,42,31); }

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

background-color css

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

 a { background-color: rgb(174,42,31); }

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

border-color css

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

 span { border-color: rgb(174,42,31); }

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