Html Css Color HEX #AA1613 Fire Brick

📋 copy color: '#AA1613'

red 170 ◦ green 22 ◦ blue 19

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

Shades of Fire Brick #AA1613

Tints of Fire Brick #AA1613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 19 (7.81% from 255) = 9%

R = 80.57%
G = 10.43%
B = 9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.33

RGB Variations

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

Color information

#AA1613 (or 0xAA1613) is known color: Fire Brick. HEX triplet: AA, 16 and 13. RGB value is (170,22,19). Sum of RGB (Red+Green+Blue) = 170+22+19=211 (27% of max value = 765). Red value is 170 (66.80% from 255 or 80.57% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1613 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AA1613 is #55E9EC. Grayscale: #424242. Windows color (decimal): -5630445 or 1250986. OLE color: 1250986.

HSL color Cylindrical-coordinate representation of color #AA1613: hue angle of 1.19º degrees, saturation: 0.8, 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 #AA1613 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 22 19 -
CMYK 0 0.87 0.89 0.33
HSL 1.19º 0.8% 0.37% -
HSV(B) 1.19º 0.89% 0.67% -
XYZ 16.98 9.17 1.49 -
YUV 65.91 101.53 202.24 -
System Red Green Blue C M Y K H S L
Decimal 170 22 19 0 0.87 0.89 0.33 1.19 0.8 0.37
Hex AA 16 13 0 57 59 21 1 50 25
Octal 252 26 23 0 127 131 41 1 120 45
Binary 10101010 10110 10011 0 1010111 1011001 100001 1 1010000 100101

Color Harmonies of #AA1613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1613

Black with #AA1613

Text Example


Text Example

White with #AA1613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1613; }

 p { color: rgb(170,22,19); }

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

background-color css

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

 a { background-color: rgb(170,22,19); }

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

border-color css

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

 span { border-color: rgb(170,22,19); }

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