Shades of Fire Brick #AF280B
Tints of Fire Brick #AF280B
RGB
CMYK
RGB Variations
Color information
#AF280B (or 0xAF280B) is known color: Fire Brick. HEX triplet: AF, 28 and 0B. RGB value is (175,40,11). Sum of RGB (Red+Green+Blue) = 175+40+11=226 (29% of max value = 765). Red value is 175 (68.75% from 255 or 77.43% from 226); Green value is 40 (16.02% from 255 or 17.70% from 226); Blue value is 11 (4.69% from 255 or 4.87% from 226); Max value from RGB is 175 - color contains mainly: red. Hex color #AF280B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF280B is #50D7F4. Grayscale: #4D4D4D. Windows color (decimal): -5298165 or 731311. OLE color: 731311.
HSL color Cylindrical-coordinate representation of color #AF280B: hue angle of 10.61º degrees, saturation: 0.88, 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 #AF280B is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 11 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.31 |
| HSL | 10.61º | 0.88% | 0.36% | - |
| HSV(B) | 10.61º | 0.94% | 0.69% | - |
| XYZ | 18.5 | 10.66 | 1.4 | - |
| YUV | 77.06 | 90.73 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 11 | 0 | 0.77 | 0.94 | 0.31 | 10.61 | 0.88 | 0.36 |
| Hex | AF | 28 | B | 0 | 4D | 5E | 1F | B | 58 | 24 |
| Octal | 257 | 50 | 13 | 0 | 115 | 136 | 37 | 13 | 130 | 44 |
| Binary | 10101111 | 101000 | 1011 | 0 | 1001101 | 1011110 | 11111 | 1011 | 1011000 | 100100 |
Color Harmonies of #AF280B
Complementary color
Monochromatic Colors of #AF280B
Black with #AF280B
Text Example
Text Example
White with #AF280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF280B; }
p { color: rgb(175,40,11); }
H1.HeaderClassName
{
color: #AF280B;
}
.AnyTagClassName
{
color: #AF280B;
}
</style>
background-color css
<style>
a { background-color: #AF280B; }
a { background-color: rgb(175,40,11); }
div.DivClassName
{
background-color: #AF280B;
}
.BgClassName
{
background-color: #AF280B;
}
</style>
border-color css
<style>
span { border-color: #AF280B; }
span { border-color: rgb(175,40,11); }
td.TdClassName
{
border-color: #AF280B;
}
.TagClassName
{
border-color: #AF280B;
}
</style>