Shades of Fire Brick #AF2A19
Tints of Fire Brick #AF2A19
RGB
CMYK
RGB Variations
Color information
#AF2A19 (or 0xAF2A19) is known color: Fire Brick. HEX triplet: AF, 2A and 19. RGB value is (175,42,25). Sum of RGB (Red+Green+Blue) = 175+42+25=242 (32% of max value = 765). Red value is 175 (68.75% from 255 or 72.31% from 242); Green value is 42 (16.80% from 255 or 17.36% from 242); Blue value is 25 (10.16% from 255 or 10.33% from 242); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF2A19 is #50D5E6. Grayscale: #505050. Windows color (decimal): -5297639 or 1649327. OLE color: 1649327.
HSL color Cylindrical-coordinate representation of color #AF2A19: hue angle of 6.8º degrees, saturation: 0.75, 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 #AF2A19 is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 25 | - |
| CMYK | 0 | 0.76 | 0.86 | 0.31 |
| HSL | 6.8º | 0.75% | 0.39% | - |
| HSV(B) | 6.8º | 0.86% | 0.69% | - |
| XYZ | 18.68 | 10.84 | 2.03 | - |
| YUV | 79.83 | 97.06 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 25 | 0 | 0.76 | 0.86 | 0.31 | 6.8 | 0.75 | 0.39 |
| Hex | AF | 2A | 19 | 0 | 4C | 56 | 1F | 7 | 4B | 27 |
| Octal | 257 | 52 | 31 | 0 | 114 | 126 | 37 | 7 | 113 | 47 |
| Binary | 10101111 | 101010 | 11001 | 0 | 1001100 | 1010110 | 11111 | 111 | 1001011 | 100111 |
Color Harmonies of #AF2A19
Complementary color
Monochromatic Colors of #AF2A19
Black with #AF2A19
Text Example
Text Example
White with #AF2A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A19; }
p { color: rgb(175,42,25); }
H1.HeaderClassName
{
color: #AF2A19;
}
.AnyTagClassName
{
color: #AF2A19;
}
</style>
background-color css
<style>
a { background-color: #AF2A19; }
a { background-color: rgb(175,42,25); }
div.DivClassName
{
background-color: #AF2A19;
}
.BgClassName
{
background-color: #AF2A19;
}
</style>
border-color css
<style>
span { border-color: #AF2A19; }
span { border-color: rgb(175,42,25); }
td.TdClassName
{
border-color: #AF2A19;
}
.TagClassName
{
border-color: #AF2A19;
}
</style>