Shades of Rust #BF3C01
Tints of Rust #BF3C01
RGB
CMYK
RGB Variations
Color information
#BF3C01 (or 0xBF3C01) is known color: Rust. HEX triplet: BF, 3C and 01. RGB value is (191,60,1). Sum of RGB (Red+Green+Blue) = 191+60+1=252 (33% of max value = 765). Red value is 191 (75% from 255 or 75.79% from 252); Green value is 60 (23.83% from 255 or 23.81% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C01 is #40C3FE. Grayscale: #5C5C5C. Windows color (decimal): -4244479 or 81087. OLE color: 81087.
HSL color Cylindrical-coordinate representation of color #BF3C01: hue angle of 18.63º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF3C01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.25 |
| HSL | 18.63º | 0.99% | 0.38% | - |
| HSV(B) | 18.63º | 0.99% | 0.75% | - |
| XYZ | 23.11 | 14.31 | 1.57 | - |
| YUV | 92.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 1 | 0 | 0.69 | 0.99 | 0.25 | 18.63 | 0.99 | 0.38 |
| Hex | BF | 3C | 1 | 0 | 45 | 63 | 19 | 13 | 63 | 26 |
| Octal | 277 | 74 | 1 | 0 | 105 | 143 | 31 | 23 | 143 | 46 |
| Binary | 10111111 | 111100 | 1 | 0 | 1000101 | 1100011 | 11001 | 10011 | 1100011 | 100110 |
Color Harmonies of #BF3C01
Complementary color
Monochromatic Colors of #BF3C01
Black with #BF3C01
Text Example
Text Example
White with #BF3C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C01; }
p { color: rgb(191,60,1); }
H1.HeaderClassName
{
color: #BF3C01;
}
.AnyTagClassName
{
color: #BF3C01;
}
</style>
background-color css
<style>
a { background-color: #BF3C01; }
a { background-color: rgb(191,60,1); }
div.DivClassName
{
background-color: #BF3C01;
}
.BgClassName
{
background-color: #BF3C01;
}
</style>
border-color css
<style>
span { border-color: #BF3C01; }
span { border-color: rgb(191,60,1); }
td.TdClassName
{
border-color: #BF3C01;
}
.TagClassName
{
border-color: #BF3C01;
}
</style>