Html Css Color HEX #AA1D16 Fire Brick

📋 copy color: '#AA1D16'

red 170 ◦ green 29 ◦ blue 22

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

Shades of Fire Brick #AA1D16

Tints of Fire Brick #AA1D16

RGB

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

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

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

R = 76.92%
G = 13.12%
B = 9.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA1D16 (or 0xAA1D16) is known color: Fire Brick. HEX triplet: AA, 1D and 16. RGB value is (170,29,22). Sum of RGB (Red+Green+Blue) = 170+29+22=221 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.92% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 22 (8.98% from 255 or 9.95% from 221); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA1D16 is #55E2E9. Grayscale: #464646. Windows color (decimal): -5628650 or 1449386. OLE color: 1449386.

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

Color convert

RGB 170 29 22 -
CMYK 0 0.83 0.87 0.33
HSL 2.84º 0.77% 0.38% -
HSV(B) 2.84º 0.87% 0.67% -
XYZ 17.16 9.48 1.68 -
YUV 70.36 100.71 199.07 -
System Red Green Blue C M Y K H S L
Decimal 170 29 22 0 0.83 0.87 0.33 2.84 0.77 0.38
Hex AA 1D 16 0 53 57 21 3 4D 26
Octal 252 35 26 0 123 127 41 3 115 46
Binary 10101010 11101 10110 0 1010011 1010111 100001 11 1001101 100110

Color Harmonies of #AA1D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1D16

Black with #AA1D16

Text Example


Text Example

White with #AA1D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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