Html Css Color HEX #AA3017 Fire Brick

📋 copy color: '#AA3017'

red 170 ◦ green 48 ◦ blue 23

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

Shades of Fire Brick #AA3017

Tints of Fire Brick #AA3017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 9.54%

R = 70.54%
G = 19.92%
B = 9.54%

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

#AA3017 (or 0xAA3017) is known color: Fire Brick. HEX triplet: AA, 30 and 17. RGB value is (170,48,23). Sum of RGB (Red+Green+Blue) = 170+48+23=241 (31% of max value = 765). Red value is 170 (66.80% from 255 or 70.54% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AA3017 is #55CFE8. Grayscale: #515151. Windows color (decimal): -5623785 or 1519786. OLE color: 1519786.

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

Color convert

RGB 170 48 23 -
CMYK 0 0.72 0.86 0.33
HSL 10.2º 0.76% 0.38% -
HSV(B) 10.2º 0.86% 0.67% -
XYZ 17.79 10.72 1.94 -
YUV 81.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 170 48 23 0 0.72 0.86 0.33 10.2 0.76 0.38
Hex AA 30 17 0 48 56 21 A 4C 26
Octal 252 60 27 0 110 126 41 12 114 46
Binary 10101010 110000 10111 0 1001000 1010110 100001 1010 1001100 100110

Color Harmonies of #AA3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3017

Black with #AA3017

Text Example


Text Example

White with #AA3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3017; }

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

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

background-color css

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

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

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

border-color css

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

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

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