Shades of Rust #BF4814
Tints of Rust #BF4814
RGB
CMYK
RGB Variations
Color information
#BF4814 (or 0xBF4814) is known color: Rust. HEX triplet: BF, 48 and 14. RGB value is (191,72,20). Sum of RGB (Red+Green+Blue) = 191+72+20=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4814 is #40B7EB. Grayscale: #656565. Windows color (decimal): -4241388 or 1329343. OLE color: 1329343.
HSL color Cylindrical-coordinate representation of color #BF4814: hue angle of 18.25º degrees, saturation: 0.81, 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 #BF4814 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.25 |
| HSL | 18.25º | 0.81% | 0.41% | - |
| HSV(B) | 18.25º | 0.9% | 0.75% | - |
| XYZ | 23.93 | 15.76 | 2.44 | - |
| YUV | 101.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 20 | 0 | 0.62 | 0.90 | 0.25 | 18.25 | 0.81 | 0.41 |
| Hex | BF | 48 | 14 | 0 | 3E | 5A | 19 | 12 | 51 | 29 |
| Octal | 277 | 110 | 24 | 0 | 76 | 132 | 31 | 22 | 121 | 51 |
| Binary | 10111111 | 1001000 | 10100 | 0 | 111110 | 1011010 | 11001 | 10010 | 1010001 | 101001 |
Color Harmonies of #BF4814
Complementary color
Monochromatic Colors of #BF4814
Black with #BF4814
Text Example
Text Example
White with #BF4814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4814; }
p { color: rgb(191,72,20); }
H1.HeaderClassName
{
color: #BF4814;
}
.AnyTagClassName
{
color: #BF4814;
}
</style>
background-color css
<style>
a { background-color: #BF4814; }
a { background-color: rgb(191,72,20); }
div.DivClassName
{
background-color: #BF4814;
}
.BgClassName
{
background-color: #BF4814;
}
</style>
border-color css
<style>
span { border-color: #BF4814; }
span { border-color: rgb(191,72,20); }
td.TdClassName
{
border-color: #BF4814;
}
.TagClassName
{
border-color: #BF4814;
}
</style>