Shades of Rust #BF4507
Tints of Rust #BF4507
RGB
CMYK
RGB Variations
Color information
#BF4507 (or 0xBF4507) is known color: Rust. HEX triplet: BF, 45 and 07. RGB value is (191,69,7). Sum of RGB (Red+Green+Blue) = 191+69+7=267 (35% of max value = 765). Red value is 191 (75% from 255 or 71.54% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4507 is #40BAF8. Grayscale: #626262. Windows color (decimal): -4242169 or 476607. OLE color: 476607.
HSL color Cylindrical-coordinate representation of color #BF4507: hue angle of 20.22º 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 #BF4507 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.25 |
| HSL | 20.22º | 0.93% | 0.39% | - |
| HSV(B) | 20.22º | 0.96% | 0.75% | - |
| XYZ | 23.65 | 15.35 | 1.92 | - |
| YUV | 98.41 | 76.42 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 7 | 0 | 0.64 | 0.96 | 0.25 | 20.22 | 0.93 | 0.39 |
| Hex | BF | 45 | 7 | 0 | 40 | 60 | 19 | 14 | 5D | 27 |
| Octal | 277 | 105 | 7 | 0 | 100 | 140 | 31 | 24 | 135 | 47 |
| Binary | 10111111 | 1000101 | 111 | 0 | 1000000 | 1100000 | 11001 | 10100 | 1011101 | 100111 |
Color Harmonies of #BF4507
Complementary color
Monochromatic Colors of #BF4507
Black with #BF4507
Text Example
Text Example
White with #BF4507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4507; }
p { color: rgb(191,69,7); }
H1.HeaderClassName
{
color: #BF4507;
}
.AnyTagClassName
{
color: #BF4507;
}
</style>
background-color css
<style>
a { background-color: #BF4507; }
a { background-color: rgb(191,69,7); }
div.DivClassName
{
background-color: #BF4507;
}
.BgClassName
{
background-color: #BF4507;
}
</style>
border-color css
<style>
span { border-color: #BF4507; }
span { border-color: rgb(191,69,7); }
td.TdClassName
{
border-color: #BF4507;
}
.TagClassName
{
border-color: #BF4507;
}
</style>