Shades of Rust #BF4D09
Tints of Rust #BF4D09
RGB
CMYK
RGB Variations
Color information
#BF4D09 (or 0xBF4D09) is known color: Rust. HEX triplet: BF, 4D and 09. RGB value is (191,77,9). Sum of RGB (Red+Green+Blue) = 191+77+9=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF4D09 is #40B2F6. Grayscale: #676767. Windows color (decimal): -4240119 or 609727. OLE color: 609727.
HSL color Cylindrical-coordinate representation of color #BF4D09: hue angle of 22.42º 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 #BF4D09 is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 77 | 9 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.25 |
| HSL | 22.42º | 0.91% | 0.39% | - |
| HSV(B) | 22.42º | 0.95% | 0.75% | - |
| XYZ | 24.19 | 16.4 | 2.15 | - |
| YUV | 103.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 77 | 9 | 0 | 0.60 | 0.95 | 0.25 | 22.42 | 0.91 | 0.39 |
| Hex | BF | 4D | 9 | 0 | 3C | 5F | 19 | 16 | 5B | 27 |
| Octal | 277 | 115 | 11 | 0 | 74 | 137 | 31 | 26 | 133 | 47 |
| Binary | 10111111 | 1001101 | 1001 | 0 | 111100 | 1011111 | 11001 | 10110 | 1011011 | 100111 |
Color Harmonies of #BF4D09
Complementary color
Monochromatic Colors of #BF4D09
Black with #BF4D09
Text Example
Text Example
White with #BF4D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4D09; }
p { color: rgb(191,77,9); }
H1.HeaderClassName
{
color: #BF4D09;
}
.AnyTagClassName
{
color: #BF4D09;
}
</style>
background-color css
<style>
a { background-color: #BF4D09; }
a { background-color: rgb(191,77,9); }
div.DivClassName
{
background-color: #BF4D09;
}
.BgClassName
{
background-color: #BF4D09;
}
</style>
border-color css
<style>
span { border-color: #BF4D09; }
span { border-color: rgb(191,77,9); }
td.TdClassName
{
border-color: #BF4D09;
}
.TagClassName
{
border-color: #BF4D09;
}
</style>