Html Css Color HEX #AA1A14 Fire Brick

📋 copy color: '#AA1A14'

red 170 ◦ green 26 ◦ blue 20

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

Shades of Fire Brick #AA1A14

Tints of Fire Brick #AA1A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.26%

R = 78.7%
G = 12.04%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1A14 (or 0xAA1A14) is known color: Fire Brick. HEX triplet: AA, 1A and 14. RGB value is (170,26,20). Sum of RGB (Red+Green+Blue) = 170+26+20=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 20 (8.20% from 255 or 9.26% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1A14 is #55E5EB. Grayscale: #444444. Windows color (decimal): -5629420 or 1317546. OLE color: 1317546.

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

Color convert

RGB 170 26 20 -
CMYK 0 0.85 0.88 0.33
HSL 2.4º 0.79% 0.37% -
HSV(B) 2.4º 0.88% 0.67% -
XYZ 17.07 9.34 1.56 -
YUV 68.37 100.71 200.49 -
System Red Green Blue C M Y K H S L
Decimal 170 26 20 0 0.85 0.88 0.33 2.4 0.79 0.37
Hex AA 1A 14 0 55 58 21 2 4F 25
Octal 252 32 24 0 125 130 41 2 117 45
Binary 10101010 11010 10100 0 1010101 1011000 100001 10 1001111 100101

Color Harmonies of #AA1A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1A14

Black with #AA1A14

Text Example


Text Example

White with #AA1A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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