Shades of Fire Brick #AF1312
Tints of Fire Brick #AF1312
RGB
CMYK
RGB Variations
Color information
#AF1312 (or 0xAF1312) is known color: Fire Brick. HEX triplet: AF, 13 and 12. RGB value is (175,19,18). Sum of RGB (Red+Green+Blue) = 175+19+18=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 18 (7.42% from 255 or 8.49% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF1312 is #50ECED. Grayscale: #414141. Windows color (decimal): -5303534 or 1184687. OLE color: 1184687.
HSL color Cylindrical-coordinate representation of color #AF1312: hue angle of 0.38º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1312 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 19 | 18 | - |
| CMYK | 0 | 0.89 | 0.90 | 0.31 |
| HSL | 0.38º | 0.81% | 0.38% | - |
| HSV(B) | 0.38º | 0.9% | 0.69% | - |
| XYZ | 18.02 | 9.62 | 1.48 | - |
| YUV | 65.53 | 101.18 | 206.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 18 | 0 | 0.89 | 0.90 | 0.31 | 0.38 | 0.81 | 0.38 |
| Hex | AF | 13 | 12 | 0 | 59 | 5A | 1F | 0 | 51 | 26 |
| Octal | 257 | 23 | 22 | 0 | 131 | 132 | 37 | 0 | 121 | 46 |
| Binary | 10101111 | 10011 | 10010 | 0 | 1011001 | 1011010 | 11111 | 0 | 1010001 | 100110 |
Color Harmonies of #AF1312
Complementary color
Monochromatic Colors of #AF1312
Black with #AF1312
Text Example
Text Example
White with #AF1312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1312; }
p { color: rgb(175,19,18); }
H1.HeaderClassName
{
color: #AF1312;
}
.AnyTagClassName
{
color: #AF1312;
}
</style>
background-color css
<style>
a { background-color: #AF1312; }
a { background-color: rgb(175,19,18); }
div.DivClassName
{
background-color: #AF1312;
}
.BgClassName
{
background-color: #AF1312;
}
</style>
border-color css
<style>
span { border-color: #AF1312; }
span { border-color: rgb(175,19,18); }
td.TdClassName
{
border-color: #AF1312;
}
.TagClassName
{
border-color: #AF1312;
}
</style>