Shades of Fire Brick #AF2811
Tints of Fire Brick #AF2811
RGB
CMYK
RGB Variations
Color information
#AF2811 (or 0xAF2811) is known color: Fire Brick. HEX triplet: AF, 28 and 11. RGB value is (175,40,17). Sum of RGB (Red+Green+Blue) = 175+40+17=232 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.43% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 17 (7.03% from 255 or 7.33% from 232); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2811 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2811 is #50D7EE. Grayscale: #4D4D4D. Windows color (decimal): -5298159 or 1124527. OLE color: 1124527.
HSL color Cylindrical-coordinate representation of color #AF2811: hue angle of 8.73º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2811 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 17 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.31 |
| HSL | 8.73º | 0.82% | 0.38% | - |
| HSV(B) | 8.73º | 0.9% | 0.69% | - |
| XYZ | 18.54 | 10.67 | 1.61 | - |
| YUV | 77.74 | 93.73 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 17 | 0 | 0.77 | 0.90 | 0.31 | 8.73 | 0.82 | 0.38 |
| Hex | AF | 28 | 11 | 0 | 4D | 5A | 1F | 9 | 52 | 26 |
| Octal | 257 | 50 | 21 | 0 | 115 | 132 | 37 | 11 | 122 | 46 |
| Binary | 10101111 | 101000 | 10001 | 0 | 1001101 | 1011010 | 11111 | 1001 | 1010010 | 100110 |
Color Harmonies of #AF2811
Complementary color
Monochromatic Colors of #AF2811
Black with #AF2811
Text Example
Text Example
White with #AF2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2811; }
p { color: rgb(175,40,17); }
H1.HeaderClassName
{
color: #AF2811;
}
.AnyTagClassName
{
color: #AF2811;
}
</style>
background-color css
<style>
a { background-color: #AF2811; }
a { background-color: rgb(175,40,17); }
div.DivClassName
{
background-color: #AF2811;
}
.BgClassName
{
background-color: #AF2811;
}
</style>
border-color css
<style>
span { border-color: #AF2811; }
span { border-color: rgb(175,40,17); }
td.TdClassName
{
border-color: #AF2811;
}
.TagClassName
{
border-color: #AF2811;
}
</style>