Shades of Fire Brick #AF140B
Tints of Fire Brick #AF140B
RGB
CMYK
RGB Variations
Color information
#AF140B (or 0xAF140B) is known color: Fire Brick. HEX triplet: AF, 14 and 0B. RGB value is (175,20,11). Sum of RGB (Red+Green+Blue) = 175+20+11=206 (27% of max value = 765). Red value is 175 (68.75% from 255 or 84.95% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 11 (4.69% from 255 or 5.34% from 206); Max value from RGB is 175 - color contains mainly: red. Hex color #AF140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF140B is #50EBF4. Grayscale: #414141. Windows color (decimal): -5303285 or 726191. OLE color: 726191.
HSL color Cylindrical-coordinate representation of color #AF140B: hue angle of 3.29º 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 #AF140B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 20 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.31 |
| HSL | 3.29º | 0.88% | 0.36% | - |
| HSV(B) | 3.29º | 0.94% | 0.69% | - |
| XYZ | 17.99 | 9.64 | 1.23 | - |
| YUV | 65.32 | 97.35 | 206.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 20 | 11 | 0 | 0.89 | 0.94 | 0.31 | 3.29 | 0.88 | 0.36 |
| Hex | AF | 14 | B | 0 | 59 | 5E | 1F | 3 | 58 | 24 |
| Octal | 257 | 24 | 13 | 0 | 131 | 136 | 37 | 3 | 130 | 44 |
| Binary | 10101111 | 10100 | 1011 | 0 | 1011001 | 1011110 | 11111 | 11 | 1011000 | 100100 |
Color Harmonies of #AF140B
Complementary color
Monochromatic Colors of #AF140B
Black with #AF140B
Text Example
Text Example
White with #AF140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF140B; }
p { color: rgb(175,20,11); }
H1.HeaderClassName
{
color: #AF140B;
}
.AnyTagClassName
{
color: #AF140B;
}
</style>
background-color css
<style>
a { background-color: #AF140B; }
a { background-color: rgb(175,20,11); }
div.DivClassName
{
background-color: #AF140B;
}
.BgClassName
{
background-color: #AF140B;
}
</style>
border-color css
<style>
span { border-color: #AF140B; }
span { border-color: rgb(175,20,11); }
td.TdClassName
{
border-color: #AF140B;
}
.TagClassName
{
border-color: #AF140B;
}
</style>