Shades of Fire Brick #AF261A
Tints of Fire Brick #AF261A
RGB
CMYK
RGB Variations
Color information
#AF261A (or 0xAF261A) is known color: Fire Brick. HEX triplet: AF, 26 and 1A. RGB value is (175,38,26). Sum of RGB (Red+Green+Blue) = 175+38+26=239 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.22% from 239); Green value is 38 (15.23% from 255 or 15.90% from 239); Blue value is 26 (10.55% from 255 or 10.88% from 239); Max value from RGB is 175 - color contains mainly: red. Hex color #AF261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF261A is #50D9E5. Grayscale: #4D4D4D. Windows color (decimal): -5298662 or 1713839. OLE color: 1713839.
HSL color Cylindrical-coordinate representation of color #AF261A: hue angle of 4.83º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF261A is Cyan = 0, Magento = 0.78, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 26 | - |
| CMYK | 0 | 0.78 | 0.85 | 0.31 |
| HSL | 4.83º | 0.74% | 0.39% | - |
| HSV(B) | 4.83º | 0.85% | 0.69% | - |
| XYZ | 18.56 | 10.57 | 2.04 | - |
| YUV | 77.6 | 98.89 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 26 | 0 | 0.78 | 0.85 | 0.31 | 4.83 | 0.74 | 0.39 |
| Hex | AF | 26 | 1A | 0 | 4E | 55 | 1F | 5 | 4A | 27 |
| Octal | 257 | 46 | 32 | 0 | 116 | 125 | 37 | 5 | 112 | 47 |
| Binary | 10101111 | 100110 | 11010 | 0 | 1001110 | 1010101 | 11111 | 101 | 1001010 | 100111 |
Color Harmonies of #AF261A
Complementary color
Monochromatic Colors of #AF261A
Black with #AF261A
Text Example
Text Example
White with #AF261A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF261A; }
p { color: rgb(175,38,26); }
H1.HeaderClassName
{
color: #AF261A;
}
.AnyTagClassName
{
color: #AF261A;
}
</style>
background-color css
<style>
a { background-color: #AF261A; }
a { background-color: rgb(175,38,26); }
div.DivClassName
{
background-color: #AF261A;
}
.BgClassName
{
background-color: #AF261A;
}
</style>
border-color css
<style>
span { border-color: #AF261A; }
span { border-color: rgb(175,38,26); }
td.TdClassName
{
border-color: #AF261A;
}
.TagClassName
{
border-color: #AF261A;
}
</style>