Shades of Fire Brick #AF1E10
Tints of Fire Brick #AF1E10
RGB
CMYK
RGB Variations
Color information
#AF1E10 (or 0xAF1E10) is known color: Fire Brick. HEX triplet: AF, 1E and 10. RGB value is (175,30,16). Sum of RGB (Red+Green+Blue) = 175+30+16=221 (29% of max value = 765). Red value is 175 (68.75% from 255 or 79.19% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 16 (6.64% from 255 or 7.24% from 221); Max value from RGB is 175 - color contains mainly: red. Hex color #AF1E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AF1E10 is #50E1EF. Grayscale: #474747. Windows color (decimal): -5300720 or 1056431. OLE color: 1056431.
HSL color Cylindrical-coordinate representation of color #AF1E10: hue angle of 5.28º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF1E10 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 30 | 16 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.31 |
| HSL | 5.28º | 0.83% | 0.37% | - |
| HSV(B) | 5.28º | 0.91% | 0.69% | - |
| XYZ | 18.24 | 10.08 | 1.47 | - |
| YUV | 71.76 | 96.54 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 30 | 16 | 0 | 0.83 | 0.91 | 0.31 | 5.28 | 0.83 | 0.37 |
| Hex | AF | 1E | 10 | 0 | 53 | 5B | 1F | 5 | 53 | 25 |
| Octal | 257 | 36 | 20 | 0 | 123 | 133 | 37 | 5 | 123 | 45 |
| Binary | 10101111 | 11110 | 10000 | 0 | 1010011 | 1011011 | 11111 | 101 | 1010011 | 100101 |
Color Harmonies of #AF1E10
Complementary color
Monochromatic Colors of #AF1E10
Black with #AF1E10
Text Example
Text Example
White with #AF1E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1E10; }
p { color: rgb(175,30,16); }
H1.HeaderClassName
{
color: #AF1E10;
}
.AnyTagClassName
{
color: #AF1E10;
}
</style>
background-color css
<style>
a { background-color: #AF1E10; }
a { background-color: rgb(175,30,16); }
div.DivClassName
{
background-color: #AF1E10;
}
.BgClassName
{
background-color: #AF1E10;
}
</style>
border-color css
<style>
span { border-color: #AF1E10; }
span { border-color: rgb(175,30,16); }
td.TdClassName
{
border-color: #AF1E10;
}
.TagClassName
{
border-color: #AF1E10;
}
</style>