Shades of Fire Brick #AF1F10
Tints of Fire Brick #AF1F10
RGB
CMYK
RGB Variations
Color information
#AF1F10 (or 0xAF1F10) is known color: Fire Brick. HEX triplet: AF, 1F and 10. RGB value is (175,31,16). Sum of RGB (Red+Green+Blue) = 175+31+16=222 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.83% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 16 (6.64% from 255 or 7.21% from 222); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F10 is #50E0EF. Grayscale: #484848. Windows color (decimal): -5300464 or 1056687. OLE color: 1056687.
HSL color Cylindrical-coordinate representation of color #AF1F10: hue angle of 5.66º 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 #AF1F10 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 16 | - |
| CMYK | 0 | 0.82 | 0.91 | 0.31 |
| HSL | 5.66º | 0.83% | 0.37% | - |
| HSV(B) | 5.66º | 0.91% | 0.69% | - |
| XYZ | 18.26 | 10.13 | 1.48 | - |
| YUV | 72.35 | 96.21 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 16 | 0 | 0.82 | 0.91 | 0.31 | 5.66 | 0.83 | 0.37 |
| Hex | AF | 1F | 10 | 0 | 52 | 5B | 1F | 6 | 53 | 25 |
| Octal | 257 | 37 | 20 | 0 | 122 | 133 | 37 | 6 | 123 | 45 |
| Binary | 10101111 | 11111 | 10000 | 0 | 1010010 | 1011011 | 11111 | 110 | 1010011 | 100101 |
Color Harmonies of #AF1F10
Complementary color
Monochromatic Colors of #AF1F10
Black with #AF1F10
Text Example
Text Example
White with #AF1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F10; }
p { color: rgb(175,31,16); }
H1.HeaderClassName
{
color: #AF1F10;
}
.AnyTagClassName
{
color: #AF1F10;
}
</style>
background-color css
<style>
a { background-color: #AF1F10; }
a { background-color: rgb(175,31,16); }
div.DivClassName
{
background-color: #AF1F10;
}
.BgClassName
{
background-color: #AF1F10;
}
</style>
border-color css
<style>
span { border-color: #AF1F10; }
span { border-color: rgb(175,31,16); }
td.TdClassName
{
border-color: #AF1F10;
}
.TagClassName
{
border-color: #AF1F10;
}
</style>