Shades of Fire Brick #AF130B
Tints of Fire Brick #AF130B
RGB
CMYK
RGB Variations
Color information
#AF130B (or 0xAF130B) is known color: Fire Brick. HEX triplet: AF, 13 and 0B. RGB value is (175,19,11). Sum of RGB (Red+Green+Blue) = 175+19+11=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 11 (4.69% from 255 or 5.37% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF130B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF130B is #50ECF4. Grayscale: #404040. Windows color (decimal): -5303541 or 725935. OLE color: 725935.
HSL color Cylindrical-coordinate representation of color #AF130B: hue angle of 2.93º 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 #AF130B is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 11 | - |
| CMYK | 0 | 0.89 | 0.94 | 0.31 |
| HSL | 2.93º | 0.88% | 0.36% | - |
| HSV(B) | 2.93º | 0.94% | 0.69% | - |
| XYZ | 17.97 | 9.6 | 1.22 | - |
| YUV | 64.73 | 97.68 | 206.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 11 | 0 | 0.89 | 0.94 | 0.31 | 2.93 | 0.88 | 0.36 |
| Hex | AF | 13 | B | 0 | 59 | 5E | 1F | 3 | 58 | 24 |
| Octal | 257 | 23 | 13 | 0 | 131 | 136 | 37 | 3 | 130 | 44 |
| Binary | 10101111 | 10011 | 1011 | 0 | 1011001 | 1011110 | 11111 | 11 | 1011000 | 100100 |
Color Harmonies of #AF130B
Complementary color
Monochromatic Colors of #AF130B
Black with #AF130B
Text Example
Text Example
White with #AF130B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF130B; }
p { color: rgb(175,19,11); }
H1.HeaderClassName
{
color: #AF130B;
}
.AnyTagClassName
{
color: #AF130B;
}
</style>
background-color css
<style>
a { background-color: #AF130B; }
a { background-color: rgb(175,19,11); }
div.DivClassName
{
background-color: #AF130B;
}
.BgClassName
{
background-color: #AF130B;
}
</style>
border-color css
<style>
span { border-color: #AF130B; }
span { border-color: rgb(175,19,11); }
td.TdClassName
{
border-color: #AF130B;
}
.TagClassName
{
border-color: #AF130B;
}
</style>