Html Css Color HEX #AA2219 Fire Brick

📋 copy color: '#AA2219'

red 170 ◦ green 34 ◦ blue 25

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

Shades of Fire Brick #AA2219

Tints of Fire Brick #AA2219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 74.24%
G = 14.85%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA2219 (or 0xAA2219) is known color: Fire Brick. HEX triplet: AA, 22 and 19. RGB value is (170,34,25). Sum of RGB (Red+Green+Blue) = 170+34+25=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2219 is #55DDE6. Grayscale: #494949. Windows color (decimal): -5627367 or 1647274. OLE color: 1647274.

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

Color convert

RGB 170 34 25 -
CMYK 0 0.80 0.85 0.33
HSL 3.72º 0.74% 0.38% -
HSV(B) 3.72º 0.85% 0.67% -
XYZ 17.33 9.76 1.89 -
YUV 73.64 100.56 196.73 -
System Red Green Blue C M Y K H S L
Decimal 170 34 25 0 0.80 0.85 0.33 3.72 0.74 0.38
Hex AA 22 19 0 50 55 21 4 4A 26
Octal 252 42 31 0 120 125 41 4 112 46
Binary 10101010 100010 11001 0 1010000 1010101 100001 100 1001010 100110

Color Harmonies of #AA2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2219

Black with #AA2219

Text Example


Text Example

White with #AA2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2219; }

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

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

background-color css

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

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

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

border-color css

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

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

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