Shades of Fire Brick #AF250A
Tints of Fire Brick #AF250A
RGB
CMYK
RGB Variations
Color information
#AF250A (or 0xAF250A) is known color: Fire Brick. HEX triplet: AF, 25 and 0A. RGB value is (175,37,10). Sum of RGB (Red+Green+Blue) = 175+37+10=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 10 (4.30% from 255 or 4.50% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF250A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF250A is #50DAF5. Grayscale: #4B4B4B. Windows color (decimal): -5298934 or 665007. OLE color: 665007.
HSL color Cylindrical-coordinate representation of color #AF250A: hue angle of 9.82º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF250A is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 10 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.31 |
| HSL | 9.82º | 0.89% | 0.36% | - |
| HSV(B) | 9.82º | 0.94% | 0.69% | - |
| XYZ | 18.4 | 10.46 | 1.34 | - |
| YUV | 75.18 | 91.22 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 10 | 0 | 0.79 | 0.94 | 0.31 | 9.82 | 0.89 | 0.36 |
| Hex | AF | 25 | A | 0 | 4F | 5E | 1F | A | 59 | 24 |
| Octal | 257 | 45 | 12 | 0 | 117 | 136 | 37 | 12 | 131 | 44 |
| Binary | 10101111 | 100101 | 1010 | 0 | 1001111 | 1011110 | 11111 | 1010 | 1011001 | 100100 |
Color Harmonies of #AF250A
Complementary color
Monochromatic Colors of #AF250A
Black with #AF250A
Text Example
Text Example
White with #AF250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF250A; }
p { color: rgb(175,37,10); }
H1.HeaderClassName
{
color: #AF250A;
}
.AnyTagClassName
{
color: #AF250A;
}
</style>
background-color css
<style>
a { background-color: #AF250A; }
a { background-color: rgb(175,37,10); }
div.DivClassName
{
background-color: #AF250A;
}
.BgClassName
{
background-color: #AF250A;
}
</style>
border-color css
<style>
span { border-color: #AF250A; }
span { border-color: rgb(175,37,10); }
td.TdClassName
{
border-color: #AF250A;
}
.TagClassName
{
border-color: #AF250A;
}
</style>