Shades of Rust #BF530F
Tints of Rust #BF530F
RGB
CMYK
RGB Variations
Color information
#BF530F (or 0xBF530F) is known color: Rust. HEX triplet: BF, 53 and 0F. RGB value is (191,83,15). Sum of RGB (Red+Green+Blue) = 191+83+15=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF530F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF530F is #40ACF0. Grayscale: #6B6B6B. Windows color (decimal): -4238577 or 1004479. OLE color: 1004479.
HSL color Cylindrical-coordinate representation of color #BF530F: hue angle of 23.18º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF530F is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 83 | 15 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.25 |
| HSL | 23.18º | 0.85% | 0.4% | - |
| HSV(B) | 23.18º | 0.92% | 0.75% | - |
| XYZ | 24.67 | 17.3 | 2.49 | - |
| YUV | 107.54 | 75.78 | 187.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 83 | 15 | 0 | 0.57 | 0.92 | 0.25 | 23.18 | 0.85 | 0.4 |
| Hex | BF | 53 | F | 0 | 39 | 5C | 19 | 17 | 55 | 28 |
| Octal | 277 | 123 | 17 | 0 | 71 | 134 | 31 | 27 | 125 | 50 |
| Binary | 10111111 | 1010011 | 1111 | 0 | 111001 | 1011100 | 11001 | 10111 | 1010101 | 101000 |
Color Harmonies of #BF530F
Complementary color
Monochromatic Colors of #BF530F
Black with #BF530F
Text Example
Text Example
White with #BF530F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF530F; }
p { color: rgb(191,83,15); }
H1.HeaderClassName
{
color: #BF530F;
}
.AnyTagClassName
{
color: #BF530F;
}
</style>
background-color css
<style>
a { background-color: #BF530F; }
a { background-color: rgb(191,83,15); }
div.DivClassName
{
background-color: #BF530F;
}
.BgClassName
{
background-color: #BF530F;
}
</style>
border-color css
<style>
span { border-color: #BF530F; }
span { border-color: rgb(191,83,15); }
td.TdClassName
{
border-color: #BF530F;
}
.TagClassName
{
border-color: #BF530F;
}
</style>