Html Css Color HEX #AA170C Fire Brick

📋 copy color: '#AA170C'

red 170 ◦ green 23 ◦ blue 12

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

Shades of Fire Brick #AA170C

Tints of Fire Brick #AA170C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.22%

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

R = 82.93%
G = 11.22%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AA170C (or 0xAA170C) is known color: Fire Brick. HEX triplet: AA, 17 and 0C. RGB value is (170,23,12). Sum of RGB (Red+Green+Blue) = 170+23+12=205 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.93% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 170 - color contains mainly: red. Hex color #AA170C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA170C is #55E8F3. Grayscale: #414141. Windows color (decimal): -5630196 or 792490. OLE color: 792490.

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

Color convert

RGB 170 23 12 -
CMYK 0 0.86 0.93 0.33
HSL 4.18º 0.87% 0.36% -
HSV(B) 4.18º 0.93% 0.67% -
XYZ 16.95 9.19 1.23 -
YUV 65.7 97.7 202.39 -
System Red Green Blue C M Y K H S L
Decimal 170 23 12 0 0.86 0.93 0.33 4.18 0.87 0.36
Hex AA 17 C 0 56 5D 21 4 57 24
Octal 252 27 14 0 126 135 41 4 127 44
Binary 10101010 10111 1100 0 1010110 1011101 100001 100 1010111 100100

Color Harmonies of #AA170C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA170C

Black with #AA170C

Text Example


Text Example

White with #AA170C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA170C; }

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

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

background-color css

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

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

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

border-color css

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

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

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