Shades of Rust #BF4E17
Tints of Rust #BF4E17
RGB
CMYK
RGB Variations
Color information
#BF4E17 (or 0xBF4E17) is known color: Rust. HEX triplet: BF, 4E and 17. RGB value is (191,78,23). Sum of RGB (Red+Green+Blue) = 191+78+23=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 78 (30.86% from 255 or 26.71% from 292); Blue value is 23 (9.38% from 255 or 7.88% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4E17 is #40B1E8. Grayscale: #696969. Windows color (decimal): -4239849 or 1527487. OLE color: 1527487.
HSL color Cylindrical-coordinate representation of color #BF4E17: hue angle of 19.64º 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 #BF4E17 is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 78 | 23 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.25 |
| HSL | 19.64º | 0.79% | 0.42% | - |
| HSV(B) | 19.64º | 0.88% | 0.75% | - |
| XYZ | 24.36 | 16.59 | 2.73 | - |
| YUV | 105.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 78 | 23 | 0 | 0.59 | 0.88 | 0.25 | 19.64 | 0.79 | 0.42 |
| Hex | BF | 4E | 17 | 0 | 3B | 58 | 19 | 14 | 4F | 2A |
| Octal | 277 | 116 | 27 | 0 | 73 | 130 | 31 | 24 | 117 | 52 |
| Binary | 10111111 | 1001110 | 10111 | 0 | 111011 | 1011000 | 11001 | 10100 | 1001111 | 101010 |
Color Harmonies of #BF4E17
Complementary color
Monochromatic Colors of #BF4E17
Black with #BF4E17
Text Example
Text Example
White with #BF4E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4E17; }
p { color: rgb(191,78,23); }
H1.HeaderClassName
{
color: #BF4E17;
}
.AnyTagClassName
{
color: #BF4E17;
}
</style>
background-color css
<style>
a { background-color: #BF4E17; }
a { background-color: rgb(191,78,23); }
div.DivClassName
{
background-color: #BF4E17;
}
.BgClassName
{
background-color: #BF4E17;
}
</style>
border-color css
<style>
span { border-color: #BF4E17; }
span { border-color: rgb(191,78,23); }
td.TdClassName
{
border-color: #BF4E17;
}
.TagClassName
{
border-color: #BF4E17;
}
</style>