Shades of Fire Brick #AF2828
Tints of Fire Brick #AF2828
RGB
CMYK
RGB Variations
Color information
#AF2828 (or 0xAF2828) is known color: Fire Brick. HEX triplet: AF, 28 and 28. RGB value is (175,40,40). Sum of RGB (Red+Green+Blue) = 175+40+40=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2828 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2828 is #50D7D7. Grayscale: #505050. Windows color (decimal): -5298136 or 2631855. OLE color: 2631855.
HSL color Cylindrical-coordinate representation of color #AF2828: hue angle of 0º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF2828 is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 40 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.31 |
| HSL | 0º | 0.63% | 0.42% | - |
| HSV(B) | 0º | 0.77% | 0.69% | - |
| XYZ | 18.82 | 10.78 | 3.1 | - |
| YUV | 80.37 | 105.23 | 195.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 40 | 0 | 0.77 | 0.77 | 0.31 | 0 | 0.63 | 0.42 |
| Hex | AF | 28 | 28 | 0 | 4D | 4D | 1F | 0 | 3F | 2A |
| Octal | 257 | 50 | 50 | 0 | 115 | 115 | 37 | 0 | 77 | 52 |
| Binary | 10101111 | 101000 | 101000 | 0 | 1001101 | 1001101 | 11111 | 0 | 111111 | 101010 |
Color Harmonies of #AF2828
Complementary color
Monochromatic Colors of #AF2828
Black with #AF2828
Text Example
Text Example
White with #AF2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2828; }
p { color: rgb(175,40,40); }
H1.HeaderClassName
{
color: #AF2828;
}
.AnyTagClassName
{
color: #AF2828;
}
</style>
background-color css
<style>
a { background-color: #AF2828; }
a { background-color: rgb(175,40,40); }
div.DivClassName
{
background-color: #AF2828;
}
.BgClassName
{
background-color: #AF2828;
}
</style>
border-color css
<style>
span { border-color: #AF2828; }
span { border-color: rgb(175,40,40); }
td.TdClassName
{
border-color: #AF2828;
}
.TagClassName
{
border-color: #AF2828;
}
</style>