Html Css Color HEX #AE281B Fire Brick

📋 copy color: '#AE281B'

red 174 ◦ green 40 ◦ blue 27

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

Shades of Fire Brick #AE281B

Tints of Fire Brick #AE281B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.2%

R = 72.2%
G = 16.6%
B = 11.2%

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

#AE281B (or 0xAE281B) is known color: Fire Brick. HEX triplet: AE, 28 and 1B. RGB value is (174,40,27). Sum of RGB (Red+Green+Blue) = 174+40+27=241 (31% of max value = 765). Red value is 174 (68.36% from 255 or 72.20% from 241); Green value is 40 (16.02% from 255 or 16.60% from 241); Blue value is 27 (10.94% from 255 or 11.20% from 241); Max value from RGB is 174 - color contains mainly: red. Hex color #AE281B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE281B is #51D7E4. Grayscale: #4E4E4E. Windows color (decimal): -5363685 or 1779886. OLE color: 1779886.

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

Color convert

RGB 174 40 27 -
CMYK 0 0.77 0.84 0.32
HSL 5.31º 0.73% 0.39% -
HSV(B) 5.31º 0.84% 0.68% -
XYZ 18.41 10.6 2.11 -
YUV 78.58 98.89 196.06 -
System Red Green Blue C M Y K H S L
Decimal 174 40 27 0 0.77 0.84 0.32 5.31 0.73 0.39
Hex AE 28 1B 0 4D 54 20 5 49 27
Octal 256 50 33 0 115 124 40 5 111 47
Binary 10101110 101000 11011 0 1001101 1010100 100000 101 1001001 100111

Color Harmonies of #AE281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE281B

Black with #AE281B

Text Example


Text Example

White with #AE281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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