Shades of Fire Brick #AF1D06
Tints of Fire Brick #AF1D06
RGB
CMYK
RGB Variations
Color information
#AF1D06 (or 0xAF1D06) is known color: Fire Brick. HEX triplet: AF, 1D and 06. RGB value is (175,29,6). Sum of RGB (Red+Green+Blue) = 175+29+6=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D06 is #50E2F9. Grayscale: #464646. Windows color (decimal): -5300986 or 400815. OLE color: 400815.
HSL color Cylindrical-coordinate representation of color #AF1D06: hue angle of 8.17º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF1D06 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 6 | - |
| CMYK | 0 | 0.83 | 0.97 | 0.31 |
| HSL | 8.17º | 0.93% | 0.35% | - |
| HSV(B) | 8.17º | 0.97% | 0.69% | - |
| XYZ | 18.15 | 10.01 | 1.15 | - |
| YUV | 70.03 | 91.87 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 6 | 0 | 0.83 | 0.97 | 0.31 | 8.17 | 0.93 | 0.35 |
| Hex | AF | 1D | 6 | 0 | 53 | 61 | 1F | 8 | 5D | 23 |
| Octal | 257 | 35 | 6 | 0 | 123 | 141 | 37 | 10 | 135 | 43 |
| Binary | 10101111 | 11101 | 110 | 0 | 1010011 | 1100001 | 11111 | 1000 | 1011101 | 100011 |
Color Harmonies of #AF1D06
Complementary color
Monochromatic Colors of #AF1D06
Black with #AF1D06
Text Example
Text Example
White with #AF1D06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D06; }
p { color: rgb(175,29,6); }
H1.HeaderClassName
{
color: #AF1D06;
}
.AnyTagClassName
{
color: #AF1D06;
}
</style>
background-color css
<style>
a { background-color: #AF1D06; }
a { background-color: rgb(175,29,6); }
div.DivClassName
{
background-color: #AF1D06;
}
.BgClassName
{
background-color: #AF1D06;
}
</style>
border-color css
<style>
span { border-color: #AF1D06; }
span { border-color: rgb(175,29,6); }
td.TdClassName
{
border-color: #AF1D06;
}
.TagClassName
{
border-color: #AF1D06;
}
</style>