Shades of Rust #BF3A00
Tints of Rust #BF3A00
RGB
CMYK
RGB Variations
Color information
#BF3A00 (or 0xBF3A00) is known color: Rust. HEX triplet: BF, 3A and 00. RGB value is (191,58,0). Sum of RGB (Red+Green+Blue) = 191+58+0=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 0 (0.39% from 255 or 0% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A00 is #40C5FF. Grayscale: #5B5B5B. Windows color (decimal): -4244992 or 15039. OLE color: 15039.
HSL color Cylindrical-coordinate representation of color #BF3A00: hue angle of 18.22º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF3A00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.25 |
| HSL | 18.22º | 1% | 0.37% | - |
| HSV(B) | 18.22º | 1% | 0.75% | - |
| XYZ | 23 | 14.1 | 1.51 | - |
| YUV | 91.16 | 76.56 | 199.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 0 | 0 | 0.70 | 1 | 0.25 | 18.22 | 1 | 0.37 |
| Hex | BF | 3A | 0 | 0 | 46 | 64 | 19 | 12 | 64 | 25 |
| Octal | 277 | 72 | 0 | 0 | 106 | 144 | 31 | 22 | 144 | 45 |
| Binary | 10111111 | 111010 | 0 | 0 | 1000110 | 1100100 | 11001 | 10010 | 1100100 | 100101 |
Color Harmonies of #BF3A00
Complementary color
Monochromatic Colors of #BF3A00
Black with #BF3A00
Text Example
Text Example
White with #BF3A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A00; }
p { color: rgb(191,58,0); }
H1.HeaderClassName
{
color: #BF3A00;
}
.AnyTagClassName
{
color: #BF3A00;
}
</style>
background-color css
<style>
a { background-color: #BF3A00; }
a { background-color: rgb(191,58,0); }
div.DivClassName
{
background-color: #BF3A00;
}
.BgClassName
{
background-color: #BF3A00;
}
</style>
border-color css
<style>
span { border-color: #BF3A00; }
span { border-color: rgb(191,58,0); }
td.TdClassName
{
border-color: #BF3A00;
}
.TagClassName
{
border-color: #BF3A00;
}
</style>