Shades of Fire Brick #AF2D13
Tints of Fire Brick #AF2D13
RGB
CMYK
RGB Variations
Color information
#AF2D13 (or 0xAF2D13) is known color: Fire Brick. HEX triplet: AF, 2D and 13. RGB value is (175,45,19). Sum of RGB (Red+Green+Blue) = 175+45+19=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 19 (7.81% from 255 or 7.95% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D13 is #50D2EC. Grayscale: #515151. Windows color (decimal): -5296877 or 1256879. OLE color: 1256879.
HSL color Cylindrical-coordinate representation of color #AF2D13: hue angle of 10º 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 #AF2D13 is Cyan = 0, Magento = 0.74, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 19 | - |
| CMYK | 0 | 0.74 | 0.89 | 0.31 |
| HSL | 10º | 0.8% | 0.38% | - |
| HSV(B) | 10º | 0.89% | 0.69% | - |
| XYZ | 18.74 | 11.04 | 1.76 | - |
| YUV | 80.91 | 93.07 | 195.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 19 | 0 | 0.74 | 0.89 | 0.31 | 10 | 0.8 | 0.38 |
| Hex | AF | 2D | 13 | 0 | 4A | 59 | 1F | A | 50 | 26 |
| Octal | 257 | 55 | 23 | 0 | 112 | 131 | 37 | 12 | 120 | 46 |
| Binary | 10101111 | 101101 | 10011 | 0 | 1001010 | 1011001 | 11111 | 1010 | 1010000 | 100110 |
Color Harmonies of #AF2D13
Complementary color
Monochromatic Colors of #AF2D13
Black with #AF2D13
Text Example
Text Example
White with #AF2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D13; }
p { color: rgb(175,45,19); }
H1.HeaderClassName
{
color: #AF2D13;
}
.AnyTagClassName
{
color: #AF2D13;
}
</style>
background-color css
<style>
a { background-color: #AF2D13; }
a { background-color: rgb(175,45,19); }
div.DivClassName
{
background-color: #AF2D13;
}
.BgClassName
{
background-color: #AF2D13;
}
</style>
border-color css
<style>
span { border-color: #AF2D13; }
span { border-color: rgb(175,45,19); }
td.TdClassName
{
border-color: #AF2D13;
}
.TagClassName
{
border-color: #AF2D13;
}
</style>