Html Css Color HEX #AA2721 Fire Brick

📋 copy color: '#AA2721'

red 170 ◦ green 39 ◦ blue 33

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

Shades of Fire Brick #AA2721

Tints of Fire Brick #AA2721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 70.25%
G = 16.12%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA2721 (or 0xAA2721) is known color: Fire Brick. HEX triplet: AA, 27 and 21. RGB value is (170,39,33). Sum of RGB (Red+Green+Blue) = 170+39+33=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2721 is #55D8DE. Grayscale: #4D4D4D. Windows color (decimal): -5626079 or 2172842. OLE color: 2172842.

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

Color convert

RGB 170 39 33 -
CMYK 0 0.77 0.81 0.33
HSL 2.63º 0.67% 0.4% -
HSV(B) 2.63º 0.81% 0.67% -
XYZ 17.58 10.11 2.46 -
YUV 77.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 170 39 33 0 0.77 0.81 0.33 2.63 0.67 0.4
Hex AA 27 21 0 4D 51 21 3 43 28
Octal 252 47 41 0 115 121 41 3 103 50
Binary 10101010 100111 100001 0 1001101 1010001 100001 11 1000011 101000

Color Harmonies of #AA2721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2721

Black with #AA2721

Text Example


Text Example

White with #AA2721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2721; }

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

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

background-color css

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

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

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

border-color css

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

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

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