Shades of Fire Brick #AF2C11
Tints of Fire Brick #AF2C11
RGB
CMYK
RGB Variations
Color information
#AF2C11 (or 0xAF2C11) is known color: Fire Brick. HEX triplet: AF, 2C and 11. RGB value is (175,44,17). Sum of RGB (Red+Green+Blue) = 175+44+17=236 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.15% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C11 is #50D3EE. Grayscale: #505050. Windows color (decimal): -5297135 or 1125551. OLE color: 1125551.
HSL color Cylindrical-coordinate representation of color #AF2C11: hue angle of 10.25º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2C11 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 17 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.31 |
| HSL | 10.25º | 0.82% | 0.38% | - |
| HSV(B) | 10.25º | 0.9% | 0.69% | - |
| XYZ | 18.68 | 10.96 | 1.66 | - |
| YUV | 80.09 | 92.4 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 17 | 0 | 0.75 | 0.90 | 0.31 | 10.25 | 0.82 | 0.38 |
| Hex | AF | 2C | 11 | 0 | 4B | 5A | 1F | A | 52 | 26 |
| Octal | 257 | 54 | 21 | 0 | 113 | 132 | 37 | 12 | 122 | 46 |
| Binary | 10101111 | 101100 | 10001 | 0 | 1001011 | 1011010 | 11111 | 1010 | 1010010 | 100110 |
Color Harmonies of #AF2C11
Complementary color
Monochromatic Colors of #AF2C11
Black with #AF2C11
Text Example
Text Example
White with #AF2C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C11; }
p { color: rgb(175,44,17); }
H1.HeaderClassName
{
color: #AF2C11;
}
.AnyTagClassName
{
color: #AF2C11;
}
</style>
background-color css
<style>
a { background-color: #AF2C11; }
a { background-color: rgb(175,44,17); }
div.DivClassName
{
background-color: #AF2C11;
}
.BgClassName
{
background-color: #AF2C11;
}
</style>
border-color css
<style>
span { border-color: #AF2C11; }
span { border-color: rgb(175,44,17); }
td.TdClassName
{
border-color: #AF2C11;
}
.TagClassName
{
border-color: #AF2C11;
}
</style>