Shades of Rust #BF4813
Tints of Rust #BF4813
RGB
CMYK
RGB Variations
Color information
#BF4813 (or 0xBF4813) is known color: Rust. HEX triplet: BF, 48 and 13. RGB value is (191,72,19). Sum of RGB (Red+Green+Blue) = 191+72+19=282 (37% of max value = 765). Red value is 191 (75% from 255 or 67.73% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4813 is #40B7EC. Grayscale: #656565. Windows color (decimal): -4241389 or 1263807. OLE color: 1263807.
HSL color Cylindrical-coordinate representation of color #BF4813: hue angle of 18.49º 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 #BF4813 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 19 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.25 |
| HSL | 18.49º | 0.82% | 0.41% | - |
| HSV(B) | 18.49º | 0.9% | 0.75% | - |
| XYZ | 23.92 | 15.76 | 2.4 | - |
| YUV | 101.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 19 | 0 | 0.62 | 0.90 | 0.25 | 18.49 | 0.82 | 0.41 |
| Hex | BF | 48 | 13 | 0 | 3E | 5A | 19 | 12 | 52 | 29 |
| Octal | 277 | 110 | 23 | 0 | 76 | 132 | 31 | 22 | 122 | 51 |
| Binary | 10111111 | 1001000 | 10011 | 0 | 111110 | 1011010 | 11001 | 10010 | 1010010 | 101001 |
Color Harmonies of #BF4813
Complementary color
Monochromatic Colors of #BF4813
Black with #BF4813
Text Example
Text Example
White with #BF4813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4813; }
p { color: rgb(191,72,19); }
H1.HeaderClassName
{
color: #BF4813;
}
.AnyTagClassName
{
color: #BF4813;
}
</style>
background-color css
<style>
a { background-color: #BF4813; }
a { background-color: rgb(191,72,19); }
div.DivClassName
{
background-color: #BF4813;
}
.BgClassName
{
background-color: #BF4813;
}
</style>
border-color css
<style>
span { border-color: #BF4813; }
span { border-color: rgb(191,72,19); }
td.TdClassName
{
border-color: #BF4813;
}
.TagClassName
{
border-color: #BF4813;
}
</style>