Shades of Rust #BF4D17
Tints of Rust #BF4D17
RGB
CMYK
RGB Variations
Color information
#BF4D17 (or 0xBF4D17) is known color: Rust. HEX triplet: BF, 4D and 17. RGB value is (191,77,23). Sum of RGB (Red+Green+Blue) = 191+77+23=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D17 is #40B2E8. Grayscale: #696969. Windows color (decimal): -4240105 or 1527231. OLE color: 1527231.
HSL color Cylindrical-coordinate representation of color #BF4D17: hue angle of 19.29º 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 #BF4D17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.25 |
| HSL | 19.29º | 0.79% | 0.42% | - |
| HSV(B) | 19.29º | 0.88% | 0.75% | - |
| XYZ | 24.29 | 16.45 | 2.7 | - |
| YUV | 104.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 23 | 0 | 0.60 | 0.88 | 0.25 | 19.29 | 0.79 | 0.42 |
| Hex | BF | 4D | 17 | 0 | 3C | 58 | 19 | 13 | 4F | 2A |
| Octal | 277 | 115 | 27 | 0 | 74 | 130 | 31 | 23 | 117 | 52 |
| Binary | 10111111 | 1001101 | 10111 | 0 | 111100 | 1011000 | 11001 | 10011 | 1001111 | 101010 |
Color Harmonies of #BF4D17
Complementary color
Monochromatic Colors of #BF4D17
Black with #BF4D17
Text Example
Text Example
White with #BF4D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D17; }
p { color: rgb(191,77,23); }
H1.HeaderClassName
{
color: #BF4D17;
}
.AnyTagClassName
{
color: #BF4D17;
}
</style>
background-color css
<style>
a { background-color: #BF4D17; }
a { background-color: rgb(191,77,23); }
div.DivClassName
{
background-color: #BF4D17;
}
.BgClassName
{
background-color: #BF4D17;
}
</style>
border-color css
<style>
span { border-color: #BF4D17; }
span { border-color: rgb(191,77,23); }
td.TdClassName
{
border-color: #BF4D17;
}
.TagClassName
{
border-color: #BF4D17;
}
</style>