Html Css Color HEX #AA180D Fire Brick

📋 copy color: '#AA180D'

red 170 ◦ green 24 ◦ blue 13

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

Shades of Fire Brick #AA180D

Tints of Fire Brick #AA180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.59%

 BLUE value IS 13 (5.47% from 255) = 6.28%

R = 82.13%
G = 11.59%
B = 6.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AA180D (or 0xAA180D) is known color: Fire Brick. HEX triplet: AA, 18 and 0D. RGB value is (170,24,13). Sum of RGB (Red+Green+Blue) = 170+24+13=207 (27% of max value = 765). Red value is 170 (66.80% from 255 or 82.13% from 207); Green value is 24 (9.77% from 255 or 11.59% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 170 - color contains mainly: red. Hex color #AA180D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA180D is #55E7F2. Grayscale: #424242. Windows color (decimal): -5629939 or 858282. OLE color: 858282.

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

Color convert

RGB 170 24 13 -
CMYK 0 0.86 0.92 0.33
HSL 4.2º 0.86% 0.36% -
HSV(B) 4.2º 0.92% 0.67% -
XYZ 16.98 9.23 1.27 -
YUV 66.4 97.87 201.89 -
System Red Green Blue C M Y K H S L
Decimal 170 24 13 0 0.86 0.92 0.33 4.2 0.86 0.36
Hex AA 18 D 0 56 5C 21 4 56 24
Octal 252 30 15 0 126 134 41 4 126 44
Binary 10101010 11000 1101 0 1010110 1011100 100001 100 1010110 100100

Color Harmonies of #AA180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA180D

Black with #AA180D

Text Example


Text Example

White with #AA180D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA180D; }

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

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

background-color css

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

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

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

border-color css

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

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

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