Shades of Fire Brick #AF1C0A
Tints of Fire Brick #AF1C0A
RGB
CMYK
RGB Variations
Color information
#AF1C0A (or 0xAF1C0A) is known color: Fire Brick. HEX triplet: AF, 1C and 0A. RGB value is (175,28,10). Sum of RGB (Red+Green+Blue) = 175+28+10=213 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.16% from 213); Green value is 28 (11.33% from 255 or 13.15% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1C0A is #50E3F5. Grayscale: #464646. Windows color (decimal): -5301238 or 662703. OLE color: 662703.
HSL color Cylindrical-coordinate representation of color #AF1C0A: hue angle of 6.55º degrees, saturation: 0.89, 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 #AF1C0A is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 28 | 10 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.31 |
| HSL | 6.55º | 0.89% | 0.36% | - |
| HSV(B) | 6.55º | 0.94% | 0.69% | - |
| XYZ | 18.15 | 9.97 | 1.25 | - |
| YUV | 69.9 | 94.2 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 28 | 10 | 0 | 0.84 | 0.94 | 0.31 | 6.55 | 0.89 | 0.36 |
| Hex | AF | 1C | A | 0 | 54 | 5E | 1F | 7 | 59 | 24 |
| Octal | 257 | 34 | 12 | 0 | 124 | 136 | 37 | 7 | 131 | 44 |
| Binary | 10101111 | 11100 | 1010 | 0 | 1010100 | 1011110 | 11111 | 111 | 1011001 | 100100 |
Color Harmonies of #AF1C0A
Complementary color
Monochromatic Colors of #AF1C0A
Black with #AF1C0A
Text Example
Text Example
White with #AF1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1C0A; }
p { color: rgb(175,28,10); }
H1.HeaderClassName
{
color: #AF1C0A;
}
.AnyTagClassName
{
color: #AF1C0A;
}
</style>
background-color css
<style>
a { background-color: #AF1C0A; }
a { background-color: rgb(175,28,10); }
div.DivClassName
{
background-color: #AF1C0A;
}
.BgClassName
{
background-color: #AF1C0A;
}
</style>
border-color css
<style>
span { border-color: #AF1C0A; }
span { border-color: rgb(175,28,10); }
td.TdClassName
{
border-color: #AF1C0A;
}
.TagClassName
{
border-color: #AF1C0A;
}
</style>