Html Css Color HEX #AA3018 Fire Brick

📋 copy color: '#AA3018'

red 170 ◦ green 48 ◦ blue 24

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

Shades of Fire Brick #AA3018

Tints of Fire Brick #AA3018

RGB

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

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

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

R = 70.25%
G = 19.83%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA3018 (or 0xAA3018) is known color: Fire Brick. HEX triplet: AA, 30 and 18. RGB value is (170,48,24). Sum of RGB (Red+Green+Blue) = 170+48+24=242 (32% of max value = 765). Red value is 170 (66.80% from 255 or 70.25% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 24 (9.77% from 255 or 9.92% from 242); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3018 is #55CFE7. Grayscale: #515151. Windows color (decimal): -5623784 or 1585322. OLE color: 1585322.

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

Color convert

RGB 170 48 24 -
CMYK 0 0.72 0.86 0.33
HSL 9.86º 0.75% 0.38% -
HSV(B) 9.86º 0.86% 0.67% -
XYZ 17.8 10.73 2 -
YUV 81.74 95.42 190.95 -
System Red Green Blue C M Y K H S L
Decimal 170 48 24 0 0.72 0.86 0.33 9.86 0.75 0.38
Hex AA 30 18 0 48 56 21 A 4B 26
Octal 252 60 30 0 110 126 41 12 113 46
Binary 10101010 110000 11000 0 1001000 1010110 100001 1010 1001011 100110

Color Harmonies of #AA3018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3018

Black with #AA3018

Text Example


Text Example

White with #AA3018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3018; }

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

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

background-color css

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

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

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

border-color css

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

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

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