Html Css Color HEX #AE221B Fire Brick

📋 copy color: '#AE221B'

red 174 ◦ green 34 ◦ blue 27

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

Shades of Fire Brick #AE221B

Tints of Fire Brick #AE221B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.47%

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

R = 74.04%
G = 14.47%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.32

RGB Variations

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

Color information

#AE221B (or 0xAE221B) is known color: Fire Brick. HEX triplet: AE, 22 and 1B. RGB value is (174,34,27). Sum of RGB (Red+Green+Blue) = 174+34+27=235 (31% of max value = 765). Red value is 174 (68.36% from 255 or 74.04% from 235); Green value is 34 (13.67% from 255 or 14.47% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 174 - color contains mainly: red. Hex color #AE221B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE221B is #51DDE4. Grayscale: #4B4B4B. Windows color (decimal): -5365221 or 1778350. OLE color: 1778350.

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

Color convert

RGB 174 34 27 -
CMYK 0 0.80 0.84 0.32
HSL 2.86º 0.73% 0.39% -
HSV(B) 2.86º 0.84% 0.68% -
XYZ 18.23 10.22 2.05 -
YUV 75.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 174 34 27 0 0.80 0.84 0.32 2.86 0.73 0.39
Hex AE 22 1B 0 50 54 20 3 49 27
Octal 256 42 33 0 120 124 40 3 111 47
Binary 10101110 100010 11011 0 1010000 1010100 100000 11 1001001 100111

Color Harmonies of #AE221B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE221B

Black with #AE221B

Text Example


Text Example

White with #AE221B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE221B; }

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

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

background-color css

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

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

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

border-color css

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

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

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