Html Css Color HEX #AA3118 Fire Brick

📋 copy color: '#AA3118'

red 170 ◦ green 49 ◦ blue 24

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

Shades of Fire Brick #AA3118

Tints of Fire Brick #AA3118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.16%

 BLUE value IS 24 (9.77% from 255) = 9.88%

R = 69.96%
G = 20.16%
B = 9.88%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3118 (or 0xAA3118) is known color: Fire Brick. HEX triplet: AA, 31 and 18. RGB value is (170,49,24). Sum of RGB (Red+Green+Blue) = 170+49+24=243 (32% of max value = 765). Red value is 170 (66.80% from 255 or 69.96% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 24 (9.77% from 255 or 9.88% from 243); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3118 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3118 is #55CEE7. Grayscale: #525252. Windows color (decimal): -5623528 or 1585578. OLE color: 1585578.

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

Color convert

RGB 170 49 24 -
CMYK 0 0.71 0.86 0.33
HSL 10.27º 0.75% 0.38% -
HSV(B) 10.27º 0.86% 0.67% -
XYZ 17.84 10.81 2.01 -
YUV 82.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 170 49 24 0 0.71 0.86 0.33 10.27 0.75 0.38
Hex AA 31 18 0 47 56 21 A 4B 26
Octal 252 61 30 0 107 126 41 12 113 46
Binary 10101010 110001 11000 0 1000111 1010110 100001 1010 1001011 100110

Color Harmonies of #AA3118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3118

Black with #AA3118

Text Example


Text Example

White with #AA3118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3118; }

 p { color: rgb(170,49,24); }

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

background-color css

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

 a { background-color: rgb(170,49,24); }

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

border-color css

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

 span { border-color: rgb(170,49,24); }

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