Html Css Color HEX #AA1D19 Fire Brick

📋 copy color: '#AA1D19'

red 170 ◦ green 29 ◦ blue 25

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

Shades of Fire Brick #AA1D19

Tints of Fire Brick #AA1D19

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.95%

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

R = 75.89%
G = 12.95%
B = 11.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA1D19 (or 0xAA1D19) is known color: Fire Brick. HEX triplet: AA, 1D and 19. RGB value is (170,29,25). Sum of RGB (Red+Green+Blue) = 170+29+25=224 (29% of max value = 765). Red value is 170 (66.80% from 255 or 75.89% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 25 (10.16% from 255 or 11.16% from 224); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D19 is #55E2E6. Grayscale: #464646. Windows color (decimal): -5628647 or 1645994. OLE color: 1645994.

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

Color convert

RGB 170 29 25 -
CMYK 0 0.83 0.85 0.33
HSL 1.66º 0.74% 0.38% -
HSV(B) 1.66º 0.85% 0.67% -
XYZ 17.19 9.49 1.85 -
YUV 70.7 102.21 198.83 -
System Red Green Blue C M Y K H S L
Decimal 170 29 25 0 0.83 0.85 0.33 1.66 0.74 0.38
Hex AA 1D 19 0 53 55 21 2 4A 26
Octal 252 35 31 0 123 125 41 2 112 46
Binary 10101010 11101 11001 0 1010011 1010101 100001 10 1001010 100110

Color Harmonies of #AA1D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D19

Black with #AA1D19

Text Example


Text Example

White with #AA1D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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