Shades of Fire Brick #AF2020
Tints of Fire Brick #AF2020
RGB
CMYK
RGB Variations
Color information
#AF2020 (or 0xAF2020) is known color: Fire Brick. HEX triplet: AF, 20 and 20. RGB value is (175,32,32). Sum of RGB (Red+Green+Blue) = 175+32+32=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 32 (12.89% from 255 or 13.39% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2020 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2020 is #50DFDF. Grayscale: #4A4A4A. Windows color (decimal): -5300192 or 2105519. OLE color: 2105519.
HSL color Cylindrical-coordinate representation of color #AF2020: hue angle of 0º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AF2020 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 32 | 32 | - |
| CMYK | 0 | 0.82 | 0.82 | 0.31 |
| HSL | 0º | 0.69% | 0.41% | - |
| HSV(B) | 0º | 0.82% | 0.69% | - |
| XYZ | 18.46 | 10.25 | 2.37 | - |
| YUV | 74.76 | 103.88 | 199.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 32 | 32 | 0 | 0.82 | 0.82 | 0.31 | 0 | 0.69 | 0.41 |
| Hex | AF | 20 | 20 | 0 | 52 | 52 | 1F | 0 | 45 | 29 |
| Octal | 257 | 40 | 40 | 0 | 122 | 122 | 37 | 0 | 105 | 51 |
| Binary | 10101111 | 100000 | 100000 | 0 | 1010010 | 1010010 | 11111 | 0 | 1000101 | 101001 |
Color Harmonies of #AF2020
Complementary color
Monochromatic Colors of #AF2020
Black with #AF2020
Text Example
Text Example
White with #AF2020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2020; }
p { color: rgb(175,32,32); }
H1.HeaderClassName
{
color: #AF2020;
}
.AnyTagClassName
{
color: #AF2020;
}
</style>
background-color css
<style>
a { background-color: #AF2020; }
a { background-color: rgb(175,32,32); }
div.DivClassName
{
background-color: #AF2020;
}
.BgClassName
{
background-color: #AF2020;
}
</style>
border-color css
<style>
span { border-color: #AF2020; }
span { border-color: rgb(175,32,32); }
td.TdClassName
{
border-color: #AF2020;
}
.TagClassName
{
border-color: #AF2020;
}
</style>