Shades of Fire Brick #AF100F
Tints of Fire Brick #AF100F
RGB
CMYK
RGB Variations
Color information
#AF100F (or 0xAF100F) is known color: Fire Brick. HEX triplet: AF, 10 and 0F. RGB value is (175,16,15). Sum of RGB (Red+Green+Blue) = 175+16+15=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 16 (6.64% from 255 or 7.77% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF100F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF100F is #50EFF0. Grayscale: #3F3F3F. Windows color (decimal): -5304305 or 987311. OLE color: 987311.
HSL color Cylindrical-coordinate representation of color #AF100F: hue angle of 0.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 #AF100F is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 16 | 15 | - |
| CMYK | 0 | 0.91 | 0.91 | 0.31 |
| HSL | 0.38º | 0.84% | 0.37% | - |
| HSV(B) | 0.38º | 0.91% | 0.69% | - |
| XYZ | 17.95 | 9.52 | 1.34 | - |
| YUV | 63.43 | 100.68 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 15 | 0 | 0.91 | 0.91 | 0.31 | 0.38 | 0.84 | 0.37 |
| Hex | AF | 10 | F | 0 | 5B | 5B | 1F | 0 | 54 | 25 |
| Octal | 257 | 20 | 17 | 0 | 133 | 133 | 37 | 0 | 124 | 45 |
| Binary | 10101111 | 10000 | 1111 | 0 | 1011011 | 1011011 | 11111 | 0 | 1010100 | 100101 |
Color Harmonies of #AF100F
Complementary color
Monochromatic Colors of #AF100F
Black with #AF100F
Text Example
Text Example
White with #AF100F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF100F; }
p { color: rgb(175,16,15); }
H1.HeaderClassName
{
color: #AF100F;
}
.AnyTagClassName
{
color: #AF100F;
}
</style>
background-color css
<style>
a { background-color: #AF100F; }
a { background-color: rgb(175,16,15); }
div.DivClassName
{
background-color: #AF100F;
}
.BgClassName
{
background-color: #AF100F;
}
</style>
border-color css
<style>
span { border-color: #AF100F; }
span { border-color: rgb(175,16,15); }
td.TdClassName
{
border-color: #AF100F;
}
.TagClassName
{
border-color: #AF100F;
}
</style>