Shades of Fire Brick #AF2C13
Tints of Fire Brick #AF2C13
RGB
CMYK
RGB Variations
Color information
#AF2C13 (or 0xAF2C13) is known color: Fire Brick. HEX triplet: AF, 2C and 13. RGB value is (175,44,19). Sum of RGB (Red+Green+Blue) = 175+44+19=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 44 (17.58% from 255 or 18.49% from 238); Blue value is 19 (7.81% from 255 or 7.98% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2C13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2C13 is #50D3EC. Grayscale: #505050. Windows color (decimal): -5297133 or 1256623. OLE color: 1256623.
HSL color Cylindrical-coordinate representation of color #AF2C13: hue angle of 9.62º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF2C13 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 44 | 19 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.31 |
| HSL | 9.62º | 0.8% | 0.38% | - |
| HSV(B) | 9.62º | 0.89% | 0.69% | - |
| XYZ | 18.7 | 10.96 | 1.75 | - |
| YUV | 80.32 | 93.4 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 44 | 19 | 0 | 0.75 | 0.89 | 0.31 | 9.62 | 0.8 | 0.38 |
| Hex | AF | 2C | 13 | 0 | 4B | 59 | 1F | A | 50 | 26 |
| Octal | 257 | 54 | 23 | 0 | 113 | 131 | 37 | 12 | 120 | 46 |
| Binary | 10101111 | 101100 | 10011 | 0 | 1001011 | 1011001 | 11111 | 1010 | 1010000 | 100110 |
Color Harmonies of #AF2C13
Complementary color
Monochromatic Colors of #AF2C13
Black with #AF2C13
Text Example
Text Example
White with #AF2C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2C13; }
p { color: rgb(175,44,19); }
H1.HeaderClassName
{
color: #AF2C13;
}
.AnyTagClassName
{
color: #AF2C13;
}
</style>
background-color css
<style>
a { background-color: #AF2C13; }
a { background-color: rgb(175,44,19); }
div.DivClassName
{
background-color: #AF2C13;
}
.BgClassName
{
background-color: #AF2C13;
}
</style>
border-color css
<style>
span { border-color: #AF2C13; }
span { border-color: rgb(175,44,19); }
td.TdClassName
{
border-color: #AF2C13;
}
.TagClassName
{
border-color: #AF2C13;
}
</style>