Shades of Fire Brick #AF1D0B
Tints of Fire Brick #AF1D0B
RGB
CMYK
RGB Variations
Color information
#AF1D0B (or 0xAF1D0B) is known color: Fire Brick. HEX triplet: AF, 1D and 0B. RGB value is (175,29,11). Sum of RGB (Red+Green+Blue) = 175+29+11=215 (28% of max value = 765). Red value is 175 (68.75% from 255 or 81.40% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1D0B is #50E2F4. Grayscale: #464646. Windows color (decimal): -5300981 or 728495. OLE color: 728495.
HSL color Cylindrical-coordinate representation of color #AF1D0B: hue angle of 6.59º degrees, saturation: 0.88, 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 #AF1D0B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 29 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.31 |
| HSL | 6.59º | 0.88% | 0.36% | - |
| HSV(B) | 6.59º | 0.94% | 0.69% | - |
| XYZ | 18.18 | 10.02 | 1.29 | - |
| YUV | 70.6 | 94.37 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 29 | 11 | 0 | 0.83 | 0.94 | 0.31 | 6.59 | 0.88 | 0.36 |
| Hex | AF | 1D | B | 0 | 53 | 5E | 1F | 7 | 58 | 24 |
| Octal | 257 | 35 | 13 | 0 | 123 | 136 | 37 | 7 | 130 | 44 |
| Binary | 10101111 | 11101 | 1011 | 0 | 1010011 | 1011110 | 11111 | 111 | 1011000 | 100100 |
Color Harmonies of #AF1D0B
Complementary color
Monochromatic Colors of #AF1D0B
Black with #AF1D0B
Text Example
Text Example
White with #AF1D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1D0B; }
p { color: rgb(175,29,11); }
H1.HeaderClassName
{
color: #AF1D0B;
}
.AnyTagClassName
{
color: #AF1D0B;
}
</style>
background-color css
<style>
a { background-color: #AF1D0B; }
a { background-color: rgb(175,29,11); }
div.DivClassName
{
background-color: #AF1D0B;
}
.BgClassName
{
background-color: #AF1D0B;
}
</style>
border-color css
<style>
span { border-color: #AF1D0B; }
span { border-color: rgb(175,29,11); }
td.TdClassName
{
border-color: #AF1D0B;
}
.TagClassName
{
border-color: #AF1D0B;
}
</style>