Shades of Fire Brick #AF120E
Tints of Fire Brick #AF120E
RGB
CMYK
RGB Variations
Color information
#AF120E (or 0xAF120E) is known color: Fire Brick. HEX triplet: AF, 12 and 0E. RGB value is (175,18,14). Sum of RGB (Red+Green+Blue) = 175+18+14=207 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.54% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 175 - color contains mainly: red. Hex color #AF120E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF120E is #50EDF1. Grayscale: #404040. Windows color (decimal): -5303794 or 922287. OLE color: 922287.
HSL color Cylindrical-coordinate representation of color #AF120E: hue angle of 1.49º 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 #AF120E is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 14 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.31 |
| HSL | 1.49º | 0.85% | 0.37% | - |
| HSV(B) | 1.49º | 0.92% | 0.69% | - |
| XYZ | 17.97 | 9.58 | 1.32 | - |
| YUV | 64.49 | 99.51 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 14 | 0 | 0.90 | 0.92 | 0.31 | 1.49 | 0.85 | 0.37 |
| Hex | AF | 12 | E | 0 | 5A | 5C | 1F | 1 | 55 | 25 |
| Octal | 257 | 22 | 16 | 0 | 132 | 134 | 37 | 1 | 125 | 45 |
| Binary | 10101111 | 10010 | 1110 | 0 | 1011010 | 1011100 | 11111 | 1 | 1010101 | 100101 |
Color Harmonies of #AF120E
Complementary color
Monochromatic Colors of #AF120E
Black with #AF120E
Text Example
Text Example
White with #AF120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF120E; }
p { color: rgb(175,18,14); }
H1.HeaderClassName
{
color: #AF120E;
}
.AnyTagClassName
{
color: #AF120E;
}
</style>
background-color css
<style>
a { background-color: #AF120E; }
a { background-color: rgb(175,18,14); }
div.DivClassName
{
background-color: #AF120E;
}
.BgClassName
{
background-color: #AF120E;
}
</style>
border-color css
<style>
span { border-color: #AF120E; }
span { border-color: rgb(175,18,14); }
td.TdClassName
{
border-color: #AF120E;
}
.TagClassName
{
border-color: #AF120E;
}
</style>