Shades of Fire Brick #AF110D
Tints of Fire Brick #AF110D
RGB
CMYK
RGB Variations
Color information
#AF110D (or 0xAF110D) is known color: Fire Brick. HEX triplet: AF, 11 and 0D. RGB value is (175,17,13). Sum of RGB (Red+Green+Blue) = 175+17+13=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF110D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF110D is #50EEF2. Grayscale: #3F3F3F. Windows color (decimal): -5304051 or 856495. OLE color: 856495.
HSL color Cylindrical-coordinate representation of color #AF110D: hue angle of 1.48º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF110D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 17 | 13 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.31 |
| HSL | 1.48º | 0.86% | 0.37% | - |
| HSV(B) | 1.48º | 0.93% | 0.69% | - |
| XYZ | 17.95 | 9.54 | 1.28 | - |
| YUV | 63.79 | 99.35 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 13 | 0 | 0.90 | 0.93 | 0.31 | 1.48 | 0.86 | 0.37 |
| Hex | AF | 11 | D | 0 | 5A | 5D | 1F | 1 | 56 | 25 |
| Octal | 257 | 21 | 15 | 0 | 132 | 135 | 37 | 1 | 126 | 45 |
| Binary | 10101111 | 10001 | 1101 | 0 | 1011010 | 1011101 | 11111 | 1 | 1010110 | 100101 |
Color Harmonies of #AF110D
Complementary color
Monochromatic Colors of #AF110D
Black with #AF110D
Text Example
Text Example
White with #AF110D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF110D; }
p { color: rgb(175,17,13); }
H1.HeaderClassName
{
color: #AF110D;
}
.AnyTagClassName
{
color: #AF110D;
}
</style>
background-color css
<style>
a { background-color: #AF110D; }
a { background-color: rgb(175,17,13); }
div.DivClassName
{
background-color: #AF110D;
}
.BgClassName
{
background-color: #AF110D;
}
</style>
border-color css
<style>
span { border-color: #AF110D; }
span { border-color: rgb(175,17,13); }
td.TdClassName
{
border-color: #AF110D;
}
.TagClassName
{
border-color: #AF110D;
}
</style>