Html Css Color HEX #AA2B16 Fire Brick

📋 copy color: '#AA2B16'

red 170 ◦ green 43 ◦ blue 22

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

Shades of Fire Brick #AA2B16

Tints of Fire Brick #AA2B16

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 72.34%
G = 18.3%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA2B16 (or 0xAA2B16) is known color: Fire Brick. HEX triplet: AA, 2B and 16. RGB value is (170,43,22). Sum of RGB (Red+Green+Blue) = 170+43+22=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2B16 is #55D4E9. Grayscale: #4E4E4E. Windows color (decimal): -5625066 or 1452970. OLE color: 1452970.

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

Color convert

RGB 170 43 22 -
CMYK 0 0.75 0.87 0.33
HSL 8.51º 0.77% 0.38% -
HSV(B) 8.51º 0.87% 0.67% -
XYZ 17.59 10.33 1.83 -
YUV 78.58 96.08 193.21 -
System Red Green Blue C M Y K H S L
Decimal 170 43 22 0 0.75 0.87 0.33 8.51 0.77 0.38
Hex AA 2B 16 0 4B 57 21 9 4D 26
Octal 252 53 26 0 113 127 41 11 115 46
Binary 10101010 101011 10110 0 1001011 1010111 100001 1001 1001101 100110

Color Harmonies of #AA2B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B16

Black with #AA2B16

Text Example


Text Example

White with #AA2B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B16; }

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

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

background-color css

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

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

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

border-color css

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

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

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