Shades of Rust #BF4207
Tints of Rust #BF4207
RGB
CMYK
RGB Variations
Color information
#BF4207 (or 0xBF4207) is known color: Rust. HEX triplet: BF, 42 and 07. RGB value is (191,66,7). Sum of RGB (Red+Green+Blue) = 191+66+7=264 (34% of max value = 765). Red value is 191 (75% from 255 or 72.35% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4207 is #40BDF8. Grayscale: #616161. Windows color (decimal): -4242937 or 475839. OLE color: 475839.
HSL color Cylindrical-coordinate representation of color #BF4207: hue angle of 19.24º 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 #BF4207 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.25 |
| HSL | 19.24º | 0.93% | 0.39% | - |
| HSV(B) | 19.24º | 0.96% | 0.75% | - |
| XYZ | 23.47 | 14.99 | 1.86 | - |
| YUV | 96.65 | 77.41 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 7 | 0 | 0.65 | 0.96 | 0.25 | 19.24 | 0.93 | 0.39 |
| Hex | BF | 42 | 7 | 0 | 41 | 60 | 19 | 13 | 5D | 27 |
| Octal | 277 | 102 | 7 | 0 | 101 | 140 | 31 | 23 | 135 | 47 |
| Binary | 10111111 | 1000010 | 111 | 0 | 1000001 | 1100000 | 11001 | 10011 | 1011101 | 100111 |
Color Harmonies of #BF4207
Complementary color
Monochromatic Colors of #BF4207
Black with #BF4207
Text Example
Text Example
White with #BF4207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4207; }
p { color: rgb(191,66,7); }
H1.HeaderClassName
{
color: #BF4207;
}
.AnyTagClassName
{
color: #BF4207;
}
</style>
background-color css
<style>
a { background-color: #BF4207; }
a { background-color: rgb(191,66,7); }
div.DivClassName
{
background-color: #BF4207;
}
.BgClassName
{
background-color: #BF4207;
}
</style>
border-color css
<style>
span { border-color: #BF4207; }
span { border-color: rgb(191,66,7); }
td.TdClassName
{
border-color: #BF4207;
}
.TagClassName
{
border-color: #BF4207;
}
</style>