Shades of Fire Brick #AF291B
Tints of Fire Brick #AF291B
RGB
CMYK
RGB Variations
Color information
#AF291B (or 0xAF291B) is known color: Fire Brick. HEX triplet: AF, 29 and 1B. RGB value is (175,41,27). Sum of RGB (Red+Green+Blue) = 175+41+27=243 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.02% from 243); Green value is 41 (16.41% from 255 or 16.87% from 243); Blue value is 27 (10.94% from 255 or 11.11% from 243); Max value from RGB is 175 - color contains mainly: red. Hex color #AF291B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF291B is #50D6E4. Grayscale: #4F4F4F. Windows color (decimal): -5297893 or 1780143. OLE color: 1780143.
HSL color Cylindrical-coordinate representation of color #AF291B: hue angle of 5.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF291B is Cyan = 0, Magento = 0.77, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 41 | 27 | - |
| CMYK | 0 | 0.77 | 0.85 | 0.31 |
| HSL | 5.68º | 0.73% | 0.4% | - |
| HSV(B) | 5.68º | 0.85% | 0.69% | - |
| XYZ | 18.67 | 10.78 | 2.13 | - |
| YUV | 79.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 41 | 27 | 0 | 0.77 | 0.85 | 0.31 | 5.68 | 0.73 | 0.4 |
| Hex | AF | 29 | 1B | 0 | 4D | 55 | 1F | 6 | 49 | 28 |
| Octal | 257 | 51 | 33 | 0 | 115 | 125 | 37 | 6 | 111 | 50 |
| Binary | 10101111 | 101001 | 11011 | 0 | 1001101 | 1010101 | 11111 | 110 | 1001001 | 101000 |
Color Harmonies of #AF291B
Complementary color
Monochromatic Colors of #AF291B
Black with #AF291B
Text Example
Text Example
White with #AF291B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF291B; }
p { color: rgb(175,41,27); }
H1.HeaderClassName
{
color: #AF291B;
}
.AnyTagClassName
{
color: #AF291B;
}
</style>
background-color css
<style>
a { background-color: #AF291B; }
a { background-color: rgb(175,41,27); }
div.DivClassName
{
background-color: #AF291B;
}
.BgClassName
{
background-color: #AF291B;
}
</style>
border-color css
<style>
span { border-color: #AF291B; }
span { border-color: rgb(175,41,27); }
td.TdClassName
{
border-color: #AF291B;
}
.TagClassName
{
border-color: #AF291B;
}
</style>