Html Css Color HEX #AE211B Fire Brick

📋 copy color: '#AE211B'

red 174 ◦ green 33 ◦ blue 27

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

Shades of Fire Brick #AE211B

Tints of Fire Brick #AE211B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 74.36%
G = 14.1%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE211B (or 0xAE211B) is known color: Fire Brick. HEX triplet: AE, 21 and 1B. RGB value is (174,33,27). Sum of RGB (Red+Green+Blue) = 174+33+27=234 (30% of max value = 765). Red value is 174 (68.36% from 255 or 74.36% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 27 (10.94% from 255 or 11.54% from 234); Max value from RGB is 174 - color contains mainly: red. Hex color #AE211B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE211B is #51DEE4. Grayscale: #4A4A4A. Windows color (decimal): -5365477 or 1778094. OLE color: 1778094.

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

Color convert

RGB 174 33 27 -
CMYK 0 0.81 0.84 0.32
HSL 2.45º 0.73% 0.39% -
HSV(B) 2.45º 0.84% 0.68% -
XYZ 18.2 10.17 2.04 -
YUV 74.48 101.21 198.99 -
System Red Green Blue C M Y K H S L
Decimal 174 33 27 0 0.81 0.84 0.32 2.45 0.73 0.39
Hex AE 21 1B 0 51 54 20 2 49 27
Octal 256 41 33 0 121 124 40 2 111 47
Binary 10101110 100001 11011 0 1010001 1010100 100000 10 1001001 100111

Color Harmonies of #AE211B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE211B

Black with #AE211B

Text Example


Text Example

White with #AE211B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE211B; }

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

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

background-color css

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

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

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

border-color css

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

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

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