Shades of Fire Brick #AF251B
Tints of Fire Brick #AF251B
RGB
CMYK
RGB Variations
Color information
#AF251B (or 0xAF251B) is known color: Fire Brick. HEX triplet: AF, 25 and 1B. RGB value is (175,37,27). Sum of RGB (Red+Green+Blue) = 175+37+27=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF251B is #50DAE4. Grayscale: #4D4D4D. Windows color (decimal): -5298917 or 1779119. OLE color: 1779119.
HSL color Cylindrical-coordinate representation of color #AF251B: hue angle of 4.05º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF251B is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 37 | 27 | - |
| CMYK | 0 | 0.79 | 0.85 | 0.31 |
| HSL | 4.05º | 0.73% | 0.4% | - |
| HSV(B) | 4.05º | 0.85% | 0.69% | - |
| XYZ | 18.54 | 10.52 | 2.09 | - |
| YUV | 77.12 | 99.72 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 37 | 27 | 0 | 0.79 | 0.85 | 0.31 | 4.05 | 0.73 | 0.4 |
| Hex | AF | 25 | 1B | 0 | 4F | 55 | 1F | 4 | 49 | 28 |
| Octal | 257 | 45 | 33 | 0 | 117 | 125 | 37 | 4 | 111 | 50 |
| Binary | 10101111 | 100101 | 11011 | 0 | 1001111 | 1010101 | 11111 | 100 | 1001001 | 101000 |
Color Harmonies of #AF251B
Complementary color
Monochromatic Colors of #AF251B
Black with #AF251B
Text Example
Text Example
White with #AF251B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF251B; }
p { color: rgb(175,37,27); }
H1.HeaderClassName
{
color: #AF251B;
}
.AnyTagClassName
{
color: #AF251B;
}
</style>
background-color css
<style>
a { background-color: #AF251B; }
a { background-color: rgb(175,37,27); }
div.DivClassName
{
background-color: #AF251B;
}
.BgClassName
{
background-color: #AF251B;
}
</style>
border-color css
<style>
span { border-color: #AF251B; }
span { border-color: rgb(175,37,27); }
td.TdClassName
{
border-color: #AF251B;
}
.TagClassName
{
border-color: #AF251B;
}
</style>