Shades of Rust #BF4501
Tints of Rust #BF4501
RGB
CMYK
RGB Variations
Color information
#BF4501 (or 0xBF4501) is known color: Rust. HEX triplet: BF, 45 and 01. RGB value is (191,69,1). Sum of RGB (Red+Green+Blue) = 191+69+1=261 (34% of max value = 765). Red value is 191 (75% from 255 or 73.18% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 1 (0.78% from 255 or 0.38% from 261); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4501 is #40BAFE. Grayscale: #626262. Windows color (decimal): -4242175 or 83391. OLE color: 83391.
HSL color Cylindrical-coordinate representation of color #BF4501: hue angle of 21.47º 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 #BF4501 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.25 |
| HSL | 21.47º | 0.99% | 0.38% | - |
| HSV(B) | 21.47º | 0.99% | 0.75% | - |
| XYZ | 23.62 | 15.33 | 1.74 | - |
| YUV | 97.73 | 73.42 | 194.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 1 | 0 | 0.64 | 0.99 | 0.25 | 21.47 | 0.99 | 0.38 |
| Hex | BF | 45 | 1 | 0 | 40 | 63 | 19 | 15 | 63 | 26 |
| Octal | 277 | 105 | 1 | 0 | 100 | 143 | 31 | 25 | 143 | 46 |
| Binary | 10111111 | 1000101 | 1 | 0 | 1000000 | 1100011 | 11001 | 10101 | 1100011 | 100110 |
Color Harmonies of #BF4501
Complementary color
Monochromatic Colors of #BF4501
Black with #BF4501
Text Example
Text Example
White with #BF4501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4501; }
p { color: rgb(191,69,1); }
H1.HeaderClassName
{
color: #BF4501;
}
.AnyTagClassName
{
color: #BF4501;
}
</style>
background-color css
<style>
a { background-color: #BF4501; }
a { background-color: rgb(191,69,1); }
div.DivClassName
{
background-color: #BF4501;
}
.BgClassName
{
background-color: #BF4501;
}
</style>
border-color css
<style>
span { border-color: #BF4501; }
span { border-color: rgb(191,69,1); }
td.TdClassName
{
border-color: #BF4501;
}
.TagClassName
{
border-color: #BF4501;
}
</style>