Shades of Fire Brick #AF2620
Tints of Fire Brick #AF2620
RGB
CMYK
RGB Variations
Color information
#AF2620 (or 0xAF2620) is known color: Fire Brick. HEX triplet: AF, 26 and 20. RGB value is (175,38,32). Sum of RGB (Red+Green+Blue) = 175+38+32=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 32 (12.89% from 255 or 13.06% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2620 is #50D9DF. Grayscale: #4E4E4E. Windows color (decimal): -5298656 or 2107055. OLE color: 2107055.
HSL color Cylindrical-coordinate representation of color #AF2620: hue angle of 2.52º 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 #AF2620 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 32 | - |
| CMYK | 0 | 0.78 | 0.82 | 0.31 |
| HSL | 2.52º | 0.69% | 0.41% | - |
| HSV(B) | 2.52º | 0.82% | 0.69% | - |
| XYZ | 18.63 | 10.6 | 2.43 | - |
| YUV | 78.28 | 101.89 | 196.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 32 | 0 | 0.78 | 0.82 | 0.31 | 2.52 | 0.69 | 0.41 |
| Hex | AF | 26 | 20 | 0 | 4E | 52 | 1F | 3 | 45 | 29 |
| Octal | 257 | 46 | 40 | 0 | 116 | 122 | 37 | 3 | 105 | 51 |
| Binary | 10101111 | 100110 | 100000 | 0 | 1001110 | 1010010 | 11111 | 11 | 1000101 | 101001 |
Color Harmonies of #AF2620
Complementary color
Monochromatic Colors of #AF2620
Black with #AF2620
Text Example
Text Example
White with #AF2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2620; }
p { color: rgb(175,38,32); }
H1.HeaderClassName
{
color: #AF2620;
}
.AnyTagClassName
{
color: #AF2620;
}
</style>
background-color css
<style>
a { background-color: #AF2620; }
a { background-color: rgb(175,38,32); }
div.DivClassName
{
background-color: #AF2620;
}
.BgClassName
{
background-color: #AF2620;
}
</style>
border-color css
<style>
span { border-color: #AF2620; }
span { border-color: rgb(175,38,32); }
td.TdClassName
{
border-color: #AF2620;
}
.TagClassName
{
border-color: #AF2620;
}
</style>