Shades of Fire Brick #AF1F0A
Tints of Fire Brick #AF1F0A
RGB
CMYK
RGB Variations
Color information
#AF1F0A (or 0xAF1F0A) is known color: Fire Brick. HEX triplet: AF, 1F and 0A. RGB value is (175,31,10). Sum of RGB (Red+Green+Blue) = 175+31+10=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1F0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1F0A is #50E0F5. Grayscale: #474747. Windows color (decimal): -5300470 or 663471. OLE color: 663471.
HSL color Cylindrical-coordinate representation of color #AF1F0A: hue angle of 7.64º 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 #AF1F0A is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 31 | 10 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.31 |
| HSL | 7.64º | 0.89% | 0.36% | - |
| HSV(B) | 7.64º | 0.94% | 0.69% | - |
| XYZ | 18.22 | 10.12 | 1.28 | - |
| YUV | 71.66 | 93.21 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 31 | 10 | 0 | 0.82 | 0.94 | 0.31 | 7.64 | 0.89 | 0.36 |
| Hex | AF | 1F | A | 0 | 52 | 5E | 1F | 8 | 59 | 24 |
| Octal | 257 | 37 | 12 | 0 | 122 | 136 | 37 | 10 | 131 | 44 |
| Binary | 10101111 | 11111 | 1010 | 0 | 1010010 | 1011110 | 11111 | 1000 | 1011001 | 100100 |
Color Harmonies of #AF1F0A
Complementary color
Monochromatic Colors of #AF1F0A
Black with #AF1F0A
Text Example
Text Example
White with #AF1F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1F0A; }
p { color: rgb(175,31,10); }
H1.HeaderClassName
{
color: #AF1F0A;
}
.AnyTagClassName
{
color: #AF1F0A;
}
</style>
background-color css
<style>
a { background-color: #AF1F0A; }
a { background-color: rgb(175,31,10); }
div.DivClassName
{
background-color: #AF1F0A;
}
.BgClassName
{
background-color: #AF1F0A;
}
</style>
border-color css
<style>
span { border-color: #AF1F0A; }
span { border-color: rgb(175,31,10); }
td.TdClassName
{
border-color: #AF1F0A;
}
.TagClassName
{
border-color: #AF1F0A;
}
</style>