Shades of Rust #BF4316
Tints of Rust #BF4316
RGB
CMYK
RGB Variations
Color information
#BF4316 (or 0xBF4316) is known color: Rust. HEX triplet: BF, 43 and 16. RGB value is (191,67,22). Sum of RGB (Red+Green+Blue) = 191+67+22=280 (37% of max value = 765). Red value is 191 (75% from 255 or 68.21% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 22 (8.98% from 255 or 7.86% from 280); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4316 is #40BCE9. Grayscale: #636363. Windows color (decimal): -4242666 or 1459135. OLE color: 1459135.
HSL color Cylindrical-coordinate representation of color #BF4316: hue angle of 15.98º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF4316 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 22 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.25 |
| HSL | 15.98º | 0.79% | 0.42% | - |
| HSV(B) | 15.98º | 0.88% | 0.75% | - |
| XYZ | 23.64 | 15.15 | 2.44 | - |
| YUV | 98.95 | 84.58 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 22 | 0 | 0.65 | 0.88 | 0.25 | 15.98 | 0.79 | 0.42 |
| Hex | BF | 43 | 16 | 0 | 41 | 58 | 19 | 10 | 4F | 2A |
| Octal | 277 | 103 | 26 | 0 | 101 | 130 | 31 | 20 | 117 | 52 |
| Binary | 10111111 | 1000011 | 10110 | 0 | 1000001 | 1011000 | 11001 | 10000 | 1001111 | 101010 |
Color Harmonies of #BF4316
Complementary color
Monochromatic Colors of #BF4316
Black with #BF4316
Text Example
Text Example
White with #BF4316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4316; }
p { color: rgb(191,67,22); }
H1.HeaderClassName
{
color: #BF4316;
}
.AnyTagClassName
{
color: #BF4316;
}
</style>
background-color css
<style>
a { background-color: #BF4316; }
a { background-color: rgb(191,67,22); }
div.DivClassName
{
background-color: #BF4316;
}
.BgClassName
{
background-color: #BF4316;
}
</style>
border-color css
<style>
span { border-color: #BF4316; }
span { border-color: rgb(191,67,22); }
td.TdClassName
{
border-color: #BF4316;
}
.TagClassName
{
border-color: #BF4316;
}
</style>