Html Css Color HEX #AA1712 Fire Brick

📋 copy color: '#AA1712'

red 170 ◦ green 23 ◦ blue 18

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

Shades of Fire Brick #AA1712

Tints of Fire Brick #AA1712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.53%

R = 80.57%
G = 10.9%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA1712 (or 0xAA1712) is known color: Fire Brick. HEX triplet: AA, 17 and 12. RGB value is (170,23,18). Sum of RGB (Red+Green+Blue) = 170+23+18=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 23 (9.38% from 255 or 10.90% from 211); Blue value is 18 (7.42% from 255 or 8.53% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1712 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1712 is #55E8ED. Grayscale: #424242. Windows color (decimal): -5630190 or 1185706. OLE color: 1185706.

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

Color convert

RGB 170 23 18 -
CMYK 0 0.86 0.89 0.33
HSL 1.97º 0.81% 0.37% -
HSV(B) 1.97º 0.89% 0.67% -
XYZ 16.99 9.2 1.45 -
YUV 66.38 100.7 201.91 -
System Red Green Blue C M Y K H S L
Decimal 170 23 18 0 0.86 0.89 0.33 1.97 0.81 0.37
Hex AA 17 12 0 56 59 21 2 51 25
Octal 252 27 22 0 126 131 41 2 121 45
Binary 10101010 10111 10010 0 1010110 1011001 100001 10 1010001 100101

Color Harmonies of #AA1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1712

Black with #AA1712

Text Example


Text Example

White with #AA1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1712; }

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

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

background-color css

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

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

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

border-color css

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

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

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