Shades of Rust #BF440B
Tints of Rust #BF440B
RGB
CMYK
RGB Variations
Color information
#BF440B (or 0xBF440B) is known color: Rust. HEX triplet: BF, 44 and 0B. RGB value is (191,68,11). Sum of RGB (Red+Green+Blue) = 191+68+11=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF440B is #40BBF4. Grayscale: #626262. Windows color (decimal): -4242421 or 738495. OLE color: 738495.
HSL color Cylindrical-coordinate representation of color #BF440B: hue angle of 19º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF440B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.25 |
| HSL | 19º | 0.89% | 0.4% | - |
| HSV(B) | 19º | 0.94% | 0.75% | - |
| XYZ | 23.61 | 15.23 | 2.01 | - |
| YUV | 98.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 11 | 0 | 0.64 | 0.94 | 0.25 | 19 | 0.89 | 0.4 |
| Hex | BF | 44 | B | 0 | 40 | 5E | 19 | 13 | 59 | 28 |
| Octal | 277 | 104 | 13 | 0 | 100 | 136 | 31 | 23 | 131 | 50 |
| Binary | 10111111 | 1000100 | 1011 | 0 | 1000000 | 1011110 | 11001 | 10011 | 1011001 | 101000 |
Color Harmonies of #BF440B
Complementary color
Monochromatic Colors of #BF440B
Black with #BF440B
Text Example
Text Example
White with #BF440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF440B; }
p { color: rgb(191,68,11); }
H1.HeaderClassName
{
color: #BF440B;
}
.AnyTagClassName
{
color: #BF440B;
}
</style>
background-color css
<style>
a { background-color: #BF440B; }
a { background-color: rgb(191,68,11); }
div.DivClassName
{
background-color: #BF440B;
}
.BgClassName
{
background-color: #BF440B;
}
</style>
border-color css
<style>
span { border-color: #BF440B; }
span { border-color: rgb(191,68,11); }
td.TdClassName
{
border-color: #BF440B;
}
.TagClassName
{
border-color: #BF440B;
}
</style>