Html Css Color HEX #AA2716 Fire Brick

📋 copy color: '#AA2716'

red 170 ◦ green 39 ◦ blue 22

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

Shades of Fire Brick #AA2716

Tints of Fire Brick #AA2716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.88%

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

R = 73.59%
G = 16.88%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA2716 (or 0xAA2716) is known color: Fire Brick. HEX triplet: AA, 27 and 16. RGB value is (170,39,22). Sum of RGB (Red+Green+Blue) = 170+39+22=231 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.59% from 231); Green value is 39 (15.62% from 255 or 16.88% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA2716 is #55D8E9. Grayscale: #4C4C4C. Windows color (decimal): -5626090 or 1451946. OLE color: 1451946.

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

Color convert

RGB 170 39 22 -
CMYK 0 0.77 0.87 0.33
HSL 6.89º 0.77% 0.38% -
HSV(B) 6.89º 0.87% 0.67% -
XYZ 17.45 10.06 1.78 -
YUV 76.23 97.4 194.88 -
System Red Green Blue C M Y K H S L
Decimal 170 39 22 0 0.77 0.87 0.33 6.89 0.77 0.38
Hex AA 27 16 0 4D 57 21 7 4D 26
Octal 252 47 26 0 115 127 41 7 115 46
Binary 10101010 100111 10110 0 1001101 1010111 100001 111 1001101 100110

Color Harmonies of #AA2716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2716

Black with #AA2716

Text Example


Text Example

White with #AA2716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2716; }

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

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

background-color css

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

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

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

border-color css

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

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

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