Shades of Rust #BF411D
Tints of Rust #BF411D
RGB
CMYK
RGB Variations
Color information
#BF411D (or 0xBF411D) is known color: Rust. HEX triplet: BF, 41 and 1D. RGB value is (191,65,29). Sum of RGB (Red+Green+Blue) = 191+65+29=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF411D is #40BEE2. Grayscale: #626262. Windows color (decimal): -4243171 or 1917375. OLE color: 1917375.
HSL color Cylindrical-coordinate representation of color #BF411D: hue angle of 13.33º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF411D is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 29 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.25 |
| HSL | 13.33º | 0.74% | 0.43% | - |
| HSV(B) | 13.33º | 0.85% | 0.75% | - |
| XYZ | 23.6 | 14.95 | 2.8 | - |
| YUV | 98.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 29 | 0 | 0.66 | 0.85 | 0.25 | 13.33 | 0.74 | 0.43 |
| Hex | BF | 41 | 1D | 0 | 42 | 55 | 19 | D | 4A | 2B |
| Octal | 277 | 101 | 35 | 0 | 102 | 125 | 31 | 15 | 112 | 53 |
| Binary | 10111111 | 1000001 | 11101 | 0 | 1000010 | 1010101 | 11001 | 1101 | 1001010 | 101011 |
Color Harmonies of #BF411D
Complementary color
Monochromatic Colors of #BF411D
Black with #BF411D
Text Example
Text Example
White with #BF411D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF411D; }
p { color: rgb(191,65,29); }
H1.HeaderClassName
{
color: #BF411D;
}
.AnyTagClassName
{
color: #BF411D;
}
</style>
background-color css
<style>
a { background-color: #BF411D; }
a { background-color: rgb(191,65,29); }
div.DivClassName
{
background-color: #BF411D;
}
.BgClassName
{
background-color: #BF411D;
}
</style>
border-color css
<style>
span { border-color: #BF411D; }
span { border-color: rgb(191,65,29); }
td.TdClassName
{
border-color: #BF411D;
}
.TagClassName
{
border-color: #BF411D;
}
</style>