Shades of Rust #BF4301
Tints of Rust #BF4301
RGB
CMYK
RGB Variations
Color information
#BF4301 (or 0xBF4301) is known color: Rust. HEX triplet: BF, 43 and 01. RGB value is (191,67,1). Sum of RGB (Red+Green+Blue) = 191+67+1=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4301 is #40BCFE. Grayscale: #606060. Windows color (decimal): -4242687 or 82879. OLE color: 82879.
HSL color Cylindrical-coordinate representation of color #BF4301: hue angle of 20.84º 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 #BF4301 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.25 |
| HSL | 20.84º | 0.99% | 0.38% | - |
| HSV(B) | 20.84º | 0.99% | 0.75% | - |
| XYZ | 23.5 | 15.09 | 1.7 | - |
| YUV | 96.55 | 74.08 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 1 | 0 | 0.65 | 0.99 | 0.25 | 20.84 | 0.99 | 0.38 |
| Hex | BF | 43 | 1 | 0 | 41 | 63 | 19 | 15 | 63 | 26 |
| Octal | 277 | 103 | 1 | 0 | 101 | 143 | 31 | 25 | 143 | 46 |
| Binary | 10111111 | 1000011 | 1 | 0 | 1000001 | 1100011 | 11001 | 10101 | 1100011 | 100110 |
Color Harmonies of #BF4301
Complementary color
Monochromatic Colors of #BF4301
Black with #BF4301
Text Example
Text Example
White with #BF4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4301; }
p { color: rgb(191,67,1); }
H1.HeaderClassName
{
color: #BF4301;
}
.AnyTagClassName
{
color: #BF4301;
}
</style>
background-color css
<style>
a { background-color: #BF4301; }
a { background-color: rgb(191,67,1); }
div.DivClassName
{
background-color: #BF4301;
}
.BgClassName
{
background-color: #BF4301;
}
</style>
border-color css
<style>
span { border-color: #BF4301; }
span { border-color: rgb(191,67,1); }
td.TdClassName
{
border-color: #BF4301;
}
.TagClassName
{
border-color: #BF4301;
}
</style>