Html Css Color HEX #AE281C Fire Brick

📋 copy color: '#AE281C'

red 174 ◦ green 40 ◦ blue 28

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

Shades of Fire Brick #AE281C

Tints of Fire Brick #AE281C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.53%

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

R = 71.9%
G = 16.53%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE281C (or 0xAE281C) is known color: Fire Brick. HEX triplet: AE, 28 and 1C. RGB value is (174,40,28). Sum of RGB (Red+Green+Blue) = 174+40+28=242 (32% of max value = 765). Red value is 174 (68.36% from 255 or 71.90% from 242); Green value is 40 (16.02% from 255 or 16.53% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 174 - color contains mainly: red. Hex color #AE281C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE281C is #51D7E3. Grayscale: #4E4E4E. Windows color (decimal): -5363684 or 1845422. OLE color: 1845422.

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

Color convert

RGB 174 40 28 -
CMYK 0 0.77 0.84 0.32
HSL 4.93º 0.72% 0.4% -
HSV(B) 4.93º 0.84% 0.68% -
XYZ 18.42 10.6 2.17 -
YUV 78.7 99.39 195.98 -
System Red Green Blue C M Y K H S L
Decimal 174 40 28 0 0.77 0.84 0.32 4.93 0.72 0.4
Hex AE 28 1C 0 4D 54 20 5 48 28
Octal 256 50 34 0 115 124 40 5 110 50
Binary 10101110 101000 11100 0 1001101 1010100 100000 101 1001000 101000

Color Harmonies of #AE281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE281C

Black with #AE281C

Text Example


Text Example

White with #AE281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE281C; }

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

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

background-color css

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

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

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

border-color css

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

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

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