Html Css Color HEX #AE2C17 Fire Brick

📋 copy color: '#AE2C17'

red 174 ◦ green 44 ◦ blue 23

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

Shades of Fire Brick #AE2C17

Tints of Fire Brick #AE2C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 72.2%
G = 18.26%
B = 9.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#AE2C17 (or 0xAE2C17) is known color: Fire Brick. HEX triplet: AE, 2C and 17. RGB value is (174,44,23). Sum of RGB (Red+Green+Blue) = 174+44+23=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AE2C17 is #51D3E8. Grayscale: #505050. Windows color (decimal): -5362665 or 1518766. OLE color: 1518766.

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

Color convert

RGB 174 44 23 -
CMYK 0 0.75 0.87 0.32
HSL 8.34º 0.77% 0.39% -
HSV(B) 8.34º 0.87% 0.68% -
XYZ 18.51 10.86 1.93 -
YUV 80.48 95.57 194.71 -
System Red Green Blue C M Y K H S L
Decimal 174 44 23 0 0.75 0.87 0.32 8.34 0.77 0.39
Hex AE 2C 17 0 4B 57 20 8 4D 27
Octal 256 54 27 0 113 127 40 10 115 47
Binary 10101110 101100 10111 0 1001011 1010111 100000 1000 1001101 100111

Color Harmonies of #AE2C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C17

Black with #AE2C17

Text Example


Text Example

White with #AE2C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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