Shades of Rust #BF451F
Tints of Rust #BF451F
RGB
CMYK
RGB Variations
Color information
#BF451F (or 0xBF451F) is known color: Rust. HEX triplet: BF, 45 and 1F. RGB value is (191,69,31). Sum of RGB (Red+Green+Blue) = 191+69+31=291 (38% of max value = 765). Red value is 191 (75% from 255 or 65.64% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 191 - color contains mainly: red. Hex color #BF451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF451F is #40BAE0. Grayscale: #656565. Windows color (decimal): -4242145 or 2049471. OLE color: 2049471.
HSL color Cylindrical-coordinate representation of color #BF451F: hue angle of 14.25º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF451F is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 31 | - |
| CMYK | 0 | 0.64 | 0.84 | 0.25 |
| HSL | 14.25º | 0.72% | 0.44% | - |
| HSV(B) | 14.25º | 0.84% | 0.75% | - |
| XYZ | 23.86 | 15.43 | 3.02 | - |
| YUV | 101.15 | 88.42 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 31 | 0 | 0.64 | 0.84 | 0.25 | 14.25 | 0.72 | 0.44 |
| Hex | BF | 45 | 1F | 0 | 40 | 54 | 19 | E | 48 | 2C |
| Octal | 277 | 105 | 37 | 0 | 100 | 124 | 31 | 16 | 110 | 54 |
| Binary | 10111111 | 1000101 | 11111 | 0 | 1000000 | 1010100 | 11001 | 1110 | 1001000 | 101100 |
Color Harmonies of #BF451F
Complementary color
Monochromatic Colors of #BF451F
Black with #BF451F
Text Example
Text Example
White with #BF451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF451F; }
p { color: rgb(191,69,31); }
H1.HeaderClassName
{
color: #BF451F;
}
.AnyTagClassName
{
color: #BF451F;
}
</style>
background-color css
<style>
a { background-color: #BF451F; }
a { background-color: rgb(191,69,31); }
div.DivClassName
{
background-color: #BF451F;
}
.BgClassName
{
background-color: #BF451F;
}
</style>
border-color css
<style>
span { border-color: #BF451F; }
span { border-color: rgb(191,69,31); }
td.TdClassName
{
border-color: #BF451F;
}
.TagClassName
{
border-color: #BF451F;
}
</style>