Shades of Rust #BF4100
Tints of Rust #BF4100
RGB
CMYK
RGB Variations
Color information
#BF4100 (or 0xBF4100) is known color: Rust. HEX triplet: BF, 41 and 00. RGB value is (191,65,0). Sum of RGB (Red+Green+Blue) = 191+65+0=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 0 (0.39% from 255 or 0% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4100 is #40BEFF. Grayscale: #5F5F5F. Windows color (decimal): -4243200 or 16831. OLE color: 16831.
HSL color Cylindrical-coordinate representation of color #BF4100: hue angle of 20.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF4100 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.25 |
| HSL | 20.42º | 1% | 0.37% | - |
| HSV(B) | 20.42º | 1% | 0.75% | - |
| XYZ | 23.38 | 14.86 | 1.64 | - |
| YUV | 95.26 | 74.24 | 196.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 0 | 0 | 0.66 | 1 | 0.25 | 20.42 | 1 | 0.37 |
| Hex | BF | 41 | 0 | 0 | 42 | 64 | 19 | 14 | 64 | 25 |
| Octal | 277 | 101 | 0 | 0 | 102 | 144 | 31 | 24 | 144 | 45 |
| Binary | 10111111 | 1000001 | 0 | 0 | 1000010 | 1100100 | 11001 | 10100 | 1100100 | 100101 |
Color Harmonies of #BF4100
Complementary color
Monochromatic Colors of #BF4100
Black with #BF4100
Text Example
Text Example
White with #BF4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4100; }
p { color: rgb(191,65,0); }
H1.HeaderClassName
{
color: #BF4100;
}
.AnyTagClassName
{
color: #BF4100;
}
</style>
background-color css
<style>
a { background-color: #BF4100; }
a { background-color: rgb(191,65,0); }
div.DivClassName
{
background-color: #BF4100;
}
.BgClassName
{
background-color: #BF4100;
}
</style>
border-color css
<style>
span { border-color: #BF4100; }
span { border-color: rgb(191,65,0); }
td.TdClassName
{
border-color: #BF4100;
}
.TagClassName
{
border-color: #BF4100;
}
</style>