Shades of Rust #BF4807
Tints of Rust #BF4807
RGB
CMYK
RGB Variations
Color information
#BF4807 (or 0xBF4807) is known color: Rust. HEX triplet: BF, 48 and 07. RGB value is (191,72,7). Sum of RGB (Red+Green+Blue) = 191+72+7=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4807 is #40B7F8. Grayscale: #646464. Windows color (decimal): -4241401 or 477375. OLE color: 477375.
HSL color Cylindrical-coordinate representation of color #BF4807: hue angle of 21.2º 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 #BF4807 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.25 |
| HSL | 21.2º | 0.93% | 0.39% | - |
| HSV(B) | 21.2º | 0.96% | 0.75% | - |
| XYZ | 23.84 | 15.73 | 1.98 | - |
| YUV | 100.17 | 75.42 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 7 | 0 | 0.62 | 0.96 | 0.25 | 21.2 | 0.93 | 0.39 |
| Hex | BF | 48 | 7 | 0 | 3E | 60 | 19 | 15 | 5D | 27 |
| Octal | 277 | 110 | 7 | 0 | 76 | 140 | 31 | 25 | 135 | 47 |
| Binary | 10111111 | 1001000 | 111 | 0 | 111110 | 1100000 | 11001 | 10101 | 1011101 | 100111 |
Color Harmonies of #BF4807
Complementary color
Monochromatic Colors of #BF4807
Black with #BF4807
Text Example
Text Example
White with #BF4807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4807; }
p { color: rgb(191,72,7); }
H1.HeaderClassName
{
color: #BF4807;
}
.AnyTagClassName
{
color: #BF4807;
}
</style>
background-color css
<style>
a { background-color: #BF4807; }
a { background-color: rgb(191,72,7); }
div.DivClassName
{
background-color: #BF4807;
}
.BgClassName
{
background-color: #BF4807;
}
</style>
border-color css
<style>
span { border-color: #BF4807; }
span { border-color: rgb(191,72,7); }
td.TdClassName
{
border-color: #BF4807;
}
.TagClassName
{
border-color: #BF4807;
}
</style>