Shades of Rust #BF411F
Tints of Rust #BF411F
RGB
CMYK
RGB Variations
Color information
#BF411F (or 0xBF411F) is known color: Rust. HEX triplet: BF, 41 and 1F. RGB value is (191,65,31). Sum of RGB (Red+Green+Blue) = 191+65+31=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF411F is #40BEE0. Grayscale: #636363. Windows color (decimal): -4243169 or 2048447. OLE color: 2048447.
HSL color Cylindrical-coordinate representation of color #BF411F: hue angle of 12.75º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF411F is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 31 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.25 |
| HSL | 12.75º | 0.72% | 0.44% | - |
| HSV(B) | 12.75º | 0.84% | 0.75% | - |
| XYZ | 23.62 | 14.96 | 2.94 | - |
| YUV | 98.8 | 89.74 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 31 | 0 | 0.66 | 0.84 | 0.25 | 12.75 | 0.72 | 0.44 |
| Hex | BF | 41 | 1F | 0 | 42 | 54 | 19 | D | 48 | 2C |
| Octal | 277 | 101 | 37 | 0 | 102 | 124 | 31 | 15 | 110 | 54 |
| Binary | 10111111 | 1000001 | 11111 | 0 | 1000010 | 1010100 | 11001 | 1101 | 1001000 | 101100 |
Color Harmonies of #BF411F
Complementary color
Monochromatic Colors of #BF411F
Black with #BF411F
Text Example
Text Example
White with #BF411F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF411F; }
p { color: rgb(191,65,31); }
H1.HeaderClassName
{
color: #BF411F;
}
.AnyTagClassName
{
color: #BF411F;
}
</style>
background-color css
<style>
a { background-color: #BF411F; }
a { background-color: rgb(191,65,31); }
div.DivClassName
{
background-color: #BF411F;
}
.BgClassName
{
background-color: #BF411F;
}
</style>
border-color css
<style>
span { border-color: #BF411F; }
span { border-color: rgb(191,65,31); }
td.TdClassName
{
border-color: #BF411F;
}
.TagClassName
{
border-color: #BF411F;
}
</style>