Shades of Fire Brick #AF1E0C
Tints of Fire Brick #AF1E0C
RGB
CMYK
RGB Variations
Color information
#AF1E0C (or 0xAF1E0C) is known color: Fire Brick. HEX triplet: AF, 1E and 0C. RGB value is (175,30,12). Sum of RGB (Red+Green+Blue) = 175+30+12=217 (28% of max value = 765). Red value is 175 (68.75% from 255 or 80.65% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E0C is #50E1F3. Grayscale: #474747. Windows color (decimal): -5300724 or 794287. OLE color: 794287.
HSL color Cylindrical-coordinate representation of color #AF1E0C: hue angle of 6.63º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF1E0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 12 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.31 |
| HSL | 6.63º | 0.87% | 0.37% | - |
| HSV(B) | 6.63º | 0.93% | 0.69% | - |
| XYZ | 18.21 | 10.07 | 1.33 | - |
| YUV | 71.3 | 94.54 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 12 | 0 | 0.83 | 0.93 | 0.31 | 6.63 | 0.87 | 0.37 |
| Hex | AF | 1E | C | 0 | 53 | 5D | 1F | 7 | 57 | 25 |
| Octal | 257 | 36 | 14 | 0 | 123 | 135 | 37 | 7 | 127 | 45 |
| Binary | 10101111 | 11110 | 1100 | 0 | 1010011 | 1011101 | 11111 | 111 | 1010111 | 100101 |
Color Harmonies of #AF1E0C
Complementary color
Monochromatic Colors of #AF1E0C
Black with #AF1E0C
Text Example
Text Example
White with #AF1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E0C; }
p { color: rgb(175,30,12); }
H1.HeaderClassName
{
color: #AF1E0C;
}
.AnyTagClassName
{
color: #AF1E0C;
}
</style>
background-color css
<style>
a { background-color: #AF1E0C; }
a { background-color: rgb(175,30,12); }
div.DivClassName
{
background-color: #AF1E0C;
}
.BgClassName
{
background-color: #AF1E0C;
}
</style>
border-color css
<style>
span { border-color: #AF1E0C; }
span { border-color: rgb(175,30,12); }
td.TdClassName
{
border-color: #AF1E0C;
}
.TagClassName
{
border-color: #AF1E0C;
}
</style>