Shades of Rust #BF431F
Tints of Rust #BF431F
RGB
CMYK
RGB Variations
Color information
#BF431F (or 0xBF431F) is known color: Rust. HEX triplet: BF, 43 and 1F. RGB value is (191,67,31). Sum of RGB (Red+Green+Blue) = 191+67+31=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF431F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF431F is #40BCE0. Grayscale: #646464. Windows color (decimal): -4242657 or 2048959. OLE color: 2048959.
HSL color Cylindrical-coordinate representation of color #BF431F: hue angle of 13.5º 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 #BF431F is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 31 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 13.5º | 0.72% | 0.44% | - |
| HSV(B) | 13.5º | 0.84% | 0.75% | - |
| XYZ | 23.74 | 15.19 | 2.98 | - |
| YUV | 99.97 | 89.08 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 31 | 0 | 0.65 | 0.84 | 0.25 | 13.5 | 0.72 | 0.44 |
| Hex | BF | 43 | 1F | 0 | 41 | 54 | 19 | E | 48 | 2C |
| Octal | 277 | 103 | 37 | 0 | 101 | 124 | 31 | 16 | 110 | 54 |
| Binary | 10111111 | 1000011 | 11111 | 0 | 1000001 | 1010100 | 11001 | 1110 | 1001000 | 101100 |
Color Harmonies of #BF431F
Complementary color
Monochromatic Colors of #BF431F
Black with #BF431F
Text Example
Text Example
White with #BF431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF431F; }
p { color: rgb(191,67,31); }
H1.HeaderClassName
{
color: #BF431F;
}
.AnyTagClassName
{
color: #BF431F;
}
</style>
background-color css
<style>
a { background-color: #BF431F; }
a { background-color: rgb(191,67,31); }
div.DivClassName
{
background-color: #BF431F;
}
.BgClassName
{
background-color: #BF431F;
}
</style>
border-color css
<style>
span { border-color: #BF431F; }
span { border-color: rgb(191,67,31); }
td.TdClassName
{
border-color: #BF431F;
}
.TagClassName
{
border-color: #BF431F;
}
</style>