Shades of Rust #BF4315
Tints of Rust #BF4315
RGB
CMYK
RGB Variations
Color information
#BF4315 (or 0xBF4315) is known color: Rust. HEX triplet: BF, 43 and 15. RGB value is (191,67,21). Sum of RGB (Red+Green+Blue) = 191+67+21=279 (36% of max value = 765). Red value is 191 (75% from 255 or 68.46% from 279); Green value is 67 (26.56% from 255 or 24.01% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4315 is #40BCEA. Grayscale: #636363. Windows color (decimal): -4242667 or 1393599. OLE color: 1393599.
HSL color Cylindrical-coordinate representation of color #BF4315: hue angle of 16.24º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF4315 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 21 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.25 |
| HSL | 16.24º | 0.8% | 0.42% | - |
| HSV(B) | 16.24º | 0.89% | 0.75% | - |
| XYZ | 23.63 | 15.14 | 2.39 | - |
| YUV | 98.83 | 84.08 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 21 | 0 | 0.65 | 0.89 | 0.25 | 16.24 | 0.8 | 0.42 |
| Hex | BF | 43 | 15 | 0 | 41 | 59 | 19 | 10 | 50 | 2A |
| Octal | 277 | 103 | 25 | 0 | 101 | 131 | 31 | 20 | 120 | 52 |
| Binary | 10111111 | 1000011 | 10101 | 0 | 1000001 | 1011001 | 11001 | 10000 | 1010000 | 101010 |
Color Harmonies of #BF4315
Complementary color
Monochromatic Colors of #BF4315
Black with #BF4315
Text Example
Text Example
White with #BF4315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4315; }
p { color: rgb(191,67,21); }
H1.HeaderClassName
{
color: #BF4315;
}
.AnyTagClassName
{
color: #BF4315;
}
</style>
background-color css
<style>
a { background-color: #BF4315; }
a { background-color: rgb(191,67,21); }
div.DivClassName
{
background-color: #BF4315;
}
.BgClassName
{
background-color: #BF4315;
}
</style>
border-color css
<style>
span { border-color: #BF4315; }
span { border-color: rgb(191,67,21); }
td.TdClassName
{
border-color: #BF4315;
}
.TagClassName
{
border-color: #BF4315;
}
</style>