Html Css Color HEX #AA2C19 Fire Brick

📋 copy color: '#AA2C19'

red 170 ◦ green 44 ◦ blue 25

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

Shades of Fire Brick #AA2C19

Tints of Fire Brick #AA2C19

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.41%

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

R = 71.13%
G = 18.41%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA2C19 (or 0xAA2C19) is known color: Fire Brick. HEX triplet: AA, 2C and 19. RGB value is (170,44,25). Sum of RGB (Red+Green+Blue) = 170+44+25=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 25 (10.16% from 255 or 10.46% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2C19 is #55D3E6. Grayscale: #4F4F4F. Windows color (decimal): -5624807 or 1649834. OLE color: 1649834.

HSL color Cylindrical-coordinate representation of color #AA2C19: hue angle of 7.86º 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 #AA2C19 is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 44 25 -
CMYK 0 0.74 0.85 0.33
HSL 7.86º 0.74% 0.38% -
HSV(B) 7.86º 0.85% 0.67% -
XYZ 17.65 10.42 2 -
YUV 79.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 170 44 25 0 0.74 0.85 0.33 7.86 0.74 0.38
Hex AA 2C 19 0 4A 55 21 8 4A 26
Octal 252 54 31 0 112 125 41 10 112 46
Binary 10101010 101100 11001 0 1001010 1010101 100001 1000 1001010 100110

Color Harmonies of #AA2C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2C19

Black with #AA2C19

Text Example


Text Example

White with #AA2C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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