Shades of Fire Brick #AF2A0E
Tints of Fire Brick #AF2A0E
RGB
CMYK
RGB Variations
Color information
#AF2A0E (or 0xAF2A0E) is known color: Fire Brick. HEX triplet: AF, 2A and 0E. RGB value is (175,42,14). Sum of RGB (Red+Green+Blue) = 175+42+14=231 (30% of max value = 765). Red value is 175 (68.75% from 255 or 75.76% from 231); Green value is 42 (16.80% from 255 or 18.18% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A0E is #50D5F1. Grayscale: #4E4E4E. Windows color (decimal): -5297650 or 928431. OLE color: 928431.
HSL color Cylindrical-coordinate representation of color #AF2A0E: hue angle of 10.43º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF2A0E is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 14 | - |
| CMYK | 0 | 0.76 | 0.92 | 0.31 |
| HSL | 10.43º | 0.85% | 0.37% | - |
| HSV(B) | 10.43º | 0.92% | 0.69% | - |
| XYZ | 18.59 | 10.8 | 1.52 | - |
| YUV | 78.58 | 91.56 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 14 | 0 | 0.76 | 0.92 | 0.31 | 10.43 | 0.85 | 0.37 |
| Hex | AF | 2A | E | 0 | 4C | 5C | 1F | A | 55 | 25 |
| Octal | 257 | 52 | 16 | 0 | 114 | 134 | 37 | 12 | 125 | 45 |
| Binary | 10101111 | 101010 | 1110 | 0 | 1001100 | 1011100 | 11111 | 1010 | 1010101 | 100101 |
Color Harmonies of #AF2A0E
Complementary color
Monochromatic Colors of #AF2A0E
Black with #AF2A0E
Text Example
Text Example
White with #AF2A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A0E; }
p { color: rgb(175,42,14); }
H1.HeaderClassName
{
color: #AF2A0E;
}
.AnyTagClassName
{
color: #AF2A0E;
}
</style>
background-color css
<style>
a { background-color: #AF2A0E; }
a { background-color: rgb(175,42,14); }
div.DivClassName
{
background-color: #AF2A0E;
}
.BgClassName
{
background-color: #AF2A0E;
}
</style>
border-color css
<style>
span { border-color: #AF2A0E; }
span { border-color: rgb(175,42,14); }
td.TdClassName
{
border-color: #AF2A0E;
}
.TagClassName
{
border-color: #AF2A0E;
}
</style>