Shades of Fire Brick #AF1710
Tints of Fire Brick #AF1710
RGB
CMYK
RGB Variations
Color information
#AF1710 (or 0xAF1710) is known color: Fire Brick. HEX triplet: AF, 17 and 10. RGB value is (175,23,16). Sum of RGB (Red+Green+Blue) = 175+23+16=214 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.78% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1710 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1710 is #50E8EF. Grayscale: #434343. Windows color (decimal): -5302512 or 1054639. OLE color: 1054639.
HSL color Cylindrical-coordinate representation of color #AF1710: hue angle of 2.64º degrees, saturation: 0.83, 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 #AF1710 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 23 | 16 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.31 |
| HSL | 2.64º | 0.83% | 0.37% | - |
| HSV(B) | 2.64º | 0.91% | 0.69% | - |
| XYZ | 18.08 | 9.76 | 1.42 | - |
| YUV | 67.65 | 98.86 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 16 | 0 | 0.87 | 0.91 | 0.31 | 2.64 | 0.83 | 0.37 |
| Hex | AF | 17 | 10 | 0 | 57 | 5B | 1F | 3 | 53 | 25 |
| Octal | 257 | 27 | 20 | 0 | 127 | 133 | 37 | 3 | 123 | 45 |
| Binary | 10101111 | 10111 | 10000 | 0 | 1010111 | 1011011 | 11111 | 11 | 1010011 | 100101 |
Color Harmonies of #AF1710
Complementary color
Monochromatic Colors of #AF1710
Black with #AF1710
Text Example
Text Example
White with #AF1710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1710; }
p { color: rgb(175,23,16); }
H1.HeaderClassName
{
color: #AF1710;
}
.AnyTagClassName
{
color: #AF1710;
}
</style>
background-color css
<style>
a { background-color: #AF1710; }
a { background-color: rgb(175,23,16); }
div.DivClassName
{
background-color: #AF1710;
}
.BgClassName
{
background-color: #AF1710;
}
</style>
border-color css
<style>
span { border-color: #AF1710; }
span { border-color: rgb(175,23,16); }
td.TdClassName
{
border-color: #AF1710;
}
.TagClassName
{
border-color: #AF1710;
}
</style>