Shades of Rust #BF431D
Tints of Rust #BF431D
RGB
CMYK
RGB Variations
Color information
#BF431D (or 0xBF431D) is known color: Rust. HEX triplet: BF, 43 and 1D. RGB value is (191,67,29). Sum of RGB (Red+Green+Blue) = 191+67+29=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF431D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF431D is #40BCE2. Grayscale: #646464. Windows color (decimal): -4242659 or 1917887. OLE color: 1917887.
HSL color Cylindrical-coordinate representation of color #BF431D: hue angle of 14.07º 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 #BF431D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 29 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.25 |
| HSL | 14.07º | 0.74% | 0.43% | - |
| HSV(B) | 14.07º | 0.85% | 0.75% | - |
| XYZ | 23.71 | 15.18 | 2.84 | - |
| YUV | 99.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 29 | 0 | 0.65 | 0.85 | 0.25 | 14.07 | 0.74 | 0.43 |
| Hex | BF | 43 | 1D | 0 | 41 | 55 | 19 | E | 4A | 2B |
| Octal | 277 | 103 | 35 | 0 | 101 | 125 | 31 | 16 | 112 | 53 |
| Binary | 10111111 | 1000011 | 11101 | 0 | 1000001 | 1010101 | 11001 | 1110 | 1001010 | 101011 |
Color Harmonies of #BF431D
Complementary color
Monochromatic Colors of #BF431D
Black with #BF431D
Text Example
Text Example
White with #BF431D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF431D; }
p { color: rgb(191,67,29); }
H1.HeaderClassName
{
color: #BF431D;
}
.AnyTagClassName
{
color: #BF431D;
}
</style>
background-color css
<style>
a { background-color: #BF431D; }
a { background-color: rgb(191,67,29); }
div.DivClassName
{
background-color: #BF431D;
}
.BgClassName
{
background-color: #BF431D;
}
</style>
border-color css
<style>
span { border-color: #BF431D; }
span { border-color: rgb(191,67,29); }
td.TdClassName
{
border-color: #BF431D;
}
.TagClassName
{
border-color: #BF431D;
}
</style>