Shades of Rust #BF3F13
Tints of Rust #BF3F13
RGB
CMYK
RGB Variations
Color information
#BF3F13 (or 0xBF3F13) is known color: Rust. HEX triplet: BF, 3F and 13. RGB value is (191,63,19). Sum of RGB (Red+Green+Blue) = 191+63+19=273 (36% of max value = 765). Red value is 191 (75% from 255 or 69.96% from 273); Green value is 63 (25% from 255 or 23.08% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F13 is #40C0EC. Grayscale: #606060. Windows color (decimal): -4243693 or 1261503. OLE color: 1261503.
HSL color Cylindrical-coordinate representation of color #BF3F13: hue angle of 15.35º 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 #BF3F13 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.25 |
| HSL | 15.35º | 0.82% | 0.41% | - |
| HSV(B) | 15.35º | 0.9% | 0.75% | - |
| XYZ | 23.38 | 14.68 | 2.22 | - |
| YUV | 96.26 | 84.41 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 19 | 0 | 0.67 | 0.90 | 0.25 | 15.35 | 0.82 | 0.41 |
| Hex | BF | 3F | 13 | 0 | 43 | 5A | 19 | F | 52 | 29 |
| Octal | 277 | 77 | 23 | 0 | 103 | 132 | 31 | 17 | 122 | 51 |
| Binary | 10111111 | 111111 | 10011 | 0 | 1000011 | 1011010 | 11001 | 1111 | 1010010 | 101001 |
Color Harmonies of #BF3F13
Complementary color
Monochromatic Colors of #BF3F13
Black with #BF3F13
Text Example
Text Example
White with #BF3F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F13; }
p { color: rgb(191,63,19); }
H1.HeaderClassName
{
color: #BF3F13;
}
.AnyTagClassName
{
color: #BF3F13;
}
</style>
background-color css
<style>
a { background-color: #BF3F13; }
a { background-color: rgb(191,63,19); }
div.DivClassName
{
background-color: #BF3F13;
}
.BgClassName
{
background-color: #BF3F13;
}
</style>
border-color css
<style>
span { border-color: #BF3F13; }
span { border-color: rgb(191,63,19); }
td.TdClassName
{
border-color: #BF3F13;
}
.TagClassName
{
border-color: #BF3F13;
}
</style>