Html Css Color HEX #AA1816 Fire Brick

📋 copy color: '#AA1816'

red 170 ◦ green 24 ◦ blue 22

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

Shades of Fire Brick #AA1816

Tints of Fire Brick #AA1816

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.11%

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 78.7%
G = 11.11%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA1816 (or 0xAA1816) is known color: Fire Brick. HEX triplet: AA, 18 and 16. RGB value is (170,24,22). Sum of RGB (Red+Green+Blue) = 170+24+22=216 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.70% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1816 is #55E7E9. Grayscale: #434343. Windows color (decimal): -5629930 or 1448106. OLE color: 1448106.

HSL color Cylindrical-coordinate representation of color #AA1816: hue angle of 0.81º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AA1816 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 24 22 -
CMYK 0 0.86 0.87 0.33
HSL 0.81º 0.77% 0.38% -
HSV(B) 0.81º 0.87% 0.67% -
XYZ 17.05 9.26 1.65 -
YUV 67.43 102.37 201.16 -
System Red Green Blue C M Y K H S L
Decimal 170 24 22 0 0.86 0.87 0.33 0.81 0.77 0.38
Hex AA 18 16 0 56 57 21 1 4D 26
Octal 252 30 26 0 126 127 41 1 115 46
Binary 10101010 11000 10110 0 1010110 1010111 100001 1 1001101 100110

Color Harmonies of #AA1816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1816

Black with #AA1816

Text Example


Text Example

White with #AA1816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1816; }

 p { color: rgb(170,24,22); }

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

background-color css

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

 a { background-color: rgb(170,24,22); }

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

border-color css

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

 span { border-color: rgb(170,24,22); }

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