Shades of Rust #BF5013
Tints of Rust #BF5013
RGB
CMYK
RGB Variations
Color information
#BF5013 (or 0xBF5013) is known color: Rust. HEX triplet: BF, 50 and 13. RGB value is (191,80,19). Sum of RGB (Red+Green+Blue) = 191+80+19=290 (38% of max value = 765). Red value is 191 (75% from 255 or 65.86% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF5013 is #40AFEC. Grayscale: #6A6A6A. Windows color (decimal): -4239341 or 1265855. OLE color: 1265855.
HSL color Cylindrical-coordinate representation of color #BF5013: hue angle of 21.28º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF5013 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 80 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.25 |
| HSL | 21.28º | 0.82% | 0.41% | - |
| HSV(B) | 21.28º | 0.9% | 0.75% | - |
| XYZ | 24.47 | 16.86 | 2.58 | - |
| YUV | 106.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 80 | 19 | 0 | 0.58 | 0.90 | 0.25 | 21.28 | 0.82 | 0.41 |
| Hex | BF | 50 | 13 | 0 | 3A | 5A | 19 | 15 | 52 | 29 |
| Octal | 277 | 120 | 23 | 0 | 72 | 132 | 31 | 25 | 122 | 51 |
| Binary | 10111111 | 1010000 | 10011 | 0 | 111010 | 1011010 | 11001 | 10101 | 1010010 | 101001 |
Color Harmonies of #BF5013
Complementary color
Monochromatic Colors of #BF5013
Black with #BF5013
Text Example
Text Example
White with #BF5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF5013; }
p { color: rgb(191,80,19); }
H1.HeaderClassName
{
color: #BF5013;
}
.AnyTagClassName
{
color: #BF5013;
}
</style>
background-color css
<style>
a { background-color: #BF5013; }
a { background-color: rgb(191,80,19); }
div.DivClassName
{
background-color: #BF5013;
}
.BgClassName
{
background-color: #BF5013;
}
</style>
border-color css
<style>
span { border-color: #BF5013; }
span { border-color: rgb(191,80,19); }
td.TdClassName
{
border-color: #BF5013;
}
.TagClassName
{
border-color: #BF5013;
}
</style>