Shades of Rust #BF4509
Tints of Rust #BF4509
RGB
CMYK
RGB Variations
Color information
#BF4509 (or 0xBF4509) is known color: Rust. HEX triplet: BF, 45 and 09. RGB value is (191,69,9). Sum of RGB (Red+Green+Blue) = 191+69+9=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 9 (3.91% from 255 or 3.35% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4509 is #40BAF6. Grayscale: #626262. Windows color (decimal): -4242167 or 607679. OLE color: 607679.
HSL color Cylindrical-coordinate representation of color #BF4509: hue angle of 19.78º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF4509 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.25 |
| HSL | 19.78º | 0.91% | 0.39% | - |
| HSV(B) | 19.78º | 0.95% | 0.75% | - |
| XYZ | 23.66 | 15.35 | 1.97 | - |
| YUV | 98.64 | 77.42 | 193.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 9 | 0 | 0.64 | 0.95 | 0.25 | 19.78 | 0.91 | 0.39 |
| Hex | BF | 45 | 9 | 0 | 40 | 5F | 19 | 14 | 5B | 27 |
| Octal | 277 | 105 | 11 | 0 | 100 | 137 | 31 | 24 | 133 | 47 |
| Binary | 10111111 | 1000101 | 1001 | 0 | 1000000 | 1011111 | 11001 | 10100 | 1011011 | 100111 |
Color Harmonies of #BF4509
Complementary color
Monochromatic Colors of #BF4509
Black with #BF4509
Text Example
Text Example
White with #BF4509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4509; }
p { color: rgb(191,69,9); }
H1.HeaderClassName
{
color: #BF4509;
}
.AnyTagClassName
{
color: #BF4509;
}
</style>
background-color css
<style>
a { background-color: #BF4509; }
a { background-color: rgb(191,69,9); }
div.DivClassName
{
background-color: #BF4509;
}
.BgClassName
{
background-color: #BF4509;
}
</style>
border-color css
<style>
span { border-color: #BF4509; }
span { border-color: rgb(191,69,9); }
td.TdClassName
{
border-color: #BF4509;
}
.TagClassName
{
border-color: #BF4509;
}
</style>