Shades of Fire Brick #AF2A26
Tints of Fire Brick #AF2A26
RGB
CMYK
RGB Variations
Color information
#AF2A26 (or 0xAF2A26) is known color: Fire Brick. HEX triplet: AF, 2A and 26. RGB value is (175,42,38). Sum of RGB (Red+Green+Blue) = 175+42+38=255 (33% of max value = 765). Red value is 175 (68.75% from 255 or 68.63% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 175 - color contains mainly: red. Hex color #AF2A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF2A26 is #50D5D9. Grayscale: #515151. Windows color (decimal): -5297626 or 2501295. OLE color: 2501295.
HSL color Cylindrical-coordinate representation of color #AF2A26: hue angle of 1.75º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF2A26 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 42 | 38 | - |
| CMYK | 0 | 0.76 | 0.78 | 0.31 |
| HSL | 1.75º | 0.64% | 0.42% | - |
| HSV(B) | 1.75º | 0.78% | 0.69% | - |
| XYZ | 18.86 | 10.91 | 2.95 | - |
| YUV | 81.31 | 103.56 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 42 | 38 | 0 | 0.76 | 0.78 | 0.31 | 1.75 | 0.64 | 0.42 |
| Hex | AF | 2A | 26 | 0 | 4C | 4E | 1F | 2 | 40 | 2A |
| Octal | 257 | 52 | 46 | 0 | 114 | 116 | 37 | 2 | 100 | 52 |
| Binary | 10101111 | 101010 | 100110 | 0 | 1001100 | 1001110 | 11111 | 10 | 1000000 | 101010 |
Color Harmonies of #AF2A26
Complementary color
Monochromatic Colors of #AF2A26
Black with #AF2A26
Text Example
Text Example
White with #AF2A26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF2A26; }
p { color: rgb(175,42,38); }
H1.HeaderClassName
{
color: #AF2A26;
}
.AnyTagClassName
{
color: #AF2A26;
}
</style>
background-color css
<style>
a { background-color: #AF2A26; }
a { background-color: rgb(175,42,38); }
div.DivClassName
{
background-color: #AF2A26;
}
.BgClassName
{
background-color: #AF2A26;
}
</style>
border-color css
<style>
span { border-color: #AF2A26; }
span { border-color: rgb(175,42,38); }
td.TdClassName
{
border-color: #AF2A26;
}
.TagClassName
{
border-color: #AF2A26;
}
</style>