Shades of Rust #BF461B
Tints of Rust #BF461B
RGB
CMYK
RGB Variations
Color information
#BF461B (or 0xBF461B) is known color: Rust. HEX triplet: BF, 46 and 1B. RGB value is (191,70,27). Sum of RGB (Red+Green+Blue) = 191+70+27=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF461B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF461B is #40B9E4. Grayscale: #656565. Windows color (decimal): -4241893 or 1787583. OLE color: 1787583.
HSL color Cylindrical-coordinate representation of color #BF461B: hue angle of 15.73º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BF461B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 70 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.25 |
| HSL | 15.73º | 0.75% | 0.43% | - |
| HSV(B) | 15.73º | 0.86% | 0.75% | - |
| XYZ | 23.87 | 15.54 | 2.78 | - |
| YUV | 101.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 70 | 27 | 0 | 0.63 | 0.86 | 0.25 | 15.73 | 0.75 | 0.43 |
| Hex | BF | 46 | 1B | 0 | 3F | 56 | 19 | 10 | 4B | 2B |
| Octal | 277 | 106 | 33 | 0 | 77 | 126 | 31 | 20 | 113 | 53 |
| Binary | 10111111 | 1000110 | 11011 | 0 | 111111 | 1010110 | 11001 | 10000 | 1001011 | 101011 |
Color Harmonies of #BF461B
Complementary color
Monochromatic Colors of #BF461B
Black with #BF461B
Text Example
Text Example
White with #BF461B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF461B; }
p { color: rgb(191,70,27); }
H1.HeaderClassName
{
color: #BF461B;
}
.AnyTagClassName
{
color: #BF461B;
}
</style>
background-color css
<style>
a { background-color: #BF461B; }
a { background-color: rgb(191,70,27); }
div.DivClassName
{
background-color: #BF461B;
}
.BgClassName
{
background-color: #BF461B;
}
</style>
border-color css
<style>
span { border-color: #BF461B; }
span { border-color: rgb(191,70,27); }
td.TdClassName
{
border-color: #BF461B;
}
.TagClassName
{
border-color: #BF461B;
}
</style>