Shades of Fire Brick #AF2512
Tints of Fire Brick #AF2512
RGB
CMYK
RGB Variations
Color information
#AF2512 (or 0xAF2512) is known color: Fire Brick. HEX triplet: AF, 25 and 12. RGB value is (175,37,18). Sum of RGB (Red+Green+Blue) = 175+37+18=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2512 is #50DAED. Grayscale: #4C4C4C. Windows color (decimal): -5298926 or 1189295. OLE color: 1189295.
HSL color Cylindrical-coordinate representation of color #AF2512: hue angle of 7.26º degrees, saturation: 0.81, 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 #AF2512 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 18 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.31 |
| HSL | 7.26º | 0.81% | 0.38% | - |
| HSV(B) | 7.26º | 0.9% | 0.69% | - |
| XYZ | 18.45 | 10.48 | 1.62 | - |
| YUV | 76.1 | 95.22 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 18 | 0 | 0.79 | 0.90 | 0.31 | 7.26 | 0.81 | 0.38 |
| Hex | AF | 25 | 12 | 0 | 4F | 5A | 1F | 7 | 51 | 26 |
| Octal | 257 | 45 | 22 | 0 | 117 | 132 | 37 | 7 | 121 | 46 |
| Binary | 10101111 | 100101 | 10010 | 0 | 1001111 | 1011010 | 11111 | 111 | 1010001 | 100110 |
Color Harmonies of #AF2512
Complementary color
Monochromatic Colors of #AF2512
Black with #AF2512
Text Example
Text Example
White with #AF2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2512; }
p { color: rgb(175,37,18); }
H1.HeaderClassName
{
color: #AF2512;
}
.AnyTagClassName
{
color: #AF2512;
}
</style>
background-color css
<style>
a { background-color: #AF2512; }
a { background-color: rgb(175,37,18); }
div.DivClassName
{
background-color: #AF2512;
}
.BgClassName
{
background-color: #AF2512;
}
</style>
border-color css
<style>
span { border-color: #AF2512; }
span { border-color: rgb(175,37,18); }
td.TdClassName
{
border-color: #AF2512;
}
.TagClassName
{
border-color: #AF2512;
}
</style>