Html Css Color HEX #AA2E1A Fire Brick

📋 copy color: '#AA2E1A'

red 170 ◦ green 46 ◦ blue 26

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

Shades of Fire Brick #AA2E1A

Tints of Fire Brick #AA2E1A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 70.25%
G = 19.01%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA2E1A (or 0xAA2E1A) is known color: Fire Brick. HEX triplet: AA, 2E and 1A. RGB value is (170,46,26). Sum of RGB (Red+Green+Blue) = 170+46+26=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2E1A is #55D1E5. Grayscale: #515151. Windows color (decimal): -5624294 or 1715882. OLE color: 1715882.

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

Color convert

RGB 170 46 26 -
CMYK 0 0.73 0.85 0.33
HSL 8.33º 0.73% 0.38% -
HSV(B) 8.33º 0.85% 0.67% -
XYZ 17.74 10.57 2.08 -
YUV 80.8 97.08 191.63 -
System Red Green Blue C M Y K H S L
Decimal 170 46 26 0 0.73 0.85 0.33 8.33 0.73 0.38
Hex AA 2E 1A 0 49 55 21 8 49 26
Octal 252 56 32 0 111 125 41 10 111 46
Binary 10101010 101110 11010 0 1001001 1010101 100001 1000 1001001 100110

Color Harmonies of #AA2E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2E1A

Black with #AA2E1A

Text Example


Text Example

White with #AA2E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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