Shades of Rust #BF3A10
Tints of Rust #BF3A10
RGB
CMYK
RGB Variations
Color information
#BF3A10 (or 0xBF3A10) is known color: Rust. HEX triplet: BF, 3A and 10. RGB value is (191,58,16). Sum of RGB (Red+Green+Blue) = 191+58+16=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A10 is #40C5EF. Grayscale: #5D5D5D. Windows color (decimal): -4244976 or 1063615. OLE color: 1063615.
HSL color Cylindrical-coordinate representation of color #BF3A10: hue angle of 14.4º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF3A10 is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 16 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.25 |
| HSL | 14.4º | 0.85% | 0.41% | - |
| HSV(B) | 14.4º | 0.92% | 0.75% | - |
| XYZ | 23.09 | 14.14 | 2 | - |
| YUV | 92.98 | 84.56 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 16 | 0 | 0.70 | 0.92 | 0.25 | 14.4 | 0.85 | 0.41 |
| Hex | BF | 3A | 10 | 0 | 46 | 5C | 19 | E | 55 | 29 |
| Octal | 277 | 72 | 20 | 0 | 106 | 134 | 31 | 16 | 125 | 51 |
| Binary | 10111111 | 111010 | 10000 | 0 | 1000110 | 1011100 | 11001 | 1110 | 1010101 | 101001 |
Color Harmonies of #BF3A10
Complementary color
Monochromatic Colors of #BF3A10
Black with #BF3A10
Text Example
Text Example
White with #BF3A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A10; }
p { color: rgb(191,58,16); }
H1.HeaderClassName
{
color: #BF3A10;
}
.AnyTagClassName
{
color: #BF3A10;
}
</style>
background-color css
<style>
a { background-color: #BF3A10; }
a { background-color: rgb(191,58,16); }
div.DivClassName
{
background-color: #BF3A10;
}
.BgClassName
{
background-color: #BF3A10;
}
</style>
border-color css
<style>
span { border-color: #BF3A10; }
span { border-color: rgb(191,58,16); }
td.TdClassName
{
border-color: #BF3A10;
}
.TagClassName
{
border-color: #BF3A10;
}
</style>