Html Css Color HEX #AA200B Fire Brick

📋 copy color: '#AA200B'

red 170 ◦ green 32 ◦ blue 11

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

Shades of Fire Brick #AA200B

Tints of Fire Brick #AA200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.02%

 BLUE value IS 11 (4.69% from 255) = 5.16%

R = 79.81%
G = 15.02%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AA200B (or 0xAA200B) is known color: Fire Brick. HEX triplet: AA, 20 and 0B. RGB value is (170,32,11). Sum of RGB (Red+Green+Blue) = 170+32+11=213 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.81% from 213); Green value is 32 (12.89% from 255 or 15.02% from 213); Blue value is 11 (4.69% from 255 or 5.16% from 213); Max value from RGB is 170 - color contains mainly: red. Hex color #AA200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA200B is #55DFF4. Grayscale: #474747. Windows color (decimal): -5627893 or 729258. OLE color: 729258.

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

Color convert

RGB 170 32 11 -
CMYK 0 0.81 0.94 0.33
HSL 7.92º 0.88% 0.35% -
HSV(B) 7.92º 0.94% 0.67% -
XYZ 17.15 9.6 1.27 -
YUV 70.87 94.22 198.71 -
System Red Green Blue C M Y K H S L
Decimal 170 32 11 0 0.81 0.94 0.33 7.92 0.88 0.35
Hex AA 20 B 0 51 5E 21 8 58 23
Octal 252 40 13 0 121 136 41 10 130 43
Binary 10101010 100000 1011 0 1010001 1011110 100001 1000 1011000 100011

Color Harmonies of #AA200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA200B

Black with #AA200B

Text Example


Text Example

White with #AA200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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