Shades of Fire Brick #AF1D0C
Tints of Fire Brick #AF1D0C
RGB
CMYK
RGB Variations
Color information
#AF1D0C (or 0xAF1D0C) is known color: Fire Brick. HEX triplet: AF, 1D and 0C. RGB value is (175,29,12). Sum of RGB (Red+Green+Blue) = 175+29+12=216 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.02% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 12 (5.08% from 255 or 5.56% from 216); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D0C is #50E2F3. Grayscale: #464646. Windows color (decimal): -5300980 or 794031. OLE color: 794031.
HSL color Cylindrical-coordinate representation of color #AF1D0C: hue angle of 6.26º 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 #AF1D0C is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 12 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.31 |
| HSL | 6.26º | 0.87% | 0.37% | - |
| HSV(B) | 6.26º | 0.93% | 0.69% | - |
| XYZ | 18.18 | 10.02 | 1.32 | - |
| YUV | 70.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 12 | 0 | 0.83 | 0.93 | 0.31 | 6.26 | 0.87 | 0.37 |
| Hex | AF | 1D | C | 0 | 53 | 5D | 1F | 6 | 57 | 25 |
| Octal | 257 | 35 | 14 | 0 | 123 | 135 | 37 | 6 | 127 | 45 |
| Binary | 10101111 | 11101 | 1100 | 0 | 1010011 | 1011101 | 11111 | 110 | 1010111 | 100101 |
Color Harmonies of #AF1D0C
Complementary color
Monochromatic Colors of #AF1D0C
Black with #AF1D0C
Text Example
Text Example
White with #AF1D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D0C; }
p { color: rgb(175,29,12); }
H1.HeaderClassName
{
color: #AF1D0C;
}
.AnyTagClassName
{
color: #AF1D0C;
}
</style>
background-color css
<style>
a { background-color: #AF1D0C; }
a { background-color: rgb(175,29,12); }
div.DivClassName
{
background-color: #AF1D0C;
}
.BgClassName
{
background-color: #AF1D0C;
}
</style>
border-color css
<style>
span { border-color: #AF1D0C; }
span { border-color: rgb(175,29,12); }
td.TdClassName
{
border-color: #AF1D0C;
}
.TagClassName
{
border-color: #AF1D0C;
}
</style>