Shades of Fire Brick #AF290D
Tints of Fire Brick #AF290D
RGB
CMYK
RGB Variations
Color information
#AF290D (or 0xAF290D) is known color: Fire Brick. HEX triplet: AF, 29 and 0D. RGB value is (175,41,13). Sum of RGB (Red+Green+Blue) = 175+41+13=229 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.42% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 175 - color contains mainly: red. Hex color #AF290D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF290D is #50D6F2. Grayscale: #4E4E4E. Windows color (decimal): -5297907 or 862639. OLE color: 862639.
HSL color Cylindrical-coordinate representation of color #AF290D: hue angle of 10.37º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF290D is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 13 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.31 |
| HSL | 10.37º | 0.86% | 0.37% | - |
| HSV(B) | 10.37º | 0.93% | 0.69% | - |
| XYZ | 18.54 | 10.73 | 1.47 | - |
| YUV | 77.87 | 91.39 | 197.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 13 | 0 | 0.77 | 0.93 | 0.31 | 10.37 | 0.86 | 0.37 |
| Hex | AF | 29 | D | 0 | 4D | 5D | 1F | A | 56 | 25 |
| Octal | 257 | 51 | 15 | 0 | 115 | 135 | 37 | 12 | 126 | 45 |
| Binary | 10101111 | 101001 | 1101 | 0 | 1001101 | 1011101 | 11111 | 1010 | 1010110 | 100101 |
Color Harmonies of #AF290D
Complementary color
Monochromatic Colors of #AF290D
Black with #AF290D
Text Example
Text Example
White with #AF290D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF290D; }
p { color: rgb(175,41,13); }
H1.HeaderClassName
{
color: #AF290D;
}
.AnyTagClassName
{
color: #AF290D;
}
</style>
background-color css
<style>
a { background-color: #AF290D; }
a { background-color: rgb(175,41,13); }
div.DivClassName
{
background-color: #AF290D;
}
.BgClassName
{
background-color: #AF290D;
}
</style>
border-color css
<style>
span { border-color: #AF290D; }
span { border-color: rgb(175,41,13); }
td.TdClassName
{
border-color: #AF290D;
}
.TagClassName
{
border-color: #AF290D;
}
</style>