Shades of Fire Brick #AF2A1B
Tints of Fire Brick #AF2A1B
RGB
CMYK
RGB Variations
Color information
#AF2A1B (or 0xAF2A1B) is known color: Fire Brick. HEX triplet: AF, 2A and 1B. RGB value is (175,42,27). Sum of RGB (Red+Green+Blue) = 175+42+27=244 (32% of max value = 765). Red value is 175 (68.75% from 255 or 71.72% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A1B is #50D5E4. Grayscale: #505050. Windows color (decimal): -5297637 or 1780399. OLE color: 1780399.
HSL color Cylindrical-coordinate representation of color #AF2A1B: hue angle of 6.08º 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 #AF2A1B is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 27 | - |
| CMYK | 0 | 0.76 | 0.85 | 0.31 |
| HSL | 6.08º | 0.73% | 0.4% | - |
| HSV(B) | 6.08º | 0.85% | 0.69% | - |
| XYZ | 18.7 | 10.85 | 2.15 | - |
| YUV | 80.06 | 98.06 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 27 | 0 | 0.76 | 0.85 | 0.31 | 6.08 | 0.73 | 0.4 |
| Hex | AF | 2A | 1B | 0 | 4C | 55 | 1F | 6 | 49 | 28 |
| Octal | 257 | 52 | 33 | 0 | 114 | 125 | 37 | 6 | 111 | 50 |
| Binary | 10101111 | 101010 | 11011 | 0 | 1001100 | 1010101 | 11111 | 110 | 1001001 | 101000 |
Color Harmonies of #AF2A1B
Complementary color
Monochromatic Colors of #AF2A1B
Black with #AF2A1B
Text Example
Text Example
White with #AF2A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A1B; }
p { color: rgb(175,42,27); }
H1.HeaderClassName
{
color: #AF2A1B;
}
.AnyTagClassName
{
color: #AF2A1B;
}
</style>
background-color css
<style>
a { background-color: #AF2A1B; }
a { background-color: rgb(175,42,27); }
div.DivClassName
{
background-color: #AF2A1B;
}
.BgClassName
{
background-color: #AF2A1B;
}
</style>
border-color css
<style>
span { border-color: #AF2A1B; }
span { border-color: rgb(175,42,27); }
td.TdClassName
{
border-color: #AF2A1B;
}
.TagClassName
{
border-color: #AF2A1B;
}
</style>