Shades of Fire Brick #AF2B11
Tints of Fire Brick #AF2B11
RGB
CMYK
RGB Variations
Color information
#AF2B11 (or 0xAF2B11) is known color: Fire Brick. HEX triplet: AF, 2B and 11. RGB value is (175,43,17). Sum of RGB (Red+Green+Blue) = 175+43+17=235 (31% of max value = 765). Red value is 175 (68.75% from 255 or 74.47% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2B11 is #50D4EE. Grayscale: #4F4F4F. Windows color (decimal): -5297391 or 1125295. OLE color: 1125295.
HSL color Cylindrical-coordinate representation of color #AF2B11: hue angle of 9.87º 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 #AF2B11 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 43 | 17 | - |
| CMYK | 0 | 0.75 | 0.90 | 0.31 |
| HSL | 9.87º | 0.82% | 0.38% | - |
| HSV(B) | 9.87º | 0.9% | 0.69% | - |
| XYZ | 18.64 | 10.88 | 1.65 | - |
| YUV | 79.5 | 92.73 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 43 | 17 | 0 | 0.75 | 0.90 | 0.31 | 9.87 | 0.82 | 0.38 |
| Hex | AF | 2B | 11 | 0 | 4B | 5A | 1F | A | 52 | 26 |
| Octal | 257 | 53 | 21 | 0 | 113 | 132 | 37 | 12 | 122 | 46 |
| Binary | 10101111 | 101011 | 10001 | 0 | 1001011 | 1011010 | 11111 | 1010 | 1010010 | 100110 |
Color Harmonies of #AF2B11
Complementary color
Monochromatic Colors of #AF2B11
Black with #AF2B11
Text Example
Text Example
White with #AF2B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2B11; }
p { color: rgb(175,43,17); }
H1.HeaderClassName
{
color: #AF2B11;
}
.AnyTagClassName
{
color: #AF2B11;
}
</style>
background-color css
<style>
a { background-color: #AF2B11; }
a { background-color: rgb(175,43,17); }
div.DivClassName
{
background-color: #AF2B11;
}
.BgClassName
{
background-color: #AF2B11;
}
</style>
border-color css
<style>
span { border-color: #AF2B11; }
span { border-color: rgb(175,43,17); }
td.TdClassName
{
border-color: #AF2B11;
}
.TagClassName
{
border-color: #AF2B11;
}
</style>