Shades of Rust #BF441E
Tints of Rust #BF441E
RGB
CMYK
RGB Variations
Color information
#BF441E (or 0xBF441E) is known color: Rust. HEX triplet: BF, 44 and 1E. RGB value is (191,68,30). Sum of RGB (Red+Green+Blue) = 191+68+30=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF441E is #40BBE1. Grayscale: #646464. Windows color (decimal): -4242402 or 1983679. OLE color: 1983679.
HSL color Cylindrical-coordinate representation of color #BF441E: hue angle of 14.16º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF441E is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 30 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.25 |
| HSL | 14.16º | 0.73% | 0.43% | - |
| HSV(B) | 14.16º | 0.84% | 0.75% | - |
| XYZ | 23.79 | 15.3 | 2.93 | - |
| YUV | 100.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 30 | 0 | 0.64 | 0.84 | 0.25 | 14.16 | 0.73 | 0.43 |
| Hex | BF | 44 | 1E | 0 | 40 | 54 | 19 | E | 49 | 2B |
| Octal | 277 | 104 | 36 | 0 | 100 | 124 | 31 | 16 | 111 | 53 |
| Binary | 10111111 | 1000100 | 11110 | 0 | 1000000 | 1010100 | 11001 | 1110 | 1001001 | 101011 |
Color Harmonies of #BF441E
Complementary color
Monochromatic Colors of #BF441E
Black with #BF441E
Text Example
Text Example
White with #BF441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF441E; }
p { color: rgb(191,68,30); }
H1.HeaderClassName
{
color: #BF441E;
}
.AnyTagClassName
{
color: #BF441E;
}
</style>
background-color css
<style>
a { background-color: #BF441E; }
a { background-color: rgb(191,68,30); }
div.DivClassName
{
background-color: #BF441E;
}
.BgClassName
{
background-color: #BF441E;
}
</style>
border-color css
<style>
span { border-color: #BF441E; }
span { border-color: rgb(191,68,30); }
td.TdClassName
{
border-color: #BF441E;
}
.TagClassName
{
border-color: #BF441E;
}
</style>