Html Css Color HEX #AA1A19 Fire Brick

📋 copy color: '#AA1A19'

red 170 ◦ green 26 ◦ blue 25

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

Shades of Fire Brick #AA1A19

Tints of Fire Brick #AA1A19

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.76%

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

R = 76.92%
G = 11.76%
B = 11.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA1A19 (or 0xAA1A19) is known color: Fire Brick. HEX triplet: AA, 1A and 19. RGB value is (170,26,25). Sum of RGB (Red+Green+Blue) = 170+26+25=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 26 (10.55% from 255 or 11.76% from 221); Blue value is 25 (10.16% from 255 or 11.31% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A19 is #55E5E6. Grayscale: #454545. Windows color (decimal): -5629415 or 1645226. OLE color: 1645226.

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

Color convert

RGB 170 26 25 -
CMYK 0 0.85 0.85 0.33
HSL 0.41º 0.74% 0.38% -
HSV(B) 0.41º 0.85% 0.67% -
XYZ 17.12 9.36 1.82 -
YUV 68.94 103.21 200.08 -
System Red Green Blue C M Y K H S L
Decimal 170 26 25 0 0.85 0.85 0.33 0.41 0.74 0.38
Hex AA 1A 19 0 55 55 21 0 4A 26
Octal 252 32 31 0 125 125 41 0 112 46
Binary 10101010 11010 11001 0 1010101 1010101 100001 0 1001010 100110

Color Harmonies of #AA1A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A19

Black with #AA1A19

Text Example


Text Example

White with #AA1A19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A19; }

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

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

background-color css

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

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

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

border-color css

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

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

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