Shades of Fire Brick #AF240C
Tints of Fire Brick #AF240C
RGB
CMYK
RGB Variations
Color information
#AF240C (or 0xAF240C) is known color: Fire Brick. HEX triplet: AF, 24 and 0C. RGB value is (175,36,12). Sum of RGB (Red+Green+Blue) = 175+36+12=223 (29% of max value = 765). Red value is 175 (68.75% from 255 or 78.48% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 175 - color contains mainly: red. Hex color #AF240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF240C is #50DBF3. Grayscale: #4B4B4B. Windows color (decimal): -5299188 or 795823. OLE color: 795823.
HSL color Cylindrical-coordinate representation of color #AF240C: hue angle of 8.83º 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 #AF240C is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 36 | 12 | - |
| CMYK | 0 | 0.79 | 0.93 | 0.31 |
| HSL | 8.83º | 0.87% | 0.37% | - |
| HSV(B) | 8.83º | 0.93% | 0.69% | - |
| XYZ | 18.38 | 10.4 | 1.39 | - |
| YUV | 74.83 | 92.55 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 36 | 12 | 0 | 0.79 | 0.93 | 0.31 | 8.83 | 0.87 | 0.37 |
| Hex | AF | 24 | C | 0 | 4F | 5D | 1F | 9 | 57 | 25 |
| Octal | 257 | 44 | 14 | 0 | 117 | 135 | 37 | 11 | 127 | 45 |
| Binary | 10101111 | 100100 | 1100 | 0 | 1001111 | 1011101 | 11111 | 1001 | 1010111 | 100101 |
Color Harmonies of #AF240C
Complementary color
Monochromatic Colors of #AF240C
Black with #AF240C
Text Example
Text Example
White with #AF240C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF240C; }
p { color: rgb(175,36,12); }
H1.HeaderClassName
{
color: #AF240C;
}
.AnyTagClassName
{
color: #AF240C;
}
</style>
background-color css
<style>
a { background-color: #AF240C; }
a { background-color: rgb(175,36,12); }
div.DivClassName
{
background-color: #AF240C;
}
.BgClassName
{
background-color: #AF240C;
}
</style>
border-color css
<style>
span { border-color: #AF240C; }
span { border-color: rgb(175,36,12); }
td.TdClassName
{
border-color: #AF240C;
}
.TagClassName
{
border-color: #AF240C;
}
</style>