Shades of Fire Brick #AF2926
Tints of Fire Brick #AF2926
RGB
CMYK
RGB Variations
Color information
#AF2926 (or 0xAF2926) is known color: Fire Brick. HEX triplet: AF, 29 and 26. RGB value is (175,41,38). Sum of RGB (Red+Green+Blue) = 175+41+38=254 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.90% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2926 is #50D6D9. Grayscale: #505050. Windows color (decimal): -5297882 or 2501039. OLE color: 2501039.
HSL color Cylindrical-coordinate representation of color #AF2926: hue angle of 1.31º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2926 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 38 | - |
| CMYK | 0 | 0.77 | 0.78 | 0.31 |
| HSL | 1.31º | 0.64% | 0.42% | - |
| HSV(B) | 1.31º | 0.78% | 0.69% | - |
| XYZ | 18.82 | 10.84 | 2.93 | - |
| YUV | 80.72 | 103.89 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 38 | 0 | 0.77 | 0.78 | 0.31 | 1.31 | 0.64 | 0.42 |
| Hex | AF | 29 | 26 | 0 | 4D | 4E | 1F | 1 | 40 | 2A |
| Octal | 257 | 51 | 46 | 0 | 115 | 116 | 37 | 1 | 100 | 52 |
| Binary | 10101111 | 101001 | 100110 | 0 | 1001101 | 1001110 | 11111 | 1 | 1000000 | 101010 |
Color Harmonies of #AF2926
Complementary color
Monochromatic Colors of #AF2926
Black with #AF2926
Text Example
Text Example
White with #AF2926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2926; }
p { color: rgb(175,41,38); }
H1.HeaderClassName
{
color: #AF2926;
}
.AnyTagClassName
{
color: #AF2926;
}
</style>
background-color css
<style>
a { background-color: #AF2926; }
a { background-color: rgb(175,41,38); }
div.DivClassName
{
background-color: #AF2926;
}
.BgClassName
{
background-color: #AF2926;
}
</style>
border-color css
<style>
span { border-color: #AF2926; }
span { border-color: rgb(175,41,38); }
td.TdClassName
{
border-color: #AF2926;
}
.TagClassName
{
border-color: #AF2926;
}
</style>