Html Css Color HEX #AE281A Fire Brick

📋 copy color: '#AE281A'

red 174 ◦ green 40 ◦ blue 26

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

Shades of Fire Brick #AE281A

Tints of Fire Brick #AE281A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 72.5%
G = 16.67%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AE281A (or 0xAE281A) is known color: Fire Brick. HEX triplet: AE, 28 and 1A. RGB value is (174,40,26). Sum of RGB (Red+Green+Blue) = 174+40+26=240 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.5% from 240); Green value is 40 (16.02% from 255 or 16.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 174 - color contains mainly: red. Hex color #AE281A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE281A is #51D7E5. Grayscale: #4E4E4E. Windows color (decimal): -5363686 or 1714350. OLE color: 1714350.

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

Color convert

RGB 174 40 26 -
CMYK 0 0.77 0.85 0.32
HSL 5.68º 0.74% 0.39% -
HSV(B) 5.68º 0.85% 0.68% -
XYZ 18.4 10.59 2.05 -
YUV 78.47 98.39 196.14 -
System Red Green Blue C M Y K H S L
Decimal 174 40 26 0 0.77 0.85 0.32 5.68 0.74 0.39
Hex AE 28 1A 0 4D 55 20 6 4A 27
Octal 256 50 32 0 115 125 40 6 112 47
Binary 10101110 101000 11010 0 1001101 1010101 100000 110 1001010 100111

Color Harmonies of #AE281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE281A

Black with #AE281A

Text Example


Text Example

White with #AE281A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE281A; }

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

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

background-color css

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

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

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

border-color css

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

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

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