Shades of Fire Brick #AF2018
Tints of Fire Brick #AF2018
RGB
CMYK
RGB Variations
Color information
#AF2018 (or 0xAF2018) is known color: Fire Brick. HEX triplet: AF, 20 and 18. RGB value is (175,32,24). Sum of RGB (Red+Green+Blue) = 175+32+24=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2018 is #50DFE7. Grayscale: #4A4A4A. Windows color (decimal): -5300200 or 1581231. OLE color: 1581231.
HSL color Cylindrical-coordinate representation of color #AF2018: hue angle of 3.18º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF2018 is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 24 | - |
| CMYK | 0 | 0.82 | 0.86 | 0.31 |
| HSL | 3.18º | 0.76% | 0.39% | - |
| HSV(B) | 3.18º | 0.86% | 0.69% | - |
| XYZ | 18.36 | 10.21 | 1.87 | - |
| YUV | 73.85 | 99.88 | 200.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 24 | 0 | 0.82 | 0.86 | 0.31 | 3.18 | 0.76 | 0.39 |
| Hex | AF | 20 | 18 | 0 | 52 | 56 | 1F | 3 | 4C | 27 |
| Octal | 257 | 40 | 30 | 0 | 122 | 126 | 37 | 3 | 114 | 47 |
| Binary | 10101111 | 100000 | 11000 | 0 | 1010010 | 1010110 | 11111 | 11 | 1001100 | 100111 |
Color Harmonies of #AF2018
Complementary color
Monochromatic Colors of #AF2018
Black with #AF2018
Text Example
Text Example
White with #AF2018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2018; }
p { color: rgb(175,32,24); }
H1.HeaderClassName
{
color: #AF2018;
}
.AnyTagClassName
{
color: #AF2018;
}
</style>
background-color css
<style>
a { background-color: #AF2018; }
a { background-color: rgb(175,32,24); }
div.DivClassName
{
background-color: #AF2018;
}
.BgClassName
{
background-color: #AF2018;
}
</style>
border-color css
<style>
span { border-color: #AF2018; }
span { border-color: rgb(175,32,24); }
td.TdClassName
{
border-color: #AF2018;
}
.TagClassName
{
border-color: #AF2018;
}
</style>