Shades of Fire Brick #AF2013
Tints of Fire Brick #AF2013
RGB
CMYK
RGB Variations
Color information
#AF2013 (or 0xAF2013) is known color: Fire Brick. HEX triplet: AF, 20 and 13. RGB value is (175,32,19). Sum of RGB (Red+Green+Blue) = 175+32+19=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2013 is #50DFEC. Grayscale: #494949. Windows color (decimal): -5300205 or 1253551. OLE color: 1253551.
HSL color Cylindrical-coordinate representation of color #AF2013: hue angle of 5º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2013 is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 19 | - |
| CMYK | 0 | 0.82 | 0.89 | 0.31 |
| HSL | 5º | 0.8% | 0.38% | - |
| HSV(B) | 5º | 0.89% | 0.69% | - |
| XYZ | 18.31 | 10.19 | 1.62 | - |
| YUV | 73.28 | 97.38 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 19 | 0 | 0.82 | 0.89 | 0.31 | 5 | 0.8 | 0.38 |
| Hex | AF | 20 | 13 | 0 | 52 | 59 | 1F | 5 | 50 | 26 |
| Octal | 257 | 40 | 23 | 0 | 122 | 131 | 37 | 5 | 120 | 46 |
| Binary | 10101111 | 100000 | 10011 | 0 | 1010010 | 1011001 | 11111 | 101 | 1010000 | 100110 |
Color Harmonies of #AF2013
Complementary color
Monochromatic Colors of #AF2013
Black with #AF2013
Text Example
Text Example
White with #AF2013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2013; }
p { color: rgb(175,32,19); }
H1.HeaderClassName
{
color: #AF2013;
}
.AnyTagClassName
{
color: #AF2013;
}
</style>
background-color css
<style>
a { background-color: #AF2013; }
a { background-color: rgb(175,32,19); }
div.DivClassName
{
background-color: #AF2013;
}
.BgClassName
{
background-color: #AF2013;
}
</style>
border-color css
<style>
span { border-color: #AF2013; }
span { border-color: rgb(175,32,19); }
td.TdClassName
{
border-color: #AF2013;
}
.TagClassName
{
border-color: #AF2013;
}
</style>