Shades of Rust #BF4006
Tints of Rust #BF4006
RGB
CMYK
RGB Variations
Color information
#BF4006 (or 0xBF4006) is known color: Rust. HEX triplet: BF, 40 and 06. RGB value is (191,64,6). Sum of RGB (Red+Green+Blue) = 191+64+6=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 6 (2.73% from 255 or 2.30% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4006 is #40BFF9. Grayscale: #5F5F5F. Windows color (decimal): -4243450 or 409791. OLE color: 409791.
HSL color Cylindrical-coordinate representation of color #BF4006: hue angle of 18.81º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF4006 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 6 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.25 |
| HSL | 18.81º | 0.94% | 0.39% | - |
| HSV(B) | 18.81º | 0.97% | 0.75% | - |
| XYZ | 23.35 | 14.76 | 1.79 | - |
| YUV | 95.36 | 77.58 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 6 | 0 | 0.66 | 0.97 | 0.25 | 18.81 | 0.94 | 0.39 |
| Hex | BF | 40 | 6 | 0 | 42 | 61 | 19 | 13 | 5E | 27 |
| Octal | 277 | 100 | 6 | 0 | 102 | 141 | 31 | 23 | 136 | 47 |
| Binary | 10111111 | 1000000 | 110 | 0 | 1000010 | 1100001 | 11001 | 10011 | 1011110 | 100111 |
Color Harmonies of #BF4006
Complementary color
Monochromatic Colors of #BF4006
Black with #BF4006
Text Example
Text Example
White with #BF4006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4006; }
p { color: rgb(191,64,6); }
H1.HeaderClassName
{
color: #BF4006;
}
.AnyTagClassName
{
color: #BF4006;
}
</style>
background-color css
<style>
a { background-color: #BF4006; }
a { background-color: rgb(191,64,6); }
div.DivClassName
{
background-color: #BF4006;
}
.BgClassName
{
background-color: #BF4006;
}
</style>
border-color css
<style>
span { border-color: #BF4006; }
span { border-color: rgb(191,64,6); }
td.TdClassName
{
border-color: #BF4006;
}
.TagClassName
{
border-color: #BF4006;
}
</style>