Shades of Fire Brick #AF2812
Tints of Fire Brick #AF2812
RGB
CMYK
RGB Variations
Color information
#AF2812 (or 0xAF2812) is known color: Fire Brick. HEX triplet: AF, 28 and 12. RGB value is (175,40,18). Sum of RGB (Red+Green+Blue) = 175+40+18=233 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.11% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2812 is #50D7ED. Grayscale: #4E4E4E. Windows color (decimal): -5298158 or 1190063. OLE color: 1190063.
HSL color Cylindrical-coordinate representation of color #AF2812: hue angle of 8.41º 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 #AF2812 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 18 | - |
| CMYK | 0 | 0.77 | 0.90 | 0.31 |
| HSL | 8.41º | 0.81% | 0.38% | - |
| HSV(B) | 8.41º | 0.9% | 0.69% | - |
| XYZ | 18.55 | 10.68 | 1.66 | - |
| YUV | 77.86 | 94.23 | 197.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 18 | 0 | 0.77 | 0.90 | 0.31 | 8.41 | 0.81 | 0.38 |
| Hex | AF | 28 | 12 | 0 | 4D | 5A | 1F | 8 | 51 | 26 |
| Octal | 257 | 50 | 22 | 0 | 115 | 132 | 37 | 10 | 121 | 46 |
| Binary | 10101111 | 101000 | 10010 | 0 | 1001101 | 1011010 | 11111 | 1000 | 1010001 | 100110 |
Color Harmonies of #AF2812
Complementary color
Monochromatic Colors of #AF2812
Black with #AF2812
Text Example
Text Example
White with #AF2812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2812; }
p { color: rgb(175,40,18); }
H1.HeaderClassName
{
color: #AF2812;
}
.AnyTagClassName
{
color: #AF2812;
}
</style>
background-color css
<style>
a { background-color: #AF2812; }
a { background-color: rgb(175,40,18); }
div.DivClassName
{
background-color: #AF2812;
}
.BgClassName
{
background-color: #AF2812;
}
</style>
border-color css
<style>
span { border-color: #AF2812; }
span { border-color: rgb(175,40,18); }
td.TdClassName
{
border-color: #AF2812;
}
.TagClassName
{
border-color: #AF2812;
}
</style>