Shades of Fire Brick #AF120F
Tints of Fire Brick #AF120F
RGB
CMYK
RGB Variations
Color information
#AF120F (or 0xAF120F) is known color: Fire Brick. HEX triplet: AF, 12 and 0F. RGB value is (175,18,15). Sum of RGB (Red+Green+Blue) = 175+18+15=208 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.13% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 175 - color contains mainly: red. Hex color #AF120F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF120F is #50EDF0. Grayscale: #404040. Windows color (decimal): -5303793 or 987823. OLE color: 987823.
HSL color Cylindrical-coordinate representation of color #AF120F: hue angle of 1.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF120F is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 18 | 15 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.31 |
| HSL | 1.13º | 0.84% | 0.37% | - |
| HSV(B) | 1.13º | 0.91% | 0.69% | - |
| XYZ | 17.98 | 9.58 | 1.35 | - |
| YUV | 64.6 | 100.01 | 206.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 18 | 15 | 0 | 0.90 | 0.91 | 0.31 | 1.13 | 0.84 | 0.37 |
| Hex | AF | 12 | F | 0 | 5A | 5B | 1F | 1 | 54 | 25 |
| Octal | 257 | 22 | 17 | 0 | 132 | 133 | 37 | 1 | 124 | 45 |
| Binary | 10101111 | 10010 | 1111 | 0 | 1011010 | 1011011 | 11111 | 1 | 1010100 | 100101 |
Color Harmonies of #AF120F
Complementary color
Monochromatic Colors of #AF120F
Black with #AF120F
Text Example
Text Example
White with #AF120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF120F; }
p { color: rgb(175,18,15); }
H1.HeaderClassName
{
color: #AF120F;
}
.AnyTagClassName
{
color: #AF120F;
}
</style>
background-color css
<style>
a { background-color: #AF120F; }
a { background-color: rgb(175,18,15); }
div.DivClassName
{
background-color: #AF120F;
}
.BgClassName
{
background-color: #AF120F;
}
</style>
border-color css
<style>
span { border-color: #AF120F; }
span { border-color: rgb(175,18,15); }
td.TdClassName
{
border-color: #AF120F;
}
.TagClassName
{
border-color: #AF120F;
}
</style>