Shades of Rust #BF3A01
Tints of Rust #BF3A01
RGB
CMYK
RGB Variations
Color information
#BF3A01 (or 0xBF3A01) is known color: Rust. HEX triplet: BF, 3A and 01. RGB value is (191,58,1). Sum of RGB (Red+Green+Blue) = 191+58+1=250 (33% of max value = 765). Red value is 191 (75% from 255 or 76.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A01 is #40C5FE. Grayscale: #5B5B5B. Windows color (decimal): -4244991 or 80575. OLE color: 80575.
HSL color Cylindrical-coordinate representation of color #BF3A01: hue angle of 18º 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 #BF3A01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.25 |
| HSL | 18º | 0.99% | 0.38% | - |
| HSV(B) | 18º | 0.99% | 0.75% | - |
| XYZ | 23 | 14.1 | 1.54 | - |
| YUV | 91.27 | 77.06 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 1 | 0 | 0.70 | 0.99 | 0.25 | 18 | 0.99 | 0.38 |
| Hex | BF | 3A | 1 | 0 | 46 | 63 | 19 | 12 | 63 | 26 |
| Octal | 277 | 72 | 1 | 0 | 106 | 143 | 31 | 22 | 143 | 46 |
| Binary | 10111111 | 111010 | 1 | 0 | 1000110 | 1100011 | 11001 | 10010 | 1100011 | 100110 |
Color Harmonies of #BF3A01
Complementary color
Monochromatic Colors of #BF3A01
Black with #BF3A01
Text Example
Text Example
White with #BF3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A01; }
p { color: rgb(191,58,1); }
H1.HeaderClassName
{
color: #BF3A01;
}
.AnyTagClassName
{
color: #BF3A01;
}
</style>
background-color css
<style>
a { background-color: #BF3A01; }
a { background-color: rgb(191,58,1); }
div.DivClassName
{
background-color: #BF3A01;
}
.BgClassName
{
background-color: #BF3A01;
}
</style>
border-color css
<style>
span { border-color: #BF3A01; }
span { border-color: rgb(191,58,1); }
td.TdClassName
{
border-color: #BF3A01;
}
.TagClassName
{
border-color: #BF3A01;
}
</style>