Shades of Fire Brick #AF150E
Tints of Fire Brick #AF150E
RGB
CMYK
RGB Variations
Color information
#AF150E (or 0xAF150E) is known color: Fire Brick. HEX triplet: AF, 15 and 0E. RGB value is (175,21,14). Sum of RGB (Red+Green+Blue) = 175+21+14=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF150E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF150E is #50EAF1. Grayscale: #424242. Windows color (decimal): -5303026 or 923055. OLE color: 923055.
HSL color Cylindrical-coordinate representation of color #AF150E: hue angle of 2.61º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF150E is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 21 | 14 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.31 |
| HSL | 2.61º | 0.85% | 0.37% | - |
| HSV(B) | 2.61º | 0.92% | 0.69% | - |
| XYZ | 18.03 | 9.68 | 1.33 | - |
| YUV | 66.25 | 98.52 | 205.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 21 | 14 | 0 | 0.88 | 0.92 | 0.31 | 2.61 | 0.85 | 0.37 |
| Hex | AF | 15 | E | 0 | 58 | 5C | 1F | 3 | 55 | 25 |
| Octal | 257 | 25 | 16 | 0 | 130 | 134 | 37 | 3 | 125 | 45 |
| Binary | 10101111 | 10101 | 1110 | 0 | 1011000 | 1011100 | 11111 | 11 | 1010101 | 100101 |
Color Harmonies of #AF150E
Complementary color
Monochromatic Colors of #AF150E
Black with #AF150E
Text Example
Text Example
White with #AF150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF150E; }
p { color: rgb(175,21,14); }
H1.HeaderClassName
{
color: #AF150E;
}
.AnyTagClassName
{
color: #AF150E;
}
</style>
background-color css
<style>
a { background-color: #AF150E; }
a { background-color: rgb(175,21,14); }
div.DivClassName
{
background-color: #AF150E;
}
.BgClassName
{
background-color: #AF150E;
}
</style>
border-color css
<style>
span { border-color: #AF150E; }
span { border-color: rgb(175,21,14); }
td.TdClassName
{
border-color: #AF150E;
}
.TagClassName
{
border-color: #AF150E;
}
</style>