Html Css Color HEX #AA1714 Fire Brick

📋 copy color: '#AA1714'

red 170 ◦ green 23 ◦ blue 20

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

Shades of Fire Brick #AA1714

Tints of Fire Brick #AA1714

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

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

R = 79.81%
G = 10.8%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#AA1714 (or 0xAA1714) is known color: Fire Brick. HEX triplet: AA, 17 and 14. RGB value is (170,23,20). Sum of RGB (Red+Green+Blue) = 170+23+20=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 20 (8.20% from 255 or 9.39% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1714 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1714 is #55E8EB. Grayscale: #424242. Windows color (decimal): -5630188 or 1316778. OLE color: 1316778.

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

Color convert

RGB 170 23 20 -
CMYK 0 0.86 0.88 0.33
HSL 1.2º 0.79% 0.37% -
HSV(B) 1.2º 0.88% 0.67% -
XYZ 17.01 9.21 1.54 -
YUV 66.61 101.7 201.74 -
System Red Green Blue C M Y K H S L
Decimal 170 23 20 0 0.86 0.88 0.33 1.2 0.79 0.37
Hex AA 17 14 0 56 58 21 1 4F 25
Octal 252 27 24 0 126 130 41 1 117 45
Binary 10101010 10111 10100 0 1010110 1011000 100001 1 1001111 100101

Color Harmonies of #AA1714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1714

Black with #AA1714

Text Example


Text Example

White with #AA1714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1714; }

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

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

background-color css

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

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

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

border-color css

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

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

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