Shades of Rust #BF4204
Tints of Rust #BF4204
RGB
CMYK
RGB Variations
Color information
#BF4204 (or 0xBF4204) is known color: Rust. HEX triplet: BF, 42 and 04. RGB value is (191,66,4). Sum of RGB (Red+Green+Blue) = 191+66+4=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 4 (1.95% from 255 or 1.53% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4204 is #40BDFB. Grayscale: #606060. Windows color (decimal): -4242940 or 279231. OLE color: 279231.
HSL color Cylindrical-coordinate representation of color #BF4204: hue angle of 19.89º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF4204 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 4 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.25 |
| HSL | 19.89º | 0.96% | 0.38% | - |
| HSV(B) | 19.89º | 0.98% | 0.75% | - |
| XYZ | 23.46 | 14.98 | 1.77 | - |
| YUV | 96.31 | 75.91 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 4 | 0 | 0.65 | 0.98 | 0.25 | 19.89 | 0.96 | 0.38 |
| Hex | BF | 42 | 4 | 0 | 41 | 62 | 19 | 14 | 60 | 26 |
| Octal | 277 | 102 | 4 | 0 | 101 | 142 | 31 | 24 | 140 | 46 |
| Binary | 10111111 | 1000010 | 100 | 0 | 1000001 | 1100010 | 11001 | 10100 | 1100000 | 100110 |
Color Harmonies of #BF4204
Complementary color
Monochromatic Colors of #BF4204
Black with #BF4204
Text Example
Text Example
White with #BF4204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4204; }
p { color: rgb(191,66,4); }
H1.HeaderClassName
{
color: #BF4204;
}
.AnyTagClassName
{
color: #BF4204;
}
</style>
background-color css
<style>
a { background-color: #BF4204; }
a { background-color: rgb(191,66,4); }
div.DivClassName
{
background-color: #BF4204;
}
.BgClassName
{
background-color: #BF4204;
}
</style>
border-color css
<style>
span { border-color: #BF4204; }
span { border-color: rgb(191,66,4); }
td.TdClassName
{
border-color: #BF4204;
}
.TagClassName
{
border-color: #BF4204;
}
</style>