Shades of Rust #BF4720
Tints of Rust #BF4720
RGB
CMYK
RGB Variations
Color information
#BF4720 (or 0xBF4720) is known color: Rust. HEX triplet: BF, 47 and 20. RGB value is (191,71,32). Sum of RGB (Red+Green+Blue) = 191+71+32=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4720 is #40B8DF. Grayscale: #666666. Windows color (decimal): -4241632 or 2115519. OLE color: 2115519.
HSL color Cylindrical-coordinate representation of color #BF4720: hue angle of 14.72º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF4720 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 71 | 32 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.25 |
| HSL | 14.72º | 0.71% | 0.44% | - |
| HSV(B) | 14.72º | 0.83% | 0.75% | - |
| XYZ | 24 | 15.69 | 3.13 | - |
| YUV | 102.43 | 88.26 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 71 | 32 | 0 | 0.63 | 0.83 | 0.25 | 14.72 | 0.71 | 0.44 |
| Hex | BF | 47 | 20 | 0 | 3F | 53 | 19 | F | 47 | 2C |
| Octal | 277 | 107 | 40 | 0 | 77 | 123 | 31 | 17 | 107 | 54 |
| Binary | 10111111 | 1000111 | 100000 | 0 | 111111 | 1010011 | 11001 | 1111 | 1000111 | 101100 |
Color Harmonies of #BF4720
Complementary color
Monochromatic Colors of #BF4720
Black with #BF4720
Text Example
Text Example
White with #BF4720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4720; }
p { color: rgb(191,71,32); }
H1.HeaderClassName
{
color: #BF4720;
}
.AnyTagClassName
{
color: #BF4720;
}
</style>
background-color css
<style>
a { background-color: #BF4720; }
a { background-color: rgb(191,71,32); }
div.DivClassName
{
background-color: #BF4720;
}
.BgClassName
{
background-color: #BF4720;
}
</style>
border-color css
<style>
span { border-color: #BF4720; }
span { border-color: rgb(191,71,32); }
td.TdClassName
{
border-color: #BF4720;
}
.TagClassName
{
border-color: #BF4720;
}
</style>