Shades of Rust #BF4815
Tints of Rust #BF4815
RGB
CMYK
RGB Variations
Color information
#BF4815 (or 0xBF4815) is known color: Rust. HEX triplet: BF, 48 and 15. RGB value is (191,72,21). Sum of RGB (Red+Green+Blue) = 191+72+21=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 72 (28.52% from 255 or 25.35% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4815 is #40B7EA. Grayscale: #666666. Windows color (decimal): -4241387 or 1394879. OLE color: 1394879.
HSL color Cylindrical-coordinate representation of color #BF4815: hue angle of 18º 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 #BF4815 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 21 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.25 |
| HSL | 18º | 0.8% | 0.42% | - |
| HSV(B) | 18º | 0.89% | 0.75% | - |
| XYZ | 23.94 | 15.77 | 2.49 | - |
| YUV | 101.77 | 82.42 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 21 | 0 | 0.62 | 0.89 | 0.25 | 18 | 0.8 | 0.42 |
| Hex | BF | 48 | 15 | 0 | 3E | 59 | 19 | 12 | 50 | 2A |
| Octal | 277 | 110 | 25 | 0 | 76 | 131 | 31 | 22 | 120 | 52 |
| Binary | 10111111 | 1001000 | 10101 | 0 | 111110 | 1011001 | 11001 | 10010 | 1010000 | 101010 |
Color Harmonies of #BF4815
Complementary color
Monochromatic Colors of #BF4815
Black with #BF4815
Text Example
Text Example
White with #BF4815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4815; }
p { color: rgb(191,72,21); }
H1.HeaderClassName
{
color: #BF4815;
}
.AnyTagClassName
{
color: #BF4815;
}
</style>
background-color css
<style>
a { background-color: #BF4815; }
a { background-color: rgb(191,72,21); }
div.DivClassName
{
background-color: #BF4815;
}
.BgClassName
{
background-color: #BF4815;
}
</style>
border-color css
<style>
span { border-color: #BF4815; }
span { border-color: rgb(191,72,21); }
td.TdClassName
{
border-color: #BF4815;
}
.TagClassName
{
border-color: #BF4815;
}
</style>