Html Css Color HEX #AA201E Fire Brick

📋 copy color: '#AA201E'

red 170 ◦ green 32 ◦ blue 30

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

Shades of Fire Brick #AA201E

Tints of Fire Brick #AA201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.93%

R = 73.28%
G = 13.79%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AA201E (or 0xAA201E) is known color: Fire Brick. HEX triplet: AA, 20 and 1E. RGB value is (170,32,30). Sum of RGB (Red+Green+Blue) = 170+32+30=232 (30% of max value = 765). Red value is 170 (66.80% from 255 or 73.28% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 30 (12.11% from 255 or 12.93% from 232); Max value from RGB is 170 - color contains mainly: red. Hex color #AA201E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA201E is #55DFE1. Grayscale: #494949. Windows color (decimal): -5627874 or 1974442. OLE color: 1974442.

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

Color convert

RGB 170 32 30 -
CMYK 0 0.81 0.82 0.33
HSL 0.86º 0.7% 0.39% -
HSV(B) 0.86º 0.82% 0.67% -
XYZ 17.33 9.67 2.18 -
YUV 73.03 103.72 197.16 -
System Red Green Blue C M Y K H S L
Decimal 170 32 30 0 0.81 0.82 0.33 0.86 0.7 0.39
Hex AA 20 1E 0 51 52 21 1 46 27
Octal 252 40 36 0 121 122 41 1 106 47
Binary 10101010 100000 11110 0 1010001 1010010 100001 1 1000110 100111

Color Harmonies of #AA201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA201E

Black with #AA201E

Text Example


Text Example

White with #AA201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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