Shades of Rust #BF3707
Tints of Rust #BF3707
RGB
CMYK
RGB Variations
Color information
#BF3707 (or 0xBF3707) is known color: Rust. HEX triplet: BF, 37 and 07. RGB value is (191,55,7). Sum of RGB (Red+Green+Blue) = 191+55+7=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3707 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3707 is #40C8F8. Grayscale: #5A5A5A. Windows color (decimal): -4245753 or 473023. OLE color: 473023.
HSL color Cylindrical-coordinate representation of color #BF3707: hue angle of 15.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF3707 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 55 | 7 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.25 |
| HSL | 15.65º | 0.93% | 0.39% | - |
| HSV(B) | 15.65º | 0.96% | 0.75% | - |
| XYZ | 22.89 | 13.82 | 1.66 | - |
| YUV | 90.19 | 81.06 | 199.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 55 | 7 | 0 | 0.71 | 0.96 | 0.25 | 15.65 | 0.93 | 0.39 |
| Hex | BF | 37 | 7 | 0 | 47 | 60 | 19 | 10 | 5D | 27 |
| Octal | 277 | 67 | 7 | 0 | 107 | 140 | 31 | 20 | 135 | 47 |
| Binary | 10111111 | 110111 | 111 | 0 | 1000111 | 1100000 | 11001 | 10000 | 1011101 | 100111 |
Color Harmonies of #BF3707
Complementary color
Monochromatic Colors of #BF3707
Black with #BF3707
Text Example
Text Example
White with #BF3707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3707; }
p { color: rgb(191,55,7); }
H1.HeaderClassName
{
color: #BF3707;
}
.AnyTagClassName
{
color: #BF3707;
}
</style>
background-color css
<style>
a { background-color: #BF3707; }
a { background-color: rgb(191,55,7); }
div.DivClassName
{
background-color: #BF3707;
}
.BgClassName
{
background-color: #BF3707;
}
</style>
border-color css
<style>
span { border-color: #BF3707; }
span { border-color: rgb(191,55,7); }
td.TdClassName
{
border-color: #BF3707;
}
.TagClassName
{
border-color: #BF3707;
}
</style>