Shades of Fire Brick #AF260A
Tints of Fire Brick #AF260A
RGB
CMYK
RGB Variations
Color information
#AF260A (or 0xAF260A) is known color: Fire Brick. HEX triplet: AF, 26 and 0A. RGB value is (175,38,10). Sum of RGB (Red+Green+Blue) = 175+38+10=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 38 (15.23% from 255 or 17.04% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF260A is #50D9F5. Grayscale: #4C4C4C. Windows color (decimal): -5298678 or 665263. OLE color: 665263.
HSL color Cylindrical-coordinate representation of color #AF260A: hue angle of 10.18º 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 #AF260A is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 10 | - |
| CMYK | 0 | 0.78 | 0.94 | 0.31 |
| HSL | 10.18º | 0.89% | 0.36% | - |
| HSV(B) | 10.18º | 0.94% | 0.69% | - |
| XYZ | 18.43 | 10.52 | 1.35 | - |
| YUV | 75.77 | 90.89 | 198.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 10 | 0 | 0.78 | 0.94 | 0.31 | 10.18 | 0.89 | 0.36 |
| Hex | AF | 26 | A | 0 | 4E | 5E | 1F | A | 59 | 24 |
| Octal | 257 | 46 | 12 | 0 | 116 | 136 | 37 | 12 | 131 | 44 |
| Binary | 10101111 | 100110 | 1010 | 0 | 1001110 | 1011110 | 11111 | 1010 | 1011001 | 100100 |
Color Harmonies of #AF260A
Complementary color
Monochromatic Colors of #AF260A
Black with #AF260A
Text Example
Text Example
White with #AF260A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF260A; }
p { color: rgb(175,38,10); }
H1.HeaderClassName
{
color: #AF260A;
}
.AnyTagClassName
{
color: #AF260A;
}
</style>
background-color css
<style>
a { background-color: #AF260A; }
a { background-color: rgb(175,38,10); }
div.DivClassName
{
background-color: #AF260A;
}
.BgClassName
{
background-color: #AF260A;
}
</style>
border-color css
<style>
span { border-color: #AF260A; }
span { border-color: rgb(175,38,10); }
td.TdClassName
{
border-color: #AF260A;
}
.TagClassName
{
border-color: #AF260A;
}
</style>