Html Css Color HEX #AA2B1A Fire Brick

📋 copy color: '#AA2B1A'

red 170 ◦ green 43 ◦ blue 26

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

Shades of Fire Brick #AA2B1A

Tints of Fire Brick #AA2B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

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

R = 71.13%
G = 17.99%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA2B1A (or 0xAA2B1A) is known color: Fire Brick. HEX triplet: AA, 2B and 1A. RGB value is (170,43,26). Sum of RGB (Red+Green+Blue) = 170+43+26=239 (31% of max value = 765). Red value is 170 (66.80% from 255 or 71.13% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2B1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2B1A is #55D4E5. Grayscale: #4F4F4F. Windows color (decimal): -5625062 or 1715114. OLE color: 1715114.

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

Color convert

RGB 170 43 26 -
CMYK 0 0.75 0.85 0.33
HSL 7.08º 0.73% 0.38% -
HSV(B) 7.08º 0.85% 0.67% -
XYZ 17.63 10.35 2.05 -
YUV 79.04 98.08 192.88 -
System Red Green Blue C M Y K H S L
Decimal 170 43 26 0 0.75 0.85 0.33 7.08 0.73 0.38
Hex AA 2B 1A 0 4B 55 21 7 49 26
Octal 252 53 32 0 113 125 41 7 111 46
Binary 10101010 101011 11010 0 1001011 1010101 100001 111 1001001 100110

Color Harmonies of #AA2B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2B1A

Black with #AA2B1A

Text Example


Text Example

White with #AA2B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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