Html Css Color HEX #AA271A Fire Brick

📋 copy color: '#AA271A'

red 170 ◦ green 39 ◦ blue 26

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

Shades of Fire Brick #AA271A

Tints of Fire Brick #AA271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 72.34%
G = 16.6%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA271A (or 0xAA271A) is known color: Fire Brick. HEX triplet: AA, 27 and 1A. RGB value is (170,39,26). Sum of RGB (Red+Green+Blue) = 170+39+26=235 (31% of max value = 765). Red value is 170 (66.80% from 255 or 72.34% from 235); Green value is 39 (15.62% from 255 or 16.60% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 170 - color contains mainly: red. Hex color #AA271A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA271A is #55D8E5. Grayscale: #4C4C4C. Windows color (decimal): -5626086 or 1714090. OLE color: 1714090.

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

Color convert

RGB 170 39 26 -
CMYK 0 0.77 0.85 0.33
HSL 5.42º 0.73% 0.38% -
HSV(B) 5.42º 0.85% 0.67% -
XYZ 17.49 10.07 2 -
YUV 76.69 99.4 194.56 -
System Red Green Blue C M Y K H S L
Decimal 170 39 26 0 0.77 0.85 0.33 5.42 0.73 0.38
Hex AA 27 1A 0 4D 55 21 5 49 26
Octal 252 47 32 0 115 125 41 5 111 46
Binary 10101010 100111 11010 0 1001101 1010101 100001 101 1001001 100110

Color Harmonies of #AA271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA271A

Black with #AA271A

Text Example


Text Example

White with #AA271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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