Shades of Fire Brick #AF2010
Tints of Fire Brick #AF2010
RGB
CMYK
RGB Variations
Color information
#AF2010 (or 0xAF2010) is known color: Fire Brick. HEX triplet: AF, 20 and 10. RGB value is (175,32,16). Sum of RGB (Red+Green+Blue) = 175+32+16=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 16 (6.64% from 255 or 7.17% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2010 is #50DFEF. Grayscale: #494949. Windows color (decimal): -5300208 or 1056943. OLE color: 1056943.
HSL color Cylindrical-coordinate representation of color #AF2010: hue angle of 6.04º degrees, saturation: 0.83, 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 #AF2010 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.31 |
| HSL | 6.04º | 0.83% | 0.37% | - |
| HSV(B) | 6.04º | 0.91% | 0.69% | - |
| XYZ | 18.29 | 10.18 | 1.49 | - |
| YUV | 72.93 | 95.88 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 16 | 0 | 0.82 | 0.91 | 0.31 | 6.04 | 0.83 | 0.37 |
| Hex | AF | 20 | 10 | 0 | 52 | 5B | 1F | 6 | 53 | 25 |
| Octal | 257 | 40 | 20 | 0 | 122 | 133 | 37 | 6 | 123 | 45 |
| Binary | 10101111 | 100000 | 10000 | 0 | 1010010 | 1011011 | 11111 | 110 | 1010011 | 100101 |
Color Harmonies of #AF2010
Complementary color
Monochromatic Colors of #AF2010
Black with #AF2010
Text Example
Text Example
White with #AF2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2010; }
p { color: rgb(175,32,16); }
H1.HeaderClassName
{
color: #AF2010;
}
.AnyTagClassName
{
color: #AF2010;
}
</style>
background-color css
<style>
a { background-color: #AF2010; }
a { background-color: rgb(175,32,16); }
div.DivClassName
{
background-color: #AF2010;
}
.BgClassName
{
background-color: #AF2010;
}
</style>
border-color css
<style>
span { border-color: #AF2010; }
span { border-color: rgb(175,32,16); }
td.TdClassName
{
border-color: #AF2010;
}
.TagClassName
{
border-color: #AF2010;
}
</style>