Html Css Color HEX #AA271B Fire Brick

📋 copy color: '#AA271B'

red 170 ◦ green 39 ◦ blue 27

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

Shades of Fire Brick #AA271B

Tints of Fire Brick #AA271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.53%

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

R = 72.03%
G = 16.53%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA271B (or 0xAA271B) is known color: Fire Brick. HEX triplet: AA, 27 and 1B. RGB value is (170,39,27). Sum of RGB (Red+Green+Blue) = 170+39+27=236 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.03% from 236); Green value is 39 (15.62% from 255 or 16.53% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 170 - color contains mainly: red. Hex color #AA271B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA271B is #55D8E4. Grayscale: #4C4C4C. Windows color (decimal): -5626085 or 1779626. OLE color: 1779626.

HSL color Cylindrical-coordinate representation of color #AA271B: hue angle of 5.03º 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 #AA271B is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 39 27 -
CMYK 0 0.77 0.84 0.33
HSL 5.03º 0.73% 0.39% -
HSV(B) 5.03º 0.84% 0.67% -
XYZ 17.5 10.08 2.06 -
YUV 76.8 99.9 194.48 -
System Red Green Blue C M Y K H S L
Decimal 170 39 27 0 0.77 0.84 0.33 5.03 0.73 0.39
Hex AA 27 1B 0 4D 54 21 5 49 27
Octal 252 47 33 0 115 124 41 5 111 47
Binary 10101010 100111 11011 0 1001101 1010100 100001 101 1001001 100111

Color Harmonies of #AA271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA271B

Black with #AA271B

Text Example


Text Example

White with #AA271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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