Shades of Fire Brick #AF200B
Tints of Fire Brick #AF200B
RGB
CMYK
RGB Variations
Color information
#AF200B (or 0xAF200B) is known color: Fire Brick. HEX triplet: AF, 20 and 0B. RGB value is (175,32,11). Sum of RGB (Red+Green+Blue) = 175+32+11=218 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.28% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 175 - color contains mainly: red. Hex color #AF200B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF200B is #50DFF4. Grayscale: #484848. Windows color (decimal): -5300213 or 729263. OLE color: 729263.
HSL color Cylindrical-coordinate representation of color #AF200B: hue angle of 7.68º 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 #AF200B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.31 |
| HSL | 7.68º | 0.88% | 0.36% | - |
| HSV(B) | 7.68º | 0.94% | 0.69% | - |
| XYZ | 18.26 | 10.17 | 1.32 | - |
| YUV | 72.36 | 93.38 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 11 | 0 | 0.82 | 0.94 | 0.31 | 7.68 | 0.88 | 0.36 |
| Hex | AF | 20 | B | 0 | 52 | 5E | 1F | 8 | 58 | 24 |
| Octal | 257 | 40 | 13 | 0 | 122 | 136 | 37 | 10 | 130 | 44 |
| Binary | 10101111 | 100000 | 1011 | 0 | 1010010 | 1011110 | 11111 | 1000 | 1011000 | 100100 |
Color Harmonies of #AF200B
Complementary color
Monochromatic Colors of #AF200B
Black with #AF200B
Text Example
Text Example
White with #AF200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF200B; }
p { color: rgb(175,32,11); }
H1.HeaderClassName
{
color: #AF200B;
}
.AnyTagClassName
{
color: #AF200B;
}
</style>
background-color css
<style>
a { background-color: #AF200B; }
a { background-color: rgb(175,32,11); }
div.DivClassName
{
background-color: #AF200B;
}
.BgClassName
{
background-color: #AF200B;
}
</style>
border-color css
<style>
span { border-color: #AF200B; }
span { border-color: rgb(175,32,11); }
td.TdClassName
{
border-color: #AF200B;
}
.TagClassName
{
border-color: #AF200B;
}
</style>