Shades of Fire Brick #AF1F16
Tints of Fire Brick #AF1F16
RGB
CMYK
RGB Variations
Color information
#AF1F16 (or 0xAF1F16) is known color: Fire Brick. HEX triplet: AF, 1F and 16. RGB value is (175,31,22). Sum of RGB (Red+Green+Blue) = 175+31+22=228 (30% of max value = 765). Red value is 175 (68.75% from 255 or 76.75% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F16 is #50E0E9. Grayscale: #494949. Windows color (decimal): -5300458 or 1449903. OLE color: 1449903.
HSL color Cylindrical-coordinate representation of color #AF1F16: hue angle of 3.53º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AF1F16 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 22 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.31 |
| HSL | 3.53º | 0.78% | 0.39% | - |
| HSV(B) | 3.53º | 0.87% | 0.69% | - |
| XYZ | 18.31 | 10.15 | 1.75 | - |
| YUV | 73.03 | 99.21 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 22 | 0 | 0.82 | 0.87 | 0.31 | 3.53 | 0.78 | 0.39 |
| Hex | AF | 1F | 16 | 0 | 52 | 57 | 1F | 4 | 4E | 27 |
| Octal | 257 | 37 | 26 | 0 | 122 | 127 | 37 | 4 | 116 | 47 |
| Binary | 10101111 | 11111 | 10110 | 0 | 1010010 | 1010111 | 11111 | 100 | 1001110 | 100111 |
Color Harmonies of #AF1F16
Complementary color
Monochromatic Colors of #AF1F16
Black with #AF1F16
Text Example
Text Example
White with #AF1F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F16; }
p { color: rgb(175,31,22); }
H1.HeaderClassName
{
color: #AF1F16;
}
.AnyTagClassName
{
color: #AF1F16;
}
</style>
background-color css
<style>
a { background-color: #AF1F16; }
a { background-color: rgb(175,31,22); }
div.DivClassName
{
background-color: #AF1F16;
}
.BgClassName
{
background-color: #AF1F16;
}
</style>
border-color css
<style>
span { border-color: #AF1F16; }
span { border-color: rgb(175,31,22); }
td.TdClassName
{
border-color: #AF1F16;
}
.TagClassName
{
border-color: #AF1F16;
}
</style>