Html Css Color HEX #AA290C Fire Brick

📋 copy color: '#AA290C'

red 170 ◦ green 41 ◦ blue 12

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

Shades of Fire Brick #AA290C

Tints of Fire Brick #AA290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.39%

 BLUE value IS 12 (5.08% from 255) = 5.38%

R = 76.23%
G = 18.39%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA290C (or 0xAA290C) is known color: Fire Brick. HEX triplet: AA, 29 and 0C. RGB value is (170,41,12). Sum of RGB (Red+Green+Blue) = 170+41+12=223 (29% of max value = 765). Red value is 170 (66.80% from 255 or 76.23% from 223); Green value is 41 (16.41% from 255 or 18.39% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 170 - color contains mainly: red. Hex color #AA290C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA290C is #55D6F3. Grayscale: #4C4C4C. Windows color (decimal): -5625588 or 797098. OLE color: 797098.

HSL color Cylindrical-coordinate representation of color #AA290C: hue angle of 11.01º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AA290C is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 41 12 -
CMYK 0 0.76 0.93 0.33
HSL 11.01º 0.87% 0.36% -
HSV(B) 11.01º 0.93% 0.67% -
XYZ 17.44 10.16 1.39 -
YUV 76.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 170 41 12 0 0.76 0.93 0.33 11.01 0.87 0.36
Hex AA 29 C 0 4C 5D 21 B 57 24
Octal 252 51 14 0 114 135 41 13 127 44
Binary 10101010 101001 1100 0 1001100 1011101 100001 1011 1010111 100100

Color Harmonies of #AA290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA290C

Black with #AA290C

Text Example


Text Example

White with #AA290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA290C; }

 p { color: rgb(170,41,12); }

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

background-color css

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

 a { background-color: rgb(170,41,12); }

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

border-color css

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

 span { border-color: rgb(170,41,12); }

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