Html Css Color HEX #AA1E19 Fire Brick

📋 copy color: '#AA1E19'

red 170 ◦ green 30 ◦ blue 25

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

Shades of Fire Brick #AA1E19

Tints of Fire Brick #AA1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.33%

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

R = 75.56%
G = 13.33%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA1E19 (or 0xAA1E19) is known color: Fire Brick. HEX triplet: AA, 1E and 19. RGB value is (170,30,25). Sum of RGB (Red+Green+Blue) = 170+30+25=225 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.56% from 225); Green value is 30 (12.11% from 255 or 13.33% from 225); Blue value is 25 (10.16% from 255 or 11.11% from 225); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1E19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1E19 is #55E1E6. Grayscale: #474747. Windows color (decimal): -5628391 or 1646250. OLE color: 1646250.

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

Color convert

RGB 170 30 25 -
CMYK 0 0.82 0.85 0.33
HSL 2.07º 0.74% 0.38% -
HSV(B) 2.07º 0.85% 0.67% -
XYZ 17.22 9.54 1.85 -
YUV 71.29 101.88 198.41 -
System Red Green Blue C M Y K H S L
Decimal 170 30 25 0 0.82 0.85 0.33 2.07 0.74 0.38
Hex AA 1E 19 0 52 55 21 2 4A 26
Octal 252 36 31 0 122 125 41 2 112 46
Binary 10101010 11110 11001 0 1010010 1010101 100001 10 1001010 100110

Color Harmonies of #AA1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1E19

Black with #AA1E19

Text Example


Text Example

White with #AA1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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