Shades of Rust #BF4917
Tints of Rust #BF4917
RGB
CMYK
RGB Variations
Color information
#BF4917 (or 0xBF4917) is known color: Rust. HEX triplet: BF, 49 and 17. RGB value is (191,73,23). Sum of RGB (Red+Green+Blue) = 191+73+23=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 23 (9.38% from 255 or 8.01% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4917 is #40B6E8. Grayscale: #666666. Windows color (decimal): -4241129 or 1526207. OLE color: 1526207.
HSL color Cylindrical-coordinate representation of color #BF4917: hue angle of 17.86º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF4917 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 73 | 23 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.25 |
| HSL | 17.86º | 0.79% | 0.42% | - |
| HSV(B) | 17.86º | 0.88% | 0.75% | - |
| XYZ | 24.02 | 15.9 | 2.61 | - |
| YUV | 102.58 | 83.09 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 73 | 23 | 0 | 0.62 | 0.88 | 0.25 | 17.86 | 0.79 | 0.42 |
| Hex | BF | 49 | 17 | 0 | 3E | 58 | 19 | 12 | 4F | 2A |
| Octal | 277 | 111 | 27 | 0 | 76 | 130 | 31 | 22 | 117 | 52 |
| Binary | 10111111 | 1001001 | 10111 | 0 | 111110 | 1011000 | 11001 | 10010 | 1001111 | 101010 |
Color Harmonies of #BF4917
Complementary color
Monochromatic Colors of #BF4917
Black with #BF4917
Text Example
Text Example
White with #BF4917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4917; }
p { color: rgb(191,73,23); }
H1.HeaderClassName
{
color: #BF4917;
}
.AnyTagClassName
{
color: #BF4917;
}
</style>
background-color css
<style>
a { background-color: #BF4917; }
a { background-color: rgb(191,73,23); }
div.DivClassName
{
background-color: #BF4917;
}
.BgClassName
{
background-color: #BF4917;
}
</style>
border-color css
<style>
span { border-color: #BF4917; }
span { border-color: rgb(191,73,23); }
td.TdClassName
{
border-color: #BF4917;
}
.TagClassName
{
border-color: #BF4917;
}
</style>