Html Css Color HEX #AA2620 Fire Brick

📋 copy color: '#AA2620'

red 170 ◦ green 38 ◦ blue 32

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

Shades of Fire Brick #AA2620

Tints of Fire Brick #AA2620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

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

R = 70.83%
G = 15.83%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA2620 (or 0xAA2620) is known color: Fire Brick. HEX triplet: AA, 26 and 20. RGB value is (170,38,32). Sum of RGB (Red+Green+Blue) = 170+38+32=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2620 is #55D9DF. Grayscale: #4C4C4C. Windows color (decimal): -5626336 or 2107050. OLE color: 2107050.

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

Color convert

RGB 170 38 32 -
CMYK 0 0.78 0.81 0.33
HSL 2.61º 0.68% 0.4% -
HSV(B) 2.61º 0.81% 0.67% -
XYZ 17.53 10.04 2.38 -
YUV 76.78 102.73 194.49 -
System Red Green Blue C M Y K H S L
Decimal 170 38 32 0 0.78 0.81 0.33 2.61 0.68 0.4
Hex AA 26 20 0 4E 51 21 3 44 28
Octal 252 46 40 0 116 121 41 3 104 50
Binary 10101010 100110 100000 0 1001110 1010001 100001 11 1000100 101000

Color Harmonies of #AA2620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2620

Black with #AA2620

Text Example


Text Example

White with #AA2620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2620; }

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

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

background-color css

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

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

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

border-color css

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

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

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