Shades of Rust #BF451D
Tints of Rust #BF451D
RGB
CMYK
RGB Variations
Color information
#BF451D (or 0xBF451D) is known color: Rust. HEX triplet: BF, 45 and 1D. RGB value is (191,69,29). Sum of RGB (Red+Green+Blue) = 191+69+29=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF451D is #40BAE2. Grayscale: #656565. Windows color (decimal): -4242147 or 1918399. OLE color: 1918399.
HSL color Cylindrical-coordinate representation of color #BF451D: hue angle of 14.81º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BF451D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.25 |
| HSL | 14.81º | 0.74% | 0.43% | - |
| HSV(B) | 14.81º | 0.85% | 0.75% | - |
| XYZ | 23.84 | 15.42 | 2.88 | - |
| YUV | 100.92 | 87.42 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 29 | 0 | 0.64 | 0.85 | 0.25 | 14.81 | 0.74 | 0.43 |
| Hex | BF | 45 | 1D | 0 | 40 | 55 | 19 | F | 4A | 2B |
| Octal | 277 | 105 | 35 | 0 | 100 | 125 | 31 | 17 | 112 | 53 |
| Binary | 10111111 | 1000101 | 11101 | 0 | 1000000 | 1010101 | 11001 | 1111 | 1001010 | 101011 |
Color Harmonies of #BF451D
Complementary color
Monochromatic Colors of #BF451D
Black with #BF451D
Text Example
Text Example
White with #BF451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF451D; }
p { color: rgb(191,69,29); }
H1.HeaderClassName
{
color: #BF451D;
}
.AnyTagClassName
{
color: #BF451D;
}
</style>
background-color css
<style>
a { background-color: #BF451D; }
a { background-color: rgb(191,69,29); }
div.DivClassName
{
background-color: #BF451D;
}
.BgClassName
{
background-color: #BF451D;
}
</style>
border-color css
<style>
span { border-color: #BF451D; }
span { border-color: rgb(191,69,29); }
td.TdClassName
{
border-color: #BF451D;
}
.TagClassName
{
border-color: #BF451D;
}
</style>