Shades of Rust #BF4613
Tints of Rust #BF4613
RGB
CMYK
RGB Variations
Color information
#BF4613 (or 0xBF4613) is known color: Rust. HEX triplet: BF, 46 and 13. RGB value is (191,70,19). Sum of RGB (Red+Green+Blue) = 191+70+19=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 70 (27.73% from 255 or 25% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4613 is #40B9EC. Grayscale: #646464. Windows color (decimal): -4241901 or 1263295. OLE color: 1263295.
HSL color Cylindrical-coordinate representation of color #BF4613: hue angle of 17.79º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4613 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.25 |
| HSL | 17.79º | 0.82% | 0.41% | - |
| HSV(B) | 17.79º | 0.9% | 0.75% | - |
| XYZ | 23.79 | 15.5 | 2.35 | - |
| YUV | 100.37 | 82.09 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 19 | 0 | 0.63 | 0.90 | 0.25 | 17.79 | 0.82 | 0.41 |
| Hex | BF | 46 | 13 | 0 | 3F | 5A | 19 | 12 | 52 | 29 |
| Octal | 277 | 106 | 23 | 0 | 77 | 132 | 31 | 22 | 122 | 51 |
| Binary | 10111111 | 1000110 | 10011 | 0 | 111111 | 1011010 | 11001 | 10010 | 1010010 | 101001 |
Color Harmonies of #BF4613
Complementary color
Monochromatic Colors of #BF4613
Black with #BF4613
Text Example
Text Example
White with #BF4613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4613; }
p { color: rgb(191,70,19); }
H1.HeaderClassName
{
color: #BF4613;
}
.AnyTagClassName
{
color: #BF4613;
}
</style>
background-color css
<style>
a { background-color: #BF4613; }
a { background-color: rgb(191,70,19); }
div.DivClassName
{
background-color: #BF4613;
}
.BgClassName
{
background-color: #BF4613;
}
</style>
border-color css
<style>
span { border-color: #BF4613; }
span { border-color: rgb(191,70,19); }
td.TdClassName
{
border-color: #BF4613;
}
.TagClassName
{
border-color: #BF4613;
}
</style>