Shades of Fire Brick #AF1A0B
Tints of Fire Brick #AF1A0B
RGB
CMYK
RGB Variations
Color information
#AF1A0B (or 0xAF1A0B) is known color: Fire Brick. HEX triplet: AF, 1A and 0B. RGB value is (175,26,11). Sum of RGB (Red+Green+Blue) = 175+26+11=212 (28% of max value = 765). Red value is 175 (68.75% from 255 or 82.55% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1A0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1A0B is #50E5F4. Grayscale: #454545. Windows color (decimal): -5301749 or 727727. OLE color: 727727.
HSL color Cylindrical-coordinate representation of color #AF1A0B: hue angle of 5.49º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF1A0B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 26 | 11 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.31 |
| HSL | 5.49º | 0.88% | 0.36% | - |
| HSV(B) | 5.49º | 0.94% | 0.69% | - |
| XYZ | 18.11 | 9.88 | 1.27 | - |
| YUV | 68.84 | 95.36 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 11 | 0 | 0.85 | 0.94 | 0.31 | 5.49 | 0.88 | 0.36 |
| Hex | AF | 1A | B | 0 | 55 | 5E | 1F | 5 | 58 | 24 |
| Octal | 257 | 32 | 13 | 0 | 125 | 136 | 37 | 5 | 130 | 44 |
| Binary | 10101111 | 11010 | 1011 | 0 | 1010101 | 1011110 | 11111 | 101 | 1011000 | 100100 |
Color Harmonies of #AF1A0B
Complementary color
Monochromatic Colors of #AF1A0B
Black with #AF1A0B
Text Example
Text Example
White with #AF1A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1A0B; }
p { color: rgb(175,26,11); }
H1.HeaderClassName
{
color: #AF1A0B;
}
.AnyTagClassName
{
color: #AF1A0B;
}
</style>
background-color css
<style>
a { background-color: #AF1A0B; }
a { background-color: rgb(175,26,11); }
div.DivClassName
{
background-color: #AF1A0B;
}
.BgClassName
{
background-color: #AF1A0B;
}
</style>
border-color css
<style>
span { border-color: #AF1A0B; }
span { border-color: rgb(175,26,11); }
td.TdClassName
{
border-color: #AF1A0B;
}
.TagClassName
{
border-color: #AF1A0B;
}
</style>