Html Css Color HEX #AA2A1C Fire Brick

📋 copy color: '#AA2A1C'

red 170 ◦ green 42 ◦ blue 28

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

Shades of Fire Brick #AA2A1C

Tints of Fire Brick #AA2A1C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.5%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 70.83%
G = 17.5%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AA2A1C (or 0xAA2A1C) is known color: Fire Brick. HEX triplet: AA, 2A and 1C. RGB value is (170,42,28). Sum of RGB (Red+Green+Blue) = 170+42+28=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AA2A1C is #55D5E3. Grayscale: #4E4E4E. Windows color (decimal): -5625316 or 1845930. OLE color: 1845930.

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

Color convert

RGB 170 42 28 -
CMYK 0 0.75 0.84 0.33
HSL 5.92º 0.72% 0.39% -
HSV(B) 5.92º 0.84% 0.67% -
XYZ 17.62 10.29 2.16 -
YUV 78.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 170 42 28 0 0.75 0.84 0.33 5.92 0.72 0.39
Hex AA 2A 1C 0 4B 54 21 6 48 27
Octal 252 52 34 0 113 124 41 6 110 47
Binary 10101010 101010 11100 0 1001011 1010100 100001 110 1001000 100111

Color Harmonies of #AA2A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A1C

Black with #AA2A1C

Text Example


Text Example

White with #AA2A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A1C; }

 p { color: rgb(170,42,28); }

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

background-color css

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

 a { background-color: rgb(170,42,28); }

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

border-color css

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

 span { border-color: rgb(170,42,28); }

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