Shades of Rust #BF421E
Tints of Rust #BF421E
RGB
CMYK
RGB Variations
Color information
#BF421E (or 0xBF421E) is known color: Rust. HEX triplet: BF, 42 and 1E. RGB value is (191,66,30). Sum of RGB (Red+Green+Blue) = 191+66+30=287 (38% of max value = 765). Red value is 191 (75% from 255 or 66.55% from 287); Green value is 66 (26.17% from 255 or 23.00% from 287); Blue value is 30 (12.11% from 255 or 10.45% from 287); Max value from RGB is 191 - color contains mainly: red. Hex color #BF421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF421E is #40BDE1. Grayscale: #636363. Windows color (decimal): -4242914 or 1983167. OLE color: 1983167.
HSL color Cylindrical-coordinate representation of color #BF421E: hue angle of 13.42º 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 #BF421E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 13.42º | 0.73% | 0.43% | - |
| HSV(B) | 13.42º | 0.84% | 0.75% | - |
| XYZ | 23.67 | 15.07 | 2.89 | - |
| YUV | 99.27 | 88.91 | 193.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 30 | 0 | 0.65 | 0.84 | 0.25 | 13.42 | 0.73 | 0.43 |
| Hex | BF | 42 | 1E | 0 | 41 | 54 | 19 | D | 49 | 2B |
| Octal | 277 | 102 | 36 | 0 | 101 | 124 | 31 | 15 | 111 | 53 |
| Binary | 10111111 | 1000010 | 11110 | 0 | 1000001 | 1010100 | 11001 | 1101 | 1001001 | 101011 |
Color Harmonies of #BF421E
Complementary color
Monochromatic Colors of #BF421E
Black with #BF421E
Text Example
Text Example
White with #BF421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF421E; }
p { color: rgb(191,66,30); }
H1.HeaderClassName
{
color: #BF421E;
}
.AnyTagClassName
{
color: #BF421E;
}
</style>
background-color css
<style>
a { background-color: #BF421E; }
a { background-color: rgb(191,66,30); }
div.DivClassName
{
background-color: #BF421E;
}
.BgClassName
{
background-color: #BF421E;
}
</style>
border-color css
<style>
span { border-color: #BF421E; }
span { border-color: rgb(191,66,30); }
td.TdClassName
{
border-color: #BF421E;
}
.TagClassName
{
border-color: #BF421E;
}
</style>