Html Css Color HEX #AE2C1C Fire Brick

📋 copy color: '#AE2C1C'

red 174 ◦ green 44 ◦ blue 28

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

Shades of Fire Brick #AE2C1C

Tints of Fire Brick #AE2C1C

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.89%

 BLUE value IS 28 (11.33% from 255) = 11.38%

R = 70.73%
G = 17.89%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE2C1C (or 0xAE2C1C) is known color: Fire Brick. HEX triplet: AE, 2C and 1C. RGB value is (174,44,28). Sum of RGB (Red+Green+Blue) = 174+44+28=246 (32% of max value = 765). Red value is 174 (68.36% from 255 or 70.73% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 28 (11.33% from 255 or 11.38% from 246); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C1C is #51D3E3. Grayscale: #515151. Windows color (decimal): -5362660 or 1846446. OLE color: 1846446.

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

Color convert

RGB 174 44 28 -
CMYK 0 0.75 0.84 0.32
HSL 6.58º 0.72% 0.4% -
HSV(B) 6.58º 0.84% 0.68% -
XYZ 18.57 10.88 2.22 -
YUV 81.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 174 44 28 0 0.75 0.84 0.32 6.58 0.72 0.4
Hex AE 2C 1C 0 4B 54 20 7 48 28
Octal 256 54 34 0 113 124 40 7 110 50
Binary 10101110 101100 11100 0 1001011 1010100 100000 111 1001000 101000

Color Harmonies of #AE2C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C1C

Black with #AE2C1C

Text Example


Text Example

White with #AE2C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C1C; }

 p { color: rgb(174,44,28); }

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

background-color css

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

 a { background-color: rgb(174,44,28); }

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

border-color css

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

 span { border-color: rgb(174,44,28); }

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