Shades of Fire Brick #AF250B
Tints of Fire Brick #AF250B
RGB
CMYK
RGB Variations
Color information
#AF250B (or 0xAF250B) is known color: Fire Brick. HEX triplet: AF, 25 and 0B. RGB value is (175,37,11). Sum of RGB (Red+Green+Blue) = 175+37+11=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF250B is #50DAF4. Grayscale: #4B4B4B. Windows color (decimal): -5298933 or 730543. OLE color: 730543.
HSL color Cylindrical-coordinate representation of color #AF250B: hue angle of 9.51º degrees, saturation: 0.88, 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 #AF250B is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 11 | - |
| CMYK | 0 | 0.79 | 0.94 | 0.31 |
| HSL | 9.51º | 0.88% | 0.36% | - |
| HSV(B) | 9.51º | 0.94% | 0.69% | - |
| XYZ | 18.4 | 10.46 | 1.37 | - |
| YUV | 75.3 | 91.72 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 11 | 0 | 0.79 | 0.94 | 0.31 | 9.51 | 0.88 | 0.36 |
| Hex | AF | 25 | B | 0 | 4F | 5E | 1F | A | 58 | 24 |
| Octal | 257 | 45 | 13 | 0 | 117 | 136 | 37 | 12 | 130 | 44 |
| Binary | 10101111 | 100101 | 1011 | 0 | 1001111 | 1011110 | 11111 | 1010 | 1011000 | 100100 |
Color Harmonies of #AF250B
Complementary color
Monochromatic Colors of #AF250B
Black with #AF250B
Text Example
Text Example
White with #AF250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF250B; }
p { color: rgb(175,37,11); }
H1.HeaderClassName
{
color: #AF250B;
}
.AnyTagClassName
{
color: #AF250B;
}
</style>
background-color css
<style>
a { background-color: #AF250B; }
a { background-color: rgb(175,37,11); }
div.DivClassName
{
background-color: #AF250B;
}
.BgClassName
{
background-color: #AF250B;
}
</style>
border-color css
<style>
span { border-color: #AF250B; }
span { border-color: rgb(175,37,11); }
td.TdClassName
{
border-color: #AF250B;
}
.TagClassName
{
border-color: #AF250B;
}
</style>