Shades of Fire Brick #AF2D1D
Tints of Fire Brick #AF2D1D
RGB
CMYK
RGB Variations
Color information
#AF2D1D (or 0xAF2D1D) is known color: Fire Brick. HEX triplet: AF, 2D and 1D. RGB value is (175,45,29). Sum of RGB (Red+Green+Blue) = 175+45+29=249 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.28% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D1D is #50D2E2. Grayscale: #525252. Windows color (decimal): -5296867 or 1912239. OLE color: 1912239.
HSL color Cylindrical-coordinate representation of color #AF2D1D: hue angle of 6.58º 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 #AF2D1D is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 29 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.31 |
| HSL | 6.58º | 0.72% | 0.4% | - |
| HSV(B) | 6.58º | 0.83% | 0.69% | - |
| XYZ | 18.84 | 11.08 | 2.31 | - |
| YUV | 82.05 | 98.07 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 29 | 0 | 0.74 | 0.83 | 0.31 | 6.58 | 0.72 | 0.4 |
| Hex | AF | 2D | 1D | 0 | 4A | 53 | 1F | 7 | 48 | 28 |
| Octal | 257 | 55 | 35 | 0 | 112 | 123 | 37 | 7 | 110 | 50 |
| Binary | 10101111 | 101101 | 11101 | 0 | 1001010 | 1010011 | 11111 | 111 | 1001000 | 101000 |
Color Harmonies of #AF2D1D
Complementary color
Monochromatic Colors of #AF2D1D
Black with #AF2D1D
Text Example
Text Example
White with #AF2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D1D; }
p { color: rgb(175,45,29); }
H1.HeaderClassName
{
color: #AF2D1D;
}
.AnyTagClassName
{
color: #AF2D1D;
}
</style>
background-color css
<style>
a { background-color: #AF2D1D; }
a { background-color: rgb(175,45,29); }
div.DivClassName
{
background-color: #AF2D1D;
}
.BgClassName
{
background-color: #AF2D1D;
}
</style>
border-color css
<style>
span { border-color: #AF2D1D; }
span { border-color: rgb(175,45,29); }
td.TdClassName
{
border-color: #AF2D1D;
}
.TagClassName
{
border-color: #AF2D1D;
}
</style>