Html Css Color HEX #AE251C Fire Brick

📋 copy color: '#AE251C'

red 174 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #AE251C

Tints of Fire Brick #AE251C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 72.8%
G = 15.48%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE251C (or 0xAE251C) is known color: Fire Brick. HEX triplet: AE, 25 and 1C. RGB value is (174,37,28). Sum of RGB (Red+Green+Blue) = 174+37+28=239 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.80% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 28 (11.33% from 255 or 11.72% from 239); Max value from RGB is 174 - color contains mainly: red. Hex color #AE251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE251C is #51DAE3. Grayscale: #4D4D4D. Windows color (decimal): -5364452 or 1844654. OLE color: 1844654.

HSL color Cylindrical-coordinate representation of color #AE251C: hue angle of 3.7º 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 #AE251C is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 37 28 -
CMYK 0 0.79 0.84 0.32
HSL 3.7º 0.72% 0.4% -
HSV(B) 3.7º 0.84% 0.68% -
XYZ 18.33 10.41 2.14 -
YUV 76.94 100.39 197.23 -
System Red Green Blue C M Y K H S L
Decimal 174 37 28 0 0.79 0.84 0.32 3.7 0.72 0.4
Hex AE 25 1C 0 4F 54 20 4 48 28
Octal 256 45 34 0 117 124 40 4 110 50
Binary 10101110 100101 11100 0 1001111 1010100 100000 100 1001000 101000

Color Harmonies of #AE251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE251C

Black with #AE251C

Text Example


Text Example

White with #AE251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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