Html Css Color HEX #AA201B Fire Brick

📋 copy color: '#AA201B'

red 170 ◦ green 32 ◦ blue 27

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

Shades of Fire Brick #AA201B

Tints of Fire Brick #AA201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.79%

R = 74.24%
G = 13.97%
B = 11.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA201B (or 0xAA201B) is known color: Fire Brick. HEX triplet: AA, 20 and 1B. RGB value is (170,32,27). Sum of RGB (Red+Green+Blue) = 170+32+27=229 (30% of max value = 765). Red value is 170 (66.80% from 255 or 74.24% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 27 (10.94% from 255 or 11.79% from 229); Max value from RGB is 170 - color contains mainly: red. Hex color #AA201B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA201B is #55DFE4. Grayscale: #484848. Windows color (decimal): -5627877 or 1777834. OLE color: 1777834.

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

Color convert

RGB 170 32 27 -
CMYK 0 0.81 0.84 0.33
HSL 2.1º 0.73% 0.39% -
HSV(B) 2.1º 0.84% 0.67% -
XYZ 17.29 9.66 1.99 -
YUV 72.69 102.22 197.41 -
System Red Green Blue C M Y K H S L
Decimal 170 32 27 0 0.81 0.84 0.33 2.1 0.73 0.39
Hex AA 20 1B 0 51 54 21 2 49 27
Octal 252 40 33 0 121 124 41 2 111 47
Binary 10101010 100000 11011 0 1010001 1010100 100001 10 1001001 100111

Color Harmonies of #AA201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA201B

Black with #AA201B

Text Example


Text Example

White with #AA201B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA201B; }

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

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

background-color css

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

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

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

border-color css

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

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

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