Shades of Rust #BF4217
Tints of Rust #BF4217
RGB
CMYK
RGB Variations
Color information
#BF4217 (or 0xBF4217) is known color: Rust. HEX triplet: BF, 42 and 17. RGB value is (191,66,23). Sum of RGB (Red+Green+Blue) = 191+66+23=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4217 is #40BDE8. Grayscale: #626262. Windows color (decimal): -4242921 or 1524415. OLE color: 1524415.
HSL color Cylindrical-coordinate representation of color #BF4217: hue angle of 15.36º 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 #BF4217 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 23 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.25 |
| HSL | 15.36º | 0.79% | 0.42% | - |
| HSV(B) | 15.36º | 0.88% | 0.75% | - |
| XYZ | 23.59 | 15.03 | 2.47 | - |
| YUV | 98.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 23 | 0 | 0.65 | 0.88 | 0.25 | 15.36 | 0.79 | 0.42 |
| Hex | BF | 42 | 17 | 0 | 41 | 58 | 19 | F | 4F | 2A |
| Octal | 277 | 102 | 27 | 0 | 101 | 130 | 31 | 17 | 117 | 52 |
| Binary | 10111111 | 1000010 | 10111 | 0 | 1000001 | 1011000 | 11001 | 1111 | 1001111 | 101010 |
Color Harmonies of #BF4217
Complementary color
Monochromatic Colors of #BF4217
Black with #BF4217
Text Example
Text Example
White with #BF4217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4217; }
p { color: rgb(191,66,23); }
H1.HeaderClassName
{
color: #BF4217;
}
.AnyTagClassName
{
color: #BF4217;
}
</style>
background-color css
<style>
a { background-color: #BF4217; }
a { background-color: rgb(191,66,23); }
div.DivClassName
{
background-color: #BF4217;
}
.BgClassName
{
background-color: #BF4217;
}
</style>
border-color css
<style>
span { border-color: #BF4217; }
span { border-color: rgb(191,66,23); }
td.TdClassName
{
border-color: #BF4217;
}
.TagClassName
{
border-color: #BF4217;
}
</style>