Shades of Fire Brick #AF291E
Tints of Fire Brick #AF291E
RGB
CMYK
RGB Variations
Color information
#AF291E (or 0xAF291E) is known color: Fire Brick. HEX triplet: AF, 29 and 1E. RGB value is (175,41,30). Sum of RGB (Red+Green+Blue) = 175+41+30=246 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.14% from 246); Green value is 41 (16.41% from 255 or 16.67% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 175 - color contains mainly: red. Hex color #AF291E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF291E is #50D6E1. Grayscale: #4F4F4F. Windows color (decimal): -5297890 or 1976751. OLE color: 1976751.
HSL color Cylindrical-coordinate representation of color #AF291E: hue angle of 4.55º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF291E is Cyan = 0, Magento = 0.77, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 30 | - |
| CMYK | 0 | 0.77 | 0.83 | 0.31 |
| HSL | 4.55º | 0.71% | 0.4% | - |
| HSV(B) | 4.55º | 0.83% | 0.69% | - |
| XYZ | 18.71 | 10.79 | 2.33 | - |
| YUV | 79.81 | 99.89 | 195.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 30 | 0 | 0.77 | 0.83 | 0.31 | 4.55 | 0.71 | 0.4 |
| Hex | AF | 29 | 1E | 0 | 4D | 53 | 1F | 5 | 47 | 28 |
| Octal | 257 | 51 | 36 | 0 | 115 | 123 | 37 | 5 | 107 | 50 |
| Binary | 10101111 | 101001 | 11110 | 0 | 1001101 | 1010011 | 11111 | 101 | 1000111 | 101000 |
Color Harmonies of #AF291E
Complementary color
Monochromatic Colors of #AF291E
Black with #AF291E
Text Example
Text Example
White with #AF291E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF291E; }
p { color: rgb(175,41,30); }
H1.HeaderClassName
{
color: #AF291E;
}
.AnyTagClassName
{
color: #AF291E;
}
</style>
background-color css
<style>
a { background-color: #AF291E; }
a { background-color: rgb(175,41,30); }
div.DivClassName
{
background-color: #AF291E;
}
.BgClassName
{
background-color: #AF291E;
}
</style>
border-color css
<style>
span { border-color: #AF291E; }
span { border-color: rgb(175,41,30); }
td.TdClassName
{
border-color: #AF291E;
}
.TagClassName
{
border-color: #AF291E;
}
</style>