Shades of Fire Brick #AF2D12
Tints of Fire Brick #AF2D12
RGB
CMYK
RGB Variations
Color information
#AF2D12 (or 0xAF2D12) is known color: Fire Brick. HEX triplet: AF, 2D and 12. RGB value is (175,45,18). Sum of RGB (Red+Green+Blue) = 175+45+18=238 (31% of max value = 765). Red value is 175 (68.75% from 255 or 73.53% from 238); Green value is 45 (17.97% from 255 or 18.91% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2D12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2D12 is #50D2ED. Grayscale: #515151. Windows color (decimal): -5296878 or 1191343. OLE color: 1191343.
HSL color Cylindrical-coordinate representation of color #AF2D12: hue angle of 10.32º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF2D12 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 45 | 18 | - |
| CMYK | 0 | 0.74 | 0.90 | 0.31 |
| HSL | 10.32º | 0.81% | 0.38% | - |
| HSV(B) | 10.32º | 0.9% | 0.69% | - |
| XYZ | 18.73 | 11.03 | 1.72 | - |
| YUV | 80.79 | 92.57 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 45 | 18 | 0 | 0.74 | 0.90 | 0.31 | 10.32 | 0.81 | 0.38 |
| Hex | AF | 2D | 12 | 0 | 4A | 5A | 1F | A | 51 | 26 |
| Octal | 257 | 55 | 22 | 0 | 112 | 132 | 37 | 12 | 121 | 46 |
| Binary | 10101111 | 101101 | 10010 | 0 | 1001010 | 1011010 | 11111 | 1010 | 1010001 | 100110 |
Color Harmonies of #AF2D12
Complementary color
Monochromatic Colors of #AF2D12
Black with #AF2D12
Text Example
Text Example
White with #AF2D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2D12; }
p { color: rgb(175,45,18); }
H1.HeaderClassName
{
color: #AF2D12;
}
.AnyTagClassName
{
color: #AF2D12;
}
</style>
background-color css
<style>
a { background-color: #AF2D12; }
a { background-color: rgb(175,45,18); }
div.DivClassName
{
background-color: #AF2D12;
}
.BgClassName
{
background-color: #AF2D12;
}
</style>
border-color css
<style>
span { border-color: #AF2D12; }
span { border-color: rgb(175,45,18); }
td.TdClassName
{
border-color: #AF2D12;
}
.TagClassName
{
border-color: #AF2D12;
}
</style>