Html Css Color HEX #AA200C Fire Brick

📋 copy color: '#AA200C'

red 170 ◦ green 32 ◦ blue 12

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

Shades of Fire Brick #AA200C

Tints of Fire Brick #AA200C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.61%

R = 79.44%
G = 14.95%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA200C (or 0xAA200C) is known color: Fire Brick. HEX triplet: AA, 20 and 0C. RGB value is (170,32,12). Sum of RGB (Red+Green+Blue) = 170+32+12=214 (28% of max value = 765). Red value is 170 (66.80% from 255 or 79.44% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 170 - color contains mainly: red. Hex color #AA200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA200C is #55DFF3. Grayscale: #474747. Windows color (decimal): -5627892 or 794794. OLE color: 794794.

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

Color convert

RGB 170 32 12 -
CMYK 0 0.81 0.93 0.33
HSL 7.59º 0.87% 0.36% -
HSV(B) 7.59º 0.93% 0.67% -
XYZ 17.16 9.61 1.3 -
YUV 70.98 94.72 198.63 -
System Red Green Blue C M Y K H S L
Decimal 170 32 12 0 0.81 0.93 0.33 7.59 0.87 0.36
Hex AA 20 C 0 51 5D 21 8 57 24
Octal 252 40 14 0 121 135 41 10 127 44
Binary 10101010 100000 1100 0 1010001 1011101 100001 1000 1010111 100100

Color Harmonies of #AA200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA200C

Black with #AA200C

Text Example


Text Example

White with #AA200C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA200C; }

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

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

background-color css

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

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

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

border-color css

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

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

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