Html Css Color HEX #AA3016 Fire Brick

📋 copy color: '#AA3016'

red 170 ◦ green 48 ◦ blue 22

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

Shades of Fire Brick #AA3016

Tints of Fire Brick #AA3016

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 22 (8.98% from 255) = 9.17%

R = 70.83%
G = 20%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.33

RGB Variations

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

Color information

#AA3016 (or 0xAA3016) is known color: Fire Brick. HEX triplet: AA, 30 and 16. RGB value is (170,48,22). Sum of RGB (Red+Green+Blue) = 170+48+22=240 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.83% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3016 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3016 is #55CFE9. Grayscale: #515151. Windows color (decimal): -5623786 or 1454250. OLE color: 1454250.

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

Color convert

RGB 170 48 22 -
CMYK 0 0.72 0.87 0.33
HSL 10.54º 0.77% 0.38% -
HSV(B) 10.54º 0.87% 0.67% -
XYZ 17.78 10.72 1.89 -
YUV 81.51 94.42 191.11 -
System Red Green Blue C M Y K H S L
Decimal 170 48 22 0 0.72 0.87 0.33 10.54 0.77 0.38
Hex AA 30 16 0 48 57 21 B 4D 26
Octal 252 60 26 0 110 127 41 13 115 46
Binary 10101010 110000 10110 0 1001000 1010111 100001 1011 1001101 100110

Color Harmonies of #AA3016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3016

Black with #AA3016

Text Example


Text Example

White with #AA3016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3016; }

 p { color: rgb(170,48,22); }

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

background-color css

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

 a { background-color: rgb(170,48,22); }

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

border-color css

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

 span { border-color: rgb(170,48,22); }

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