Shades of Fire Brick #AF1B11
Tints of Fire Brick #AF1B11
RGB
CMYK
RGB Variations
Color information
#AF1B11 (or 0xAF1B11) is known color: Fire Brick. HEX triplet: AF, 1B and 11. RGB value is (175,27,17). Sum of RGB (Red+Green+Blue) = 175+27+17=219 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.91% from 219); Green value is 27 (10.94% from 255 or 12.33% from 219); Blue value is 17 (7.03% from 255 or 7.76% from 219); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1B11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1B11 is #50E4EE. Grayscale: #464646. Windows color (decimal): -5301487 or 1121199. OLE color: 1121199.
HSL color Cylindrical-coordinate representation of color #AF1B11: hue angle of 3.8º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF1B11 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 27 | 17 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.31 |
| HSL | 3.8º | 0.82% | 0.38% | - |
| HSV(B) | 3.8º | 0.9% | 0.69% | - |
| XYZ | 18.17 | 9.94 | 1.49 | - |
| YUV | 70.11 | 98.03 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 27 | 17 | 0 | 0.85 | 0.90 | 0.31 | 3.8 | 0.82 | 0.38 |
| Hex | AF | 1B | 11 | 0 | 55 | 5A | 1F | 4 | 52 | 26 |
| Octal | 257 | 33 | 21 | 0 | 125 | 132 | 37 | 4 | 122 | 46 |
| Binary | 10101111 | 11011 | 10001 | 0 | 1010101 | 1011010 | 11111 | 100 | 1010010 | 100110 |
Color Harmonies of #AF1B11
Complementary color
Monochromatic Colors of #AF1B11
Black with #AF1B11
Text Example
Text Example
White with #AF1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1B11; }
p { color: rgb(175,27,17); }
H1.HeaderClassName
{
color: #AF1B11;
}
.AnyTagClassName
{
color: #AF1B11;
}
</style>
background-color css
<style>
a { background-color: #AF1B11; }
a { background-color: rgb(175,27,17); }
div.DivClassName
{
background-color: #AF1B11;
}
.BgClassName
{
background-color: #AF1B11;
}
</style>
border-color css
<style>
span { border-color: #AF1B11; }
span { border-color: rgb(175,27,17); }
td.TdClassName
{
border-color: #AF1B11;
}
.TagClassName
{
border-color: #AF1B11;
}
</style>