Shades of Fire Brick #AF200A
Tints of Fire Brick #AF200A
RGB
CMYK
RGB Variations
Color information
#AF200A (or 0xAF200A) is known color: Fire Brick. HEX triplet: AF, 20 and 0A. RGB value is (175,32,10). Sum of RGB (Red+Green+Blue) = 175+32+10=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 10 (4.30% from 255 or 4.61% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF200A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF200A is #50DFF5. Grayscale: #484848. Windows color (decimal): -5300214 or 663727. OLE color: 663727.
HSL color Cylindrical-coordinate representation of color #AF200A: hue angle of 8º 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 #AF200A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.31 |
| HSL | 8º | 0.89% | 0.36% | - |
| HSV(B) | 8º | 0.94% | 0.69% | - |
| XYZ | 18.25 | 10.17 | 1.29 | - |
| YUV | 72.25 | 92.88 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 10 | 0 | 0.82 | 0.94 | 0.31 | 8 | 0.89 | 0.36 |
| Hex | AF | 20 | A | 0 | 52 | 5E | 1F | 8 | 59 | 24 |
| Octal | 257 | 40 | 12 | 0 | 122 | 136 | 37 | 10 | 131 | 44 |
| Binary | 10101111 | 100000 | 1010 | 0 | 1010010 | 1011110 | 11111 | 1000 | 1011001 | 100100 |
Color Harmonies of #AF200A
Complementary color
Monochromatic Colors of #AF200A
Black with #AF200A
Text Example
Text Example
White with #AF200A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF200A; }
p { color: rgb(175,32,10); }
H1.HeaderClassName
{
color: #AF200A;
}
.AnyTagClassName
{
color: #AF200A;
}
</style>
background-color css
<style>
a { background-color: #AF200A; }
a { background-color: rgb(175,32,10); }
div.DivClassName
{
background-color: #AF200A;
}
.BgClassName
{
background-color: #AF200A;
}
</style>
border-color css
<style>
span { border-color: #AF200A; }
span { border-color: rgb(175,32,10); }
td.TdClassName
{
border-color: #AF200A;
}
.TagClassName
{
border-color: #AF200A;
}
</style>