Shades of Rust #BF3907
Tints of Rust #BF3907
RGB
CMYK
RGB Variations
Color information
#BF3907 (or 0xBF3907) is known color: Rust. HEX triplet: BF, 39 and 07. RGB value is (191,57,7). Sum of RGB (Red+Green+Blue) = 191+57+7=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3907 is #40C6F8. Grayscale: #5B5B5B. Windows color (decimal): -4245241 or 473535. OLE color: 473535.
HSL color Cylindrical-coordinate representation of color #BF3907: hue angle of 16.3º 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 #BF3907 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 57 | 7 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.25 |
| HSL | 16.3º | 0.93% | 0.39% | - |
| HSV(B) | 16.3º | 0.96% | 0.75% | - |
| XYZ | 22.99 | 14.02 | 1.7 | - |
| YUV | 91.37 | 80.39 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 57 | 7 | 0 | 0.70 | 0.96 | 0.25 | 16.3 | 0.93 | 0.39 |
| Hex | BF | 39 | 7 | 0 | 46 | 60 | 19 | 10 | 5D | 27 |
| Octal | 277 | 71 | 7 | 0 | 106 | 140 | 31 | 20 | 135 | 47 |
| Binary | 10111111 | 111001 | 111 | 0 | 1000110 | 1100000 | 11001 | 10000 | 1011101 | 100111 |
Color Harmonies of #BF3907
Complementary color
Monochromatic Colors of #BF3907
Black with #BF3907
Text Example
Text Example
White with #BF3907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3907; }
p { color: rgb(191,57,7); }
H1.HeaderClassName
{
color: #BF3907;
}
.AnyTagClassName
{
color: #BF3907;
}
</style>
background-color css
<style>
a { background-color: #BF3907; }
a { background-color: rgb(191,57,7); }
div.DivClassName
{
background-color: #BF3907;
}
.BgClassName
{
background-color: #BF3907;
}
</style>
border-color css
<style>
span { border-color: #BF3907; }
span { border-color: rgb(191,57,7); }
td.TdClassName
{
border-color: #BF3907;
}
.TagClassName
{
border-color: #BF3907;
}
</style>