Shades of Fire Brick #AF311D
Tints of Fire Brick #AF311D
RGB
CMYK
RGB Variations
Color information
#AF311D (or 0xAF311D) is known color: Fire Brick. HEX triplet: AF, 31 and 1D. RGB value is (175,49,29). Sum of RGB (Red+Green+Blue) = 175+49+29=253 (33% of max value = 765). Red value is 175 (68.75% from 255 or 69.17% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 29 (11.72% from 255 or 11.46% from 253); Max value from RGB is 175 - color contains mainly: red. Hex color #AF311D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF311D is #50CEE2. Grayscale: #545454. Windows color (decimal): -5295843 or 1913263. OLE color: 1913263.
HSL color Cylindrical-coordinate representation of color #AF311D: hue angle of 8.22º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AF311D is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 49 | 29 | - |
| CMYK | 0 | 0.72 | 0.83 | 0.31 |
| HSL | 8.22º | 0.72% | 0.4% | - |
| HSV(B) | 8.22º | 0.83% | 0.69% | - |
| XYZ | 19 | 11.4 | 2.36 | - |
| YUV | 84.39 | 96.74 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 49 | 29 | 0 | 0.72 | 0.83 | 0.31 | 8.22 | 0.72 | 0.4 |
| Hex | AF | 31 | 1D | 0 | 48 | 53 | 1F | 8 | 48 | 28 |
| Octal | 257 | 61 | 35 | 0 | 110 | 123 | 37 | 10 | 110 | 50 |
| Binary | 10101111 | 110001 | 11101 | 0 | 1001000 | 1010011 | 11111 | 1000 | 1001000 | 101000 |
Color Harmonies of #AF311D
Complementary color
Monochromatic Colors of #AF311D
Black with #AF311D
Text Example
Text Example
White with #AF311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF311D; }
p { color: rgb(175,49,29); }
H1.HeaderClassName
{
color: #AF311D;
}
.AnyTagClassName
{
color: #AF311D;
}
</style>
background-color css
<style>
a { background-color: #AF311D; }
a { background-color: rgb(175,49,29); }
div.DivClassName
{
background-color: #AF311D;
}
.BgClassName
{
background-color: #AF311D;
}
</style>
border-color css
<style>
span { border-color: #AF311D; }
span { border-color: rgb(175,49,29); }
td.TdClassName
{
border-color: #AF311D;
}
.TagClassName
{
border-color: #AF311D;
}
</style>