Shades of Rust #BF4410
Tints of Rust #BF4410
RGB
CMYK
RGB Variations
Color information
#BF4410 (or 0xBF4410) is known color: Rust. HEX triplet: BF, 44 and 10. RGB value is (191,68,16). Sum of RGB (Red+Green+Blue) = 191+68+16=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4410 is #40BBEF. Grayscale: #636363. Windows color (decimal): -4242416 or 1066175. OLE color: 1066175.
HSL color Cylindrical-coordinate representation of color #BF4410: hue angle of 17.83º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF4410 is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 16 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.25 |
| HSL | 17.83º | 0.85% | 0.41% | - |
| HSV(B) | 17.83º | 0.92% | 0.75% | - |
| XYZ | 23.65 | 15.25 | 2.19 | - |
| YUV | 98.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 16 | 0 | 0.64 | 0.92 | 0.25 | 17.83 | 0.85 | 0.41 |
| Hex | BF | 44 | 10 | 0 | 40 | 5C | 19 | 12 | 55 | 29 |
| Octal | 277 | 104 | 20 | 0 | 100 | 134 | 31 | 22 | 125 | 51 |
| Binary | 10111111 | 1000100 | 10000 | 0 | 1000000 | 1011100 | 11001 | 10010 | 1010101 | 101001 |
Color Harmonies of #BF4410
Complementary color
Monochromatic Colors of #BF4410
Black with #BF4410
Text Example
Text Example
White with #BF4410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4410; }
p { color: rgb(191,68,16); }
H1.HeaderClassName
{
color: #BF4410;
}
.AnyTagClassName
{
color: #BF4410;
}
</style>
background-color css
<style>
a { background-color: #BF4410; }
a { background-color: rgb(191,68,16); }
div.DivClassName
{
background-color: #BF4410;
}
.BgClassName
{
background-color: #BF4410;
}
</style>
border-color css
<style>
span { border-color: #BF4410; }
span { border-color: rgb(191,68,16); }
td.TdClassName
{
border-color: #BF4410;
}
.TagClassName
{
border-color: #BF4410;
}
</style>