Shades of Fire Brick #AF210A
Tints of Fire Brick #AF210A
RGB
CMYK
RGB Variations
Color information
#AF210A (or 0xAF210A) is known color: Fire Brick. HEX triplet: AF, 21 and 0A. RGB value is (175,33,10). Sum of RGB (Red+Green+Blue) = 175+33+10=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 10 (4.30% from 255 or 4.59% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF210A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF210A is #50DEF5. Grayscale: #494949. Windows color (decimal): -5299958 or 663983. OLE color: 663983.
HSL color Cylindrical-coordinate representation of color #AF210A: hue angle of 8.36º degrees, saturation: 0.89, 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 #AF210A is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 33 | 10 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.31 |
| HSL | 8.36º | 0.89% | 0.36% | - |
| HSV(B) | 8.36º | 0.94% | 0.69% | - |
| XYZ | 18.28 | 10.22 | 1.3 | - |
| YUV | 72.84 | 92.54 | 200.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 33 | 10 | 0 | 0.81 | 0.94 | 0.31 | 8.36 | 0.89 | 0.36 |
| Hex | AF | 21 | A | 0 | 51 | 5E | 1F | 8 | 59 | 24 |
| Octal | 257 | 41 | 12 | 0 | 121 | 136 | 37 | 10 | 131 | 44 |
| Binary | 10101111 | 100001 | 1010 | 0 | 1010001 | 1011110 | 11111 | 1000 | 1011001 | 100100 |
Color Harmonies of #AF210A
Complementary color
Monochromatic Colors of #AF210A
Black with #AF210A
Text Example
Text Example
White with #AF210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF210A; }
p { color: rgb(175,33,10); }
H1.HeaderClassName
{
color: #AF210A;
}
.AnyTagClassName
{
color: #AF210A;
}
</style>
background-color css
<style>
a { background-color: #AF210A; }
a { background-color: rgb(175,33,10); }
div.DivClassName
{
background-color: #AF210A;
}
.BgClassName
{
background-color: #AF210A;
}
</style>
border-color css
<style>
span { border-color: #AF210A; }
span { border-color: rgb(175,33,10); }
td.TdClassName
{
border-color: #AF210A;
}
.TagClassName
{
border-color: #AF210A;
}
</style>