Shades of Rust #BF4314
Tints of Rust #BF4314
RGB
CMYK
RGB Variations
Color information
#BF4314 (or 0xBF4314) is known color: Rust. HEX triplet: BF, 43 and 14. RGB value is (191,67,20). Sum of RGB (Red+Green+Blue) = 191+67+20=278 (36% of max value = 765). Red value is 191 (75% from 255 or 68.71% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4314 is #40BCEB. Grayscale: #636363. Windows color (decimal): -4242668 or 1328063. OLE color: 1328063.
HSL color Cylindrical-coordinate representation of color #BF4314: hue angle of 16.49º 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 #BF4314 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 20 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.25 |
| HSL | 16.49º | 0.81% | 0.41% | - |
| HSV(B) | 16.49º | 0.9% | 0.75% | - |
| XYZ | 23.62 | 15.14 | 2.34 | - |
| YUV | 98.72 | 83.58 | 193.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 20 | 0 | 0.65 | 0.90 | 0.25 | 16.49 | 0.81 | 0.41 |
| Hex | BF | 43 | 14 | 0 | 41 | 5A | 19 | 10 | 51 | 29 |
| Octal | 277 | 103 | 24 | 0 | 101 | 132 | 31 | 20 | 121 | 51 |
| Binary | 10111111 | 1000011 | 10100 | 0 | 1000001 | 1011010 | 11001 | 10000 | 1010001 | 101001 |
Color Harmonies of #BF4314
Complementary color
Monochromatic Colors of #BF4314
Black with #BF4314
Text Example
Text Example
White with #BF4314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4314; }
p { color: rgb(191,67,20); }
H1.HeaderClassName
{
color: #BF4314;
}
.AnyTagClassName
{
color: #BF4314;
}
</style>
background-color css
<style>
a { background-color: #BF4314; }
a { background-color: rgb(191,67,20); }
div.DivClassName
{
background-color: #BF4314;
}
.BgClassName
{
background-color: #BF4314;
}
</style>
border-color css
<style>
span { border-color: #BF4314; }
span { border-color: rgb(191,67,20); }
td.TdClassName
{
border-color: #BF4314;
}
.TagClassName
{
border-color: #BF4314;
}
</style>