Shades of Rust #BF4D07
Tints of Rust #BF4D07
RGB
CMYK
RGB Variations
Color information
#BF4D07 (or 0xBF4D07) is known color: Rust. HEX triplet: BF, 4D and 07. RGB value is (191,77,7). Sum of RGB (Red+Green+Blue) = 191+77+7=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 77 (30.47% from 255 or 28% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D07 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D07 is #40B2F8. Grayscale: #676767. Windows color (decimal): -4240121 or 478655. OLE color: 478655.
HSL color Cylindrical-coordinate representation of color #BF4D07: hue angle of 22.83º 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 #BF4D07 is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 7 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.25 |
| HSL | 22.83º | 0.93% | 0.39% | - |
| HSV(B) | 22.83º | 0.96% | 0.75% | - |
| XYZ | 24.18 | 16.4 | 2.09 | - |
| YUV | 103.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 7 | 0 | 0.60 | 0.96 | 0.25 | 22.83 | 0.93 | 0.39 |
| Hex | BF | 4D | 7 | 0 | 3C | 60 | 19 | 17 | 5D | 27 |
| Octal | 277 | 115 | 7 | 0 | 74 | 140 | 31 | 27 | 135 | 47 |
| Binary | 10111111 | 1001101 | 111 | 0 | 111100 | 1100000 | 11001 | 10111 | 1011101 | 100111 |
Color Harmonies of #BF4D07
Complementary color
Monochromatic Colors of #BF4D07
Black with #BF4D07
Text Example
Text Example
White with #BF4D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D07; }
p { color: rgb(191,77,7); }
H1.HeaderClassName
{
color: #BF4D07;
}
.AnyTagClassName
{
color: #BF4D07;
}
</style>
background-color css
<style>
a { background-color: #BF4D07; }
a { background-color: rgb(191,77,7); }
div.DivClassName
{
background-color: #BF4D07;
}
.BgClassName
{
background-color: #BF4D07;
}
</style>
border-color css
<style>
span { border-color: #BF4D07; }
span { border-color: rgb(191,77,7); }
td.TdClassName
{
border-color: #BF4D07;
}
.TagClassName
{
border-color: #BF4D07;
}
</style>