Shades of Rust #BF4520
Tints of Rust #BF4520
RGB
CMYK
RGB Variations
Color information
#BF4520 (or 0xBF4520) is known color: Rust. HEX triplet: BF, 45 and 20. RGB value is (191,69,32). Sum of RGB (Red+Green+Blue) = 191+69+32=292 (38% of max value = 765). Red value is 191 (75% from 255 or 65.41% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4520 is #40BADF. Grayscale: #656565. Windows color (decimal): -4242144 or 2115007. OLE color: 2115007.
HSL color Cylindrical-coordinate representation of color #BF4520: hue angle of 13.96º 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 #BF4520 is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 32 | - |
| CMYK | 0 | 0.64 | 0.83 | 0.25 |
| HSL | 13.96º | 0.71% | 0.44% | - |
| HSV(B) | 13.96º | 0.83% | 0.75% | - |
| XYZ | 23.87 | 15.44 | 3.09 | - |
| YUV | 101.26 | 88.92 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 32 | 0 | 0.64 | 0.83 | 0.25 | 13.96 | 0.71 | 0.44 |
| Hex | BF | 45 | 20 | 0 | 40 | 53 | 19 | E | 47 | 2C |
| Octal | 277 | 105 | 40 | 0 | 100 | 123 | 31 | 16 | 107 | 54 |
| Binary | 10111111 | 1000101 | 100000 | 0 | 1000000 | 1010011 | 11001 | 1110 | 1000111 | 101100 |
Color Harmonies of #BF4520
Complementary color
Monochromatic Colors of #BF4520
Black with #BF4520
Text Example
Text Example
White with #BF4520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4520; }
p { color: rgb(191,69,32); }
H1.HeaderClassName
{
color: #BF4520;
}
.AnyTagClassName
{
color: #BF4520;
}
</style>
background-color css
<style>
a { background-color: #BF4520; }
a { background-color: rgb(191,69,32); }
div.DivClassName
{
background-color: #BF4520;
}
.BgClassName
{
background-color: #BF4520;
}
</style>
border-color css
<style>
span { border-color: #BF4520; }
span { border-color: rgb(191,69,32); }
td.TdClassName
{
border-color: #BF4520;
}
.TagClassName
{
border-color: #BF4520;
}
</style>