Shades of Fire Brick #AF1F0B
Tints of Fire Brick #AF1F0B
RGB
CMYK
RGB Variations
Color information
#AF1F0B (or 0xAF1F0B) is known color: Fire Brick. HEX triplet: AF, 1F and 0B. RGB value is (175,31,11). Sum of RGB (Red+Green+Blue) = 175+31+11=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 31 (12.5% from 255 or 14.29% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F0B is #50E0F4. Grayscale: #474747. Windows color (decimal): -5300469 or 729007. OLE color: 729007.
HSL color Cylindrical-coordinate representation of color #AF1F0B: hue angle of 7.32º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF1F0B is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 11 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.31 |
| HSL | 7.32º | 0.88% | 0.36% | - |
| HSV(B) | 7.32º | 0.94% | 0.69% | - |
| XYZ | 18.23 | 10.12 | 1.31 | - |
| YUV | 71.78 | 93.71 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 11 | 0 | 0.82 | 0.94 | 0.31 | 7.32 | 0.88 | 0.36 |
| Hex | AF | 1F | B | 0 | 52 | 5E | 1F | 7 | 58 | 24 |
| Octal | 257 | 37 | 13 | 0 | 122 | 136 | 37 | 7 | 130 | 44 |
| Binary | 10101111 | 11111 | 1011 | 0 | 1010010 | 1011110 | 11111 | 111 | 1011000 | 100100 |
Color Harmonies of #AF1F0B
Complementary color
Monochromatic Colors of #AF1F0B
Black with #AF1F0B
Text Example
Text Example
White with #AF1F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F0B; }
p { color: rgb(175,31,11); }
H1.HeaderClassName
{
color: #AF1F0B;
}
.AnyTagClassName
{
color: #AF1F0B;
}
</style>
background-color css
<style>
a { background-color: #AF1F0B; }
a { background-color: rgb(175,31,11); }
div.DivClassName
{
background-color: #AF1F0B;
}
.BgClassName
{
background-color: #AF1F0B;
}
</style>
border-color css
<style>
span { border-color: #AF1F0B; }
span { border-color: rgb(175,31,11); }
td.TdClassName
{
border-color: #AF1F0B;
}
.TagClassName
{
border-color: #AF1F0B;
}
</style>