Shades of Rust #BF400D
Tints of Rust #BF400D
RGB
CMYK
RGB Variations
Color information
#BF400D (or 0xBF400D) is known color: Rust. HEX triplet: BF, 40 and 0D. RGB value is (191,64,13). Sum of RGB (Red+Green+Blue) = 191+64+13=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF400D is #40BFF2. Grayscale: #606060. Windows color (decimal): -4243443 or 868543. OLE color: 868543.
HSL color Cylindrical-coordinate representation of color #BF400D: hue angle of 17.19º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF400D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 64 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.25 |
| HSL | 17.19º | 0.87% | 0.4% | - |
| HSV(B) | 17.19º | 0.93% | 0.75% | - |
| XYZ | 23.39 | 14.77 | 2 | - |
| YUV | 96.16 | 81.08 | 195.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 64 | 13 | 0 | 0.66 | 0.93 | 0.25 | 17.19 | 0.87 | 0.4 |
| Hex | BF | 40 | D | 0 | 42 | 5D | 19 | 11 | 57 | 28 |
| Octal | 277 | 100 | 15 | 0 | 102 | 135 | 31 | 21 | 127 | 50 |
| Binary | 10111111 | 1000000 | 1101 | 0 | 1000010 | 1011101 | 11001 | 10001 | 1010111 | 101000 |
Color Harmonies of #BF400D
Complementary color
Monochromatic Colors of #BF400D
Black with #BF400D
Text Example
Text Example
White with #BF400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF400D; }
p { color: rgb(191,64,13); }
H1.HeaderClassName
{
color: #BF400D;
}
.AnyTagClassName
{
color: #BF400D;
}
</style>
background-color css
<style>
a { background-color: #BF400D; }
a { background-color: rgb(191,64,13); }
div.DivClassName
{
background-color: #BF400D;
}
.BgClassName
{
background-color: #BF400D;
}
</style>
border-color css
<style>
span { border-color: #BF400D; }
span { border-color: rgb(191,64,13); }
td.TdClassName
{
border-color: #BF400D;
}
.TagClassName
{
border-color: #BF400D;
}
</style>