Html Css Color HEX #AE221E Fire Brick

📋 copy color: '#AE221E'

red 174 ◦ green 34 ◦ blue 30

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

Shades of Fire Brick #AE221E

Tints of Fire Brick #AE221E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.61%

R = 73.11%
G = 14.29%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#AE221E (or 0xAE221E) is known color: Fire Brick. HEX triplet: AE, 22 and 1E. RGB value is (174,34,30). Sum of RGB (Red+Green+Blue) = 174+34+30=238 (31% of max value = 765). Red value is 174 (68.36% from 255 or 73.11% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 174 - color contains mainly: red. Hex color #AE221E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE221E is #51DDE1. Grayscale: #4B4B4B. Windows color (decimal): -5365218 or 1974958. OLE color: 1974958.

HSL color Cylindrical-coordinate representation of color #AE221E: hue angle of 1.67º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AE221E is Cyan = 0, Magento = 0.80, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 30 -
CMYK 0 0.80 0.83 0.32
HSL 1.67º 0.71% 0.4% -
HSV(B) 1.67º 0.83% 0.68% -
XYZ 18.26 10.24 2.24 -
YUV 75.4 102.38 198.33 -
System Red Green Blue C M Y K H S L
Decimal 174 34 30 0 0.80 0.83 0.32 1.67 0.71 0.4
Hex AE 22 1E 0 50 53 20 2 47 28
Octal 256 42 36 0 120 123 40 2 107 50
Binary 10101110 100010 11110 0 1010000 1010011 100000 10 1000111 101000

Color Harmonies of #AE221E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE221E

Black with #AE221E

Text Example


Text Example

White with #AE221E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE221E; }

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

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

background-color css

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

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

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

border-color css

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

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

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