Shades of Fire Brick #AF210B
Tints of Fire Brick #AF210B
RGB
CMYK
RGB Variations
Color information
#AF210B (or 0xAF210B) is known color: Fire Brick. HEX triplet: AF, 21 and 0B. RGB value is (175,33,11). Sum of RGB (Red+Green+Blue) = 175+33+11=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF210B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF210B is #50DEF4. Grayscale: #494949. Windows color (decimal): -5299957 or 729519. OLE color: 729519.
HSL color Cylindrical-coordinate representation of color #AF210B: hue angle of 8.05º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF210B is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 11 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.31 |
| HSL | 8.05º | 0.88% | 0.36% | - |
| HSV(B) | 8.05º | 0.94% | 0.69% | - |
| XYZ | 18.28 | 10.23 | 1.33 | - |
| YUV | 72.95 | 93.04 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 11 | 0 | 0.81 | 0.94 | 0.31 | 8.05 | 0.88 | 0.36 |
| Hex | AF | 21 | B | 0 | 51 | 5E | 1F | 8 | 58 | 24 |
| Octal | 257 | 41 | 13 | 0 | 121 | 136 | 37 | 10 | 130 | 44 |
| Binary | 10101111 | 100001 | 1011 | 0 | 1010001 | 1011110 | 11111 | 1000 | 1011000 | 100100 |
Color Harmonies of #AF210B
Complementary color
Monochromatic Colors of #AF210B
Black with #AF210B
Text Example
Text Example
White with #AF210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF210B; }
p { color: rgb(175,33,11); }
H1.HeaderClassName
{
color: #AF210B;
}
.AnyTagClassName
{
color: #AF210B;
}
</style>
background-color css
<style>
a { background-color: #AF210B; }
a { background-color: rgb(175,33,11); }
div.DivClassName
{
background-color: #AF210B;
}
.BgClassName
{
background-color: #AF210B;
}
</style>
border-color css
<style>
span { border-color: #AF210B; }
span { border-color: rgb(175,33,11); }
td.TdClassName
{
border-color: #AF210B;
}
.TagClassName
{
border-color: #AF210B;
}
</style>