Shades of Fire Brick #AF2612
Tints of Fire Brick #AF2612
RGB
CMYK
RGB Variations
Color information
#AF2612 (or 0xAF2612) is known color: Fire Brick. HEX triplet: AF, 26 and 12. RGB value is (175,38,18). Sum of RGB (Red+Green+Blue) = 175+38+18=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2612 is #50D9ED. Grayscale: #4C4C4C. Windows color (decimal): -5298670 or 1189551. OLE color: 1189551.
HSL color Cylindrical-coordinate representation of color #AF2612: hue angle of 7.64º 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 #AF2612 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 18 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.31 |
| HSL | 7.64º | 0.81% | 0.38% | - |
| HSV(B) | 7.64º | 0.9% | 0.69% | - |
| XYZ | 18.48 | 10.54 | 1.63 | - |
| YUV | 76.68 | 94.89 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 18 | 0 | 0.78 | 0.90 | 0.31 | 7.64 | 0.81 | 0.38 |
| Hex | AF | 26 | 12 | 0 | 4E | 5A | 1F | 8 | 51 | 26 |
| Octal | 257 | 46 | 22 | 0 | 116 | 132 | 37 | 10 | 121 | 46 |
| Binary | 10101111 | 100110 | 10010 | 0 | 1001110 | 1011010 | 11111 | 1000 | 1010001 | 100110 |
Color Harmonies of #AF2612
Complementary color
Monochromatic Colors of #AF2612
Black with #AF2612
Text Example
Text Example
White with #AF2612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2612; }
p { color: rgb(175,38,18); }
H1.HeaderClassName
{
color: #AF2612;
}
.AnyTagClassName
{
color: #AF2612;
}
</style>
background-color css
<style>
a { background-color: #AF2612; }
a { background-color: rgb(175,38,18); }
div.DivClassName
{
background-color: #AF2612;
}
.BgClassName
{
background-color: #AF2612;
}
</style>
border-color css
<style>
span { border-color: #AF2612; }
span { border-color: rgb(175,38,18); }
td.TdClassName
{
border-color: #AF2612;
}
.TagClassName
{
border-color: #AF2612;
}
</style>