Shades of Fire Brick #AF2610
Tints of Fire Brick #AF2610
RGB
CMYK
RGB Variations
Color information
#AF2610 (or 0xAF2610) is known color: Fire Brick. HEX triplet: AF, 26 and 10. RGB value is (175,38,16). Sum of RGB (Red+Green+Blue) = 175+38+16=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2610 is #50D9EF. Grayscale: #4C4C4C. Windows color (decimal): -5298672 or 1058479. OLE color: 1058479.
HSL color Cylindrical-coordinate representation of color #AF2610: hue angle of 8.3º 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 #AF2610 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 16 | - |
| CMYK | 0 | 0.78 | 0.91 | 0.31 |
| HSL | 8.3º | 0.83% | 0.37% | - |
| HSV(B) | 8.3º | 0.91% | 0.69% | - |
| XYZ | 18.47 | 10.54 | 1.55 | - |
| YUV | 76.46 | 93.89 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 16 | 0 | 0.78 | 0.91 | 0.31 | 8.3 | 0.83 | 0.37 |
| Hex | AF | 26 | 10 | 0 | 4E | 5B | 1F | 8 | 53 | 25 |
| Octal | 257 | 46 | 20 | 0 | 116 | 133 | 37 | 10 | 123 | 45 |
| Binary | 10101111 | 100110 | 10000 | 0 | 1001110 | 1011011 | 11111 | 1000 | 1010011 | 100101 |
Color Harmonies of #AF2610
Complementary color
Monochromatic Colors of #AF2610
Black with #AF2610
Text Example
Text Example
White with #AF2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2610; }
p { color: rgb(175,38,16); }
H1.HeaderClassName
{
color: #AF2610;
}
.AnyTagClassName
{
color: #AF2610;
}
</style>
background-color css
<style>
a { background-color: #AF2610; }
a { background-color: rgb(175,38,16); }
div.DivClassName
{
background-color: #AF2610;
}
.BgClassName
{
background-color: #AF2610;
}
</style>
border-color css
<style>
span { border-color: #AF2610; }
span { border-color: rgb(175,38,16); }
td.TdClassName
{
border-color: #AF2610;
}
.TagClassName
{
border-color: #AF2610;
}
</style>