Shades of Rust #BF3405
Tints of Rust #BF3405
RGB
CMYK
RGB Variations
Color information
#BF3405 (or 0xBF3405) is known color: Rust. HEX triplet: BF, 34 and 05. RGB value is (191,52,5). Sum of RGB (Red+Green+Blue) = 191+52+5=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 52 (20.70% from 255 or 20.97% from 248); Blue value is 5 (2.34% from 255 or 2.02% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3405 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3405 is #40CBFA. Grayscale: #585858. Windows color (decimal): -4246523 or 341183. OLE color: 341183.
HSL color Cylindrical-coordinate representation of color #BF3405: hue angle of 15.16º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF3405 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.25 |
| HSL | 15.16º | 0.95% | 0.38% | - |
| HSV(B) | 15.16º | 0.97% | 0.75% | - |
| XYZ | 22.74 | 13.54 | 1.56 | - |
| YUV | 88.2 | 81.05 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 5 | 0 | 0.73 | 0.97 | 0.25 | 15.16 | 0.95 | 0.38 |
| Hex | BF | 34 | 5 | 0 | 49 | 61 | 19 | F | 5F | 26 |
| Octal | 277 | 64 | 5 | 0 | 111 | 141 | 31 | 17 | 137 | 46 |
| Binary | 10111111 | 110100 | 101 | 0 | 1001001 | 1100001 | 11001 | 1111 | 1011111 | 100110 |
Color Harmonies of #BF3405
Complementary color
Monochromatic Colors of #BF3405
Black with #BF3405
Text Example
Text Example
White with #BF3405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3405; }
p { color: rgb(191,52,5); }
H1.HeaderClassName
{
color: #BF3405;
}
.AnyTagClassName
{
color: #BF3405;
}
</style>
background-color css
<style>
a { background-color: #BF3405; }
a { background-color: rgb(191,52,5); }
div.DivClassName
{
background-color: #BF3405;
}
.BgClassName
{
background-color: #BF3405;
}
</style>
border-color css
<style>
span { border-color: #BF3405; }
span { border-color: rgb(191,52,5); }
td.TdClassName
{
border-color: #BF3405;
}
.TagClassName
{
border-color: #BF3405;
}
</style>