Shades of Rust #BF411C
Tints of Rust #BF411C
RGB
CMYK
RGB Variations
Color information
#BF411C (or 0xBF411C) is known color: Rust. HEX triplet: BF, 41 and 1C. RGB value is (191,65,28). Sum of RGB (Red+Green+Blue) = 191+65+28=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF411C is #40BEE3. Grayscale: #626262. Windows color (decimal): -4243172 or 1851839. OLE color: 1851839.
HSL color Cylindrical-coordinate representation of color #BF411C: hue angle of 13.62º 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 #BF411C is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 28 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.25 |
| HSL | 13.62º | 0.74% | 0.43% | - |
| HSV(B) | 13.62º | 0.85% | 0.75% | - |
| XYZ | 23.59 | 14.94 | 2.74 | - |
| YUV | 98.46 | 88.24 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 28 | 0 | 0.66 | 0.85 | 0.25 | 13.62 | 0.74 | 0.43 |
| Hex | BF | 41 | 1C | 0 | 42 | 55 | 19 | E | 4A | 2B |
| Octal | 277 | 101 | 34 | 0 | 102 | 125 | 31 | 16 | 112 | 53 |
| Binary | 10111111 | 1000001 | 11100 | 0 | 1000010 | 1010101 | 11001 | 1110 | 1001010 | 101011 |
Color Harmonies of #BF411C
Complementary color
Monochromatic Colors of #BF411C
Black with #BF411C
Text Example
Text Example
White with #BF411C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF411C; }
p { color: rgb(191,65,28); }
H1.HeaderClassName
{
color: #BF411C;
}
.AnyTagClassName
{
color: #BF411C;
}
</style>
background-color css
<style>
a { background-color: #BF411C; }
a { background-color: rgb(191,65,28); }
div.DivClassName
{
background-color: #BF411C;
}
.BgClassName
{
background-color: #BF411C;
}
</style>
border-color css
<style>
span { border-color: #BF411C; }
span { border-color: rgb(191,65,28); }
td.TdClassName
{
border-color: #BF411C;
}
.TagClassName
{
border-color: #BF411C;
}
</style>