Shades of Rust #BF3D14
Tints of Rust #BF3D14
RGB
CMYK
RGB Variations
Color information
#BF3D14 (or 0xBF3D14) is known color: Rust. HEX triplet: BF, 3D and 14. RGB value is (191,61,20). Sum of RGB (Red+Green+Blue) = 191+61+20=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3D14 is #40C2EB. Grayscale: #5F5F5F. Windows color (decimal): -4244204 or 1326527. OLE color: 1326527.
HSL color Cylindrical-coordinate representation of color #BF3D14: hue angle of 14.39º degrees, saturation: 0.81, 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 #BF3D14 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 61 | 20 | - |
| CMYK | 0 | 0.68 | 0.90 | 0.25 |
| HSL | 14.39º | 0.81% | 0.41% | - |
| HSV(B) | 14.39º | 0.9% | 0.75% | - |
| XYZ | 23.28 | 14.46 | 2.23 | - |
| YUV | 95.2 | 85.57 | 196.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 61 | 20 | 0 | 0.68 | 0.90 | 0.25 | 14.39 | 0.81 | 0.41 |
| Hex | BF | 3D | 14 | 0 | 44 | 5A | 19 | E | 51 | 29 |
| Octal | 277 | 75 | 24 | 0 | 104 | 132 | 31 | 16 | 121 | 51 |
| Binary | 10111111 | 111101 | 10100 | 0 | 1000100 | 1011010 | 11001 | 1110 | 1010001 | 101001 |
Color Harmonies of #BF3D14
Complementary color
Monochromatic Colors of #BF3D14
Black with #BF3D14
Text Example
Text Example
White with #BF3D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3D14; }
p { color: rgb(191,61,20); }
H1.HeaderClassName
{
color: #BF3D14;
}
.AnyTagClassName
{
color: #BF3D14;
}
</style>
background-color css
<style>
a { background-color: #BF3D14; }
a { background-color: rgb(191,61,20); }
div.DivClassName
{
background-color: #BF3D14;
}
.BgClassName
{
background-color: #BF3D14;
}
</style>
border-color css
<style>
span { border-color: #BF3D14; }
span { border-color: rgb(191,61,20); }
td.TdClassName
{
border-color: #BF3D14;
}
.TagClassName
{
border-color: #BF3D14;
}
</style>