Shades of Fire Brick #AF281F
Tints of Fire Brick #AF281F
RGB
CMYK
RGB Variations
Color information
#AF281F (or 0xAF281F) is known color: Fire Brick. HEX triplet: AF, 28 and 1F. RGB value is (175,40,31). Sum of RGB (Red+Green+Blue) = 175+40+31=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF281F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF281F is #50D7E0. Grayscale: #4F4F4F. Windows color (decimal): -5298145 or 2042031. OLE color: 2042031.
HSL color Cylindrical-coordinate representation of color #AF281F: hue angle of 3.75º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF281F is Cyan = 0, Magento = 0.77, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 31 | - |
| CMYK | 0 | 0.77 | 0.82 | 0.31 |
| HSL | 3.75º | 0.7% | 0.4% | - |
| HSV(B) | 3.75º | 0.82% | 0.69% | - |
| XYZ | 18.69 | 10.73 | 2.38 | - |
| YUV | 79.34 | 100.73 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 31 | 0 | 0.77 | 0.82 | 0.31 | 3.75 | 0.7 | 0.4 |
| Hex | AF | 28 | 1F | 0 | 4D | 52 | 1F | 4 | 46 | 28 |
| Octal | 257 | 50 | 37 | 0 | 115 | 122 | 37 | 4 | 106 | 50 |
| Binary | 10101111 | 101000 | 11111 | 0 | 1001101 | 1010010 | 11111 | 100 | 1000110 | 101000 |
Color Harmonies of #AF281F
Complementary color
Monochromatic Colors of #AF281F
Black with #AF281F
Text Example
Text Example
White with #AF281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF281F; }
p { color: rgb(175,40,31); }
H1.HeaderClassName
{
color: #AF281F;
}
.AnyTagClassName
{
color: #AF281F;
}
</style>
background-color css
<style>
a { background-color: #AF281F; }
a { background-color: rgb(175,40,31); }
div.DivClassName
{
background-color: #AF281F;
}
.BgClassName
{
background-color: #AF281F;
}
</style>
border-color css
<style>
span { border-color: #AF281F; }
span { border-color: rgb(175,40,31); }
td.TdClassName
{
border-color: #AF281F;
}
.TagClassName
{
border-color: #AF281F;
}
</style>