Shades of Fire Brick #AF2D1B
Tints of Fire Brick #AF2D1B
RGB
CMYK
RGB Variations
Color information
#AF2D1B (or 0xAF2D1B) is known color: Fire Brick. HEX triplet: AF, 2D and 1B. RGB value is (175,45,27). Sum of RGB (Red+Green+Blue) = 175+45+27=247 (32% of max value = 765). Red value is 175 (68.75% from 255 or 70.85% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 27 (10.94% from 255 or 10.93% from 247); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2D1B is #50D2E4. Grayscale: #525252. Windows color (decimal): -5296869 or 1781167. OLE color: 1781167.
HSL color Cylindrical-coordinate representation of color #AF2D1B: hue angle of 7.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AF2D1B is Cyan = 0, Magento = 0.74, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 27 | - |
| CMYK | 0 | 0.74 | 0.85 | 0.31 |
| HSL | 7.3º | 0.73% | 0.4% | - |
| HSV(B) | 7.3º | 0.85% | 0.69% | - |
| XYZ | 18.82 | 11.07 | 2.18 | - |
| YUV | 81.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 27 | 0 | 0.74 | 0.85 | 0.31 | 7.3 | 0.73 | 0.4 |
| Hex | AF | 2D | 1B | 0 | 4A | 55 | 1F | 7 | 49 | 28 |
| Octal | 257 | 55 | 33 | 0 | 112 | 125 | 37 | 7 | 111 | 50 |
| Binary | 10101111 | 101101 | 11011 | 0 | 1001010 | 1010101 | 11111 | 111 | 1001001 | 101000 |
Color Harmonies of #AF2D1B
Complementary color
Monochromatic Colors of #AF2D1B
Black with #AF2D1B
Text Example
Text Example
White with #AF2D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D1B; }
p { color: rgb(175,45,27); }
H1.HeaderClassName
{
color: #AF2D1B;
}
.AnyTagClassName
{
color: #AF2D1B;
}
</style>
background-color css
<style>
a { background-color: #AF2D1B; }
a { background-color: rgb(175,45,27); }
div.DivClassName
{
background-color: #AF2D1B;
}
.BgClassName
{
background-color: #AF2D1B;
}
</style>
border-color css
<style>
span { border-color: #AF2D1B; }
span { border-color: rgb(175,45,27); }
td.TdClassName
{
border-color: #AF2D1B;
}
.TagClassName
{
border-color: #AF2D1B;
}
</style>