Html Css Color HEX #AA2720 Fire Brick

📋 copy color: '#AA2720'

red 170 ◦ green 39 ◦ blue 32

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

Shades of Fire Brick #AA2720

Tints of Fire Brick #AA2720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 70.54%
G = 16.18%
B = 13.28%

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

#AA2720 (or 0xAA2720) is known color: Fire Brick. HEX triplet: AA, 27 and 20. RGB value is (170,39,32). Sum of RGB (Red+Green+Blue) = 170+39+32=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2720 is #55D8DF. Grayscale: #4D4D4D. Windows color (decimal): -5626080 or 2107306. OLE color: 2107306.

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

Color convert

RGB 170 39 32 -
CMYK 0 0.77 0.81 0.33
HSL 3.04º 0.68% 0.4% -
HSV(B) 3.04º 0.81% 0.67% -
XYZ 17.56 10.1 2.39 -
YUV 77.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 170 39 32 0 0.77 0.81 0.33 3.04 0.68 0.4
Hex AA 27 20 0 4D 51 21 3 44 28
Octal 252 47 40 0 115 121 41 3 104 50
Binary 10101010 100111 100000 0 1001101 1010001 100001 11 1000100 101000

Color Harmonies of #AA2720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2720

Black with #AA2720

Text Example


Text Example

White with #AA2720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2720; }

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

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

background-color css

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

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

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

border-color css

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

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

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