Shades of Fire Brick #AF2410
Tints of Fire Brick #AF2410
RGB
CMYK
RGB Variations
Color information
#AF2410 (or 0xAF2410) is known color: Fire Brick. HEX triplet: AF, 24 and 10. RGB value is (175,36,16). Sum of RGB (Red+Green+Blue) = 175+36+16=227 (30% of max value = 765). Red value is 175 (68.75% from 255 or 77.09% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2410 is #50DBEF. Grayscale: #4B4B4B. Windows color (decimal): -5299184 or 1057967. OLE color: 1057967.
HSL color Cylindrical-coordinate representation of color #AF2410: hue angle of 7.55º 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 #AF2410 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 16 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.31 |
| HSL | 7.55º | 0.83% | 0.37% | - |
| HSV(B) | 7.55º | 0.91% | 0.69% | - |
| XYZ | 18.4 | 10.41 | 1.53 | - |
| YUV | 75.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 16 | 0 | 0.79 | 0.91 | 0.31 | 7.55 | 0.83 | 0.37 |
| Hex | AF | 24 | 10 | 0 | 4F | 5B | 1F | 8 | 53 | 25 |
| Octal | 257 | 44 | 20 | 0 | 117 | 133 | 37 | 10 | 123 | 45 |
| Binary | 10101111 | 100100 | 10000 | 0 | 1001111 | 1011011 | 11111 | 1000 | 1010011 | 100101 |
Color Harmonies of #AF2410
Complementary color
Monochromatic Colors of #AF2410
Black with #AF2410
Text Example
Text Example
White with #AF2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2410; }
p { color: rgb(175,36,16); }
H1.HeaderClassName
{
color: #AF2410;
}
.AnyTagClassName
{
color: #AF2410;
}
</style>
background-color css
<style>
a { background-color: #AF2410; }
a { background-color: rgb(175,36,16); }
div.DivClassName
{
background-color: #AF2410;
}
.BgClassName
{
background-color: #AF2410;
}
</style>
border-color css
<style>
span { border-color: #AF2410; }
span { border-color: rgb(175,36,16); }
td.TdClassName
{
border-color: #AF2410;
}
.TagClassName
{
border-color: #AF2410;
}
</style>