Shades of Fire Brick #AF261C
Tints of Fire Brick #AF261C
RGB
CMYK
RGB Variations
Color information
#AF261C (or 0xAF261C) is known color: Fire Brick. HEX triplet: AF, 26 and 1C. RGB value is (175,38,28). Sum of RGB (Red+Green+Blue) = 175+38+28=241 (31% of max value = 765). Red value is 175 (68.75% from 255 or 72.61% from 241); Green value is 38 (15.23% from 255 or 15.77% from 241); Blue value is 28 (11.33% from 255 or 11.62% from 241); Max value from RGB is 175 - color contains mainly: red. Hex color #AF261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF261C is #50D9E3. Grayscale: #4E4E4E. Windows color (decimal): -5298660 or 1844911. OLE color: 1844911.
HSL color Cylindrical-coordinate representation of color #AF261C: hue angle of 4.08º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AF261C is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 28 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.31 |
| HSL | 4.08º | 0.72% | 0.4% | - |
| HSV(B) | 4.08º | 0.84% | 0.69% | - |
| XYZ | 18.58 | 10.58 | 2.16 | - |
| YUV | 77.82 | 99.89 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 28 | 0 | 0.78 | 0.84 | 0.31 | 4.08 | 0.72 | 0.4 |
| Hex | AF | 26 | 1C | 0 | 4E | 54 | 1F | 4 | 48 | 28 |
| Octal | 257 | 46 | 34 | 0 | 116 | 124 | 37 | 4 | 110 | 50 |
| Binary | 10101111 | 100110 | 11100 | 0 | 1001110 | 1010100 | 11111 | 100 | 1001000 | 101000 |
Color Harmonies of #AF261C
Complementary color
Monochromatic Colors of #AF261C
Black with #AF261C
Text Example
Text Example
White with #AF261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF261C; }
p { color: rgb(175,38,28); }
H1.HeaderClassName
{
color: #AF261C;
}
.AnyTagClassName
{
color: #AF261C;
}
</style>
background-color css
<style>
a { background-color: #AF261C; }
a { background-color: rgb(175,38,28); }
div.DivClassName
{
background-color: #AF261C;
}
.BgClassName
{
background-color: #AF261C;
}
</style>
border-color css
<style>
span { border-color: #AF261C; }
span { border-color: rgb(175,38,28); }
td.TdClassName
{
border-color: #AF261C;
}
.TagClassName
{
border-color: #AF261C;
}
</style>