Shades of Rust #BF431E
Tints of Rust #BF431E
RGB
CMYK
RGB Variations
Color information
#BF431E (or 0xBF431E) is known color: Rust. HEX triplet: BF, 43 and 1E. RGB value is (191,67,30). Sum of RGB (Red+Green+Blue) = 191+67+30=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF431E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF431E is #40BCE1. Grayscale: #646464. Windows color (decimal): -4242658 or 1983423. OLE color: 1983423.
HSL color Cylindrical-coordinate representation of color #BF431E: hue angle of 13.79º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF431E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 13.79º | 0.73% | 0.43% | - |
| HSV(B) | 13.79º | 0.84% | 0.75% | - |
| XYZ | 23.73 | 15.18 | 2.91 | - |
| YUV | 99.86 | 88.58 | 193.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 30 | 0 | 0.65 | 0.84 | 0.25 | 13.79 | 0.73 | 0.43 |
| Hex | BF | 43 | 1E | 0 | 41 | 54 | 19 | E | 49 | 2B |
| Octal | 277 | 103 | 36 | 0 | 101 | 124 | 31 | 16 | 111 | 53 |
| Binary | 10111111 | 1000011 | 11110 | 0 | 1000001 | 1010100 | 11001 | 1110 | 1001001 | 101011 |
Color Harmonies of #BF431E
Complementary color
Monochromatic Colors of #BF431E
Black with #BF431E
Text Example
Text Example
White with #BF431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF431E; }
p { color: rgb(191,67,30); }
H1.HeaderClassName
{
color: #BF431E;
}
.AnyTagClassName
{
color: #BF431E;
}
</style>
background-color css
<style>
a { background-color: #BF431E; }
a { background-color: rgb(191,67,30); }
div.DivClassName
{
background-color: #BF431E;
}
.BgClassName
{
background-color: #BF431E;
}
</style>
border-color css
<style>
span { border-color: #BF431E; }
span { border-color: rgb(191,67,30); }
td.TdClassName
{
border-color: #BF431E;
}
.TagClassName
{
border-color: #BF431E;
}
</style>