Html Css Color HEX #AA2204 Fire Brick

📋 copy color: '#AA2204'

red 170 ◦ green 34 ◦ blue 4

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

Shades of Fire Brick #AA2204

Tints of Fire Brick #AA2204

RGB

 RED value IS 170 (66.8% from 255) = 81.73%

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

 BLUE value IS 4 (1.95% from 255) = 1.92%

R = 81.73%
G = 16.35%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AA2204 (or 0xAA2204) is known color: Fire Brick. HEX triplet: AA, 22 and 04. RGB value is (170,34,4). Sum of RGB (Red+Green+Blue) = 170+34+4=208 (27% of max value = 765). Red value is 170 (66.80% from 255 or 81.73% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 4 (1.95% from 255 or 1.92% from 208); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2204 is #55DDFB. Grayscale: #474747. Windows color (decimal): -5627388 or 271018. OLE color: 271018.

HSL color Cylindrical-coordinate representation of color #AA2204: hue angle of 10.84º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA2204 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 4 -
CMYK 0 0.80 0.98 0.33
HSL 10.84º 0.95% 0.34% -
HSV(B) 10.84º 0.98% 0.67% -
XYZ 17.17 9.7 1.08 -
YUV 71.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 170 34 4 0 0.80 0.98 0.33 10.84 0.95 0.34
Hex AA 22 4 0 50 62 21 B 5F 22
Octal 252 42 4 0 120 142 41 13 137 42
Binary 10101010 100010 100 0 1010000 1100010 100001 1011 1011111 100010

Color Harmonies of #AA2204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2204

Black with #AA2204

Text Example


Text Example

White with #AA2204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2204; }

 p { color: rgb(170,34,4); }

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

background-color css

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

 a { background-color: rgb(170,34,4); }

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

border-color css

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

 span { border-color: rgb(170,34,4); }

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