Shades of Fire Brick #AF2E18
Tints of Fire Brick #AF2E18
RGB
CMYK
RGB Variations
Color information
#AF2E18 (or 0xAF2E18) is known color: Fire Brick. HEX triplet: AF, 2E and 18. RGB value is (175,46,24). Sum of RGB (Red+Green+Blue) = 175+46+24=245 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.43% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2E18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2E18 is #50D1E7. Grayscale: #525252. Windows color (decimal): -5296616 or 1584815. OLE color: 1584815.
HSL color Cylindrical-coordinate representation of color #AF2E18: hue angle of 8.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF2E18 is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 46 | 24 | - |
| CMYK | 0 | 0.74 | 0.86 | 0.31 |
| HSL | 8.74º | 0.76% | 0.39% | - |
| HSV(B) | 8.74º | 0.86% | 0.69% | - |
| XYZ | 18.82 | 11.13 | 2.02 | - |
| YUV | 82.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 46 | 24 | 0 | 0.74 | 0.86 | 0.31 | 8.74 | 0.76 | 0.39 |
| Hex | AF | 2E | 18 | 0 | 4A | 56 | 1F | 9 | 4C | 27 |
| Octal | 257 | 56 | 30 | 0 | 112 | 126 | 37 | 11 | 114 | 47 |
| Binary | 10101111 | 101110 | 11000 | 0 | 1001010 | 1010110 | 11111 | 1001 | 1001100 | 100111 |
Color Harmonies of #AF2E18
Complementary color
Monochromatic Colors of #AF2E18
Black with #AF2E18
Text Example
Text Example
White with #AF2E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2E18; }
p { color: rgb(175,46,24); }
H1.HeaderClassName
{
color: #AF2E18;
}
.AnyTagClassName
{
color: #AF2E18;
}
</style>
background-color css
<style>
a { background-color: #AF2E18; }
a { background-color: rgb(175,46,24); }
div.DivClassName
{
background-color: #AF2E18;
}
.BgClassName
{
background-color: #AF2E18;
}
</style>
border-color css
<style>
span { border-color: #AF2E18; }
span { border-color: rgb(175,46,24); }
td.TdClassName
{
border-color: #AF2E18;
}
.TagClassName
{
border-color: #AF2E18;
}
</style>