Shades of Rust #BF3E09
Tints of Rust #BF3E09
RGB
CMYK
RGB Variations
Color information
#BF3E09 (or 0xBF3E09) is known color: Rust. HEX triplet: BF, 3E and 09. RGB value is (191,62,9). Sum of RGB (Red+Green+Blue) = 191+62+9=262 (34% of max value = 765). Red value is 191 (75% from 255 or 72.90% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E09 is #40C1F6. Grayscale: #5E5E5E. Windows color (decimal): -4243959 or 605887. OLE color: 605887.
HSL color Cylindrical-coordinate representation of color #BF3E09: hue angle of 17.47º 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 #BF3E09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 9 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.25 |
| HSL | 17.47º | 0.91% | 0.39% | - |
| HSV(B) | 17.47º | 0.95% | 0.75% | - |
| XYZ | 23.26 | 14.54 | 1.84 | - |
| YUV | 94.53 | 79.74 | 196.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 9 | 0 | 0.68 | 0.95 | 0.25 | 17.47 | 0.91 | 0.39 |
| Hex | BF | 3E | 9 | 0 | 44 | 5F | 19 | 11 | 5B | 27 |
| Octal | 277 | 76 | 11 | 0 | 104 | 137 | 31 | 21 | 133 | 47 |
| Binary | 10111111 | 111110 | 1001 | 0 | 1000100 | 1011111 | 11001 | 10001 | 1011011 | 100111 |
Color Harmonies of #BF3E09
Complementary color
Monochromatic Colors of #BF3E09
Black with #BF3E09
Text Example
Text Example
White with #BF3E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E09; }
p { color: rgb(191,62,9); }
H1.HeaderClassName
{
color: #BF3E09;
}
.AnyTagClassName
{
color: #BF3E09;
}
</style>
background-color css
<style>
a { background-color: #BF3E09; }
a { background-color: rgb(191,62,9); }
div.DivClassName
{
background-color: #BF3E09;
}
.BgClassName
{
background-color: #BF3E09;
}
</style>
border-color css
<style>
span { border-color: #BF3E09; }
span { border-color: rgb(191,62,9); }
td.TdClassName
{
border-color: #BF3E09;
}
.TagClassName
{
border-color: #BF3E09;
}
</style>