Shades of Rust #BF3D15
Tints of Rust #BF3D15
RGB
CMYK
RGB Variations
Color information
#BF3D15 (or 0xBF3D15) is known color: Rust. HEX triplet: BF, 3D and 15. RGB value is (191,61,21). Sum of RGB (Red+Green+Blue) = 191+61+21=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3D15 is #40C2EA. Grayscale: #5F5F5F. Windows color (decimal): -4244203 or 1392063. OLE color: 1392063.
HSL color Cylindrical-coordinate representation of color #BF3D15: hue angle of 14.12º 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 #BF3D15 is Cyan = 0, Magento = 0.68, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 21 | - |
| CMYK | 0 | 0.68 | 0.89 | 0.25 |
| HSL | 14.12º | 0.8% | 0.42% | - |
| HSV(B) | 14.12º | 0.89% | 0.75% | - |
| XYZ | 23.29 | 14.47 | 2.27 | - |
| YUV | 95.31 | 86.07 | 196.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 21 | 0 | 0.68 | 0.89 | 0.25 | 14.12 | 0.8 | 0.42 |
| Hex | BF | 3D | 15 | 0 | 44 | 59 | 19 | E | 50 | 2A |
| Octal | 277 | 75 | 25 | 0 | 104 | 131 | 31 | 16 | 120 | 52 |
| Binary | 10111111 | 111101 | 10101 | 0 | 1000100 | 1011001 | 11001 | 1110 | 1010000 | 101010 |
Color Harmonies of #BF3D15
Complementary color
Monochromatic Colors of #BF3D15
Black with #BF3D15
Text Example
Text Example
White with #BF3D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D15; }
p { color: rgb(191,61,21); }
H1.HeaderClassName
{
color: #BF3D15;
}
.AnyTagClassName
{
color: #BF3D15;
}
</style>
background-color css
<style>
a { background-color: #BF3D15; }
a { background-color: rgb(191,61,21); }
div.DivClassName
{
background-color: #BF3D15;
}
.BgClassName
{
background-color: #BF3D15;
}
</style>
border-color css
<style>
span { border-color: #BF3D15; }
span { border-color: rgb(191,61,21); }
td.TdClassName
{
border-color: #BF3D15;
}
.TagClassName
{
border-color: #BF3D15;
}
</style>