Shades of Fire Brick #AF261D
Tints of Fire Brick #AF261D
RGB
CMYK
RGB Variations
Color information
#AF261D (or 0xAF261D) is known color: Fire Brick. HEX triplet: AF, 26 and 1D. RGB value is (175,38,29). Sum of RGB (Red+Green+Blue) = 175+38+29=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 38 (15.23% from 255 or 15.70% from 242); Blue value is 29 (11.72% from 255 or 11.98% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF261D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF261D is #50D9E2. Grayscale: #4E4E4E. Windows color (decimal): -5298659 or 1910447. OLE color: 1910447.
HSL color Cylindrical-coordinate representation of color #AF261D: hue angle of 3.7º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF261D is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 38 | 29 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.31 |
| HSL | 3.7º | 0.72% | 0.4% | - |
| HSV(B) | 3.7º | 0.83% | 0.69% | - |
| XYZ | 18.59 | 10.59 | 2.23 | - |
| YUV | 77.94 | 100.39 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 38 | 29 | 0 | 0.78 | 0.83 | 0.31 | 3.7 | 0.72 | 0.4 |
| Hex | AF | 26 | 1D | 0 | 4E | 53 | 1F | 4 | 48 | 28 |
| Octal | 257 | 46 | 35 | 0 | 116 | 123 | 37 | 4 | 110 | 50 |
| Binary | 10101111 | 100110 | 11101 | 0 | 1001110 | 1010011 | 11111 | 100 | 1001000 | 101000 |
Color Harmonies of #AF261D
Complementary color
Monochromatic Colors of #AF261D
Black with #AF261D
Text Example
Text Example
White with #AF261D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF261D; }
p { color: rgb(175,38,29); }
H1.HeaderClassName
{
color: #AF261D;
}
.AnyTagClassName
{
color: #AF261D;
}
</style>
background-color css
<style>
a { background-color: #AF261D; }
a { background-color: rgb(175,38,29); }
div.DivClassName
{
background-color: #AF261D;
}
.BgClassName
{
background-color: #AF261D;
}
</style>
border-color css
<style>
span { border-color: #AF261D; }
span { border-color: rgb(175,38,29); }
td.TdClassName
{
border-color: #AF261D;
}
.TagClassName
{
border-color: #AF261D;
}
</style>