Html Css Color HEX #AA200F Fire Brick

📋 copy color: '#AA200F'

red 170 ◦ green 32 ◦ blue 15

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

Shades of Fire Brick #AA200F

Tints of Fire Brick #AA200F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.91%

R = 78.34%
G = 14.75%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA200F (or 0xAA200F) is known color: Fire Brick. HEX triplet: AA, 20 and 0F. RGB value is (170,32,15). Sum of RGB (Red+Green+Blue) = 170+32+15=217 (28% of max value = 765). Red value is 170 (66.80% from 255 or 78.34% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 170 - color contains mainly: red. Hex color #AA200F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA200F is #55DFF0. Grayscale: #474747. Windows color (decimal): -5627889 or 991402. OLE color: 991402.

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

Color convert

RGB 170 32 15 -
CMYK 0 0.81 0.91 0.33
HSL 6.58º 0.84% 0.36% -
HSV(B) 6.58º 0.91% 0.67% -
XYZ 17.18 9.61 1.4 -
YUV 71.32 96.22 198.38 -
System Red Green Blue C M Y K H S L
Decimal 170 32 15 0 0.81 0.91 0.33 6.58 0.84 0.36
Hex AA 20 F 0 51 5B 21 7 54 24
Octal 252 40 17 0 121 133 41 7 124 44
Binary 10101010 100000 1111 0 1010001 1011011 100001 111 1010100 100100

Color Harmonies of #AA200F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA200F

Black with #AA200F

Text Example


Text Example

White with #AA200F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA200F; }

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

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

background-color css

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

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

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

border-color css

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

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

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