Shades of Fire Brick #AF280F
Tints of Fire Brick #AF280F
RGB
CMYK
RGB Variations
Color information
#AF280F (or 0xAF280F) is known color: Fire Brick. HEX triplet: AF, 28 and 0F. RGB value is (175,40,15). Sum of RGB (Red+Green+Blue) = 175+40+15=230 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.09% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 15 (6.25% from 255 or 6.52% from 230); Max value from RGB is 175 - color contains mainly: red. Hex color #AF280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF280F is #50D7F0. Grayscale: #4D4D4D. Windows color (decimal): -5298161 or 993455. OLE color: 993455.
HSL color Cylindrical-coordinate representation of color #AF280F: hue angle of 9.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF280F is Cyan = 0, Magento = 0.77, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 40 | 15 | - |
| CMYK | 0 | 0.77 | 0.91 | 0.31 |
| HSL | 9.38º | 0.84% | 0.37% | - |
| HSV(B) | 9.38º | 0.91% | 0.69% | - |
| XYZ | 18.52 | 10.67 | 1.53 | - |
| YUV | 77.52 | 92.73 | 197.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 40 | 15 | 0 | 0.77 | 0.91 | 0.31 | 9.38 | 0.84 | 0.37 |
| Hex | AF | 28 | F | 0 | 4D | 5B | 1F | 9 | 54 | 25 |
| Octal | 257 | 50 | 17 | 0 | 115 | 133 | 37 | 11 | 124 | 45 |
| Binary | 10101111 | 101000 | 1111 | 0 | 1001101 | 1011011 | 11111 | 1001 | 1010100 | 100101 |
Color Harmonies of #AF280F
Complementary color
Monochromatic Colors of #AF280F
Black with #AF280F
Text Example
Text Example
White with #AF280F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF280F; }
p { color: rgb(175,40,15); }
H1.HeaderClassName
{
color: #AF280F;
}
.AnyTagClassName
{
color: #AF280F;
}
</style>
background-color css
<style>
a { background-color: #AF280F; }
a { background-color: rgb(175,40,15); }
div.DivClassName
{
background-color: #AF280F;
}
.BgClassName
{
background-color: #AF280F;
}
</style>
border-color css
<style>
span { border-color: #AF280F; }
span { border-color: rgb(175,40,15); }
td.TdClassName
{
border-color: #AF280F;
}
.TagClassName
{
border-color: #AF280F;
}
</style>