Shades of Rust #BF420C
Tints of Rust #BF420C
RGB
CMYK
RGB Variations
Color information
#BF420C (or 0xBF420C) is known color: Rust. HEX triplet: BF, 42 and 0C. RGB value is (191,66,12). Sum of RGB (Red+Green+Blue) = 191+66+12=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 66 (26.17% from 255 or 24.54% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF420C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF420C is #40BDF3. Grayscale: #616161. Windows color (decimal): -4242932 or 803519. OLE color: 803519.
HSL color Cylindrical-coordinate representation of color #BF420C: hue angle of 18.1º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF420C is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 12 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.25 |
| HSL | 18.1º | 0.88% | 0.4% | - |
| HSV(B) | 18.1º | 0.94% | 0.75% | - |
| XYZ | 23.5 | 15 | 2 | - |
| YUV | 97.22 | 79.91 | 194.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 12 | 0 | 0.65 | 0.94 | 0.25 | 18.1 | 0.88 | 0.4 |
| Hex | BF | 42 | C | 0 | 41 | 5E | 19 | 12 | 58 | 28 |
| Octal | 277 | 102 | 14 | 0 | 101 | 136 | 31 | 22 | 130 | 50 |
| Binary | 10111111 | 1000010 | 1100 | 0 | 1000001 | 1011110 | 11001 | 10010 | 1011000 | 101000 |
Color Harmonies of #BF420C
Complementary color
Monochromatic Colors of #BF420C
Black with #BF420C
Text Example
Text Example
White with #BF420C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF420C; }
p { color: rgb(191,66,12); }
H1.HeaderClassName
{
color: #BF420C;
}
.AnyTagClassName
{
color: #BF420C;
}
</style>
background-color css
<style>
a { background-color: #BF420C; }
a { background-color: rgb(191,66,12); }
div.DivClassName
{
background-color: #BF420C;
}
.BgClassName
{
background-color: #BF420C;
}
</style>
border-color css
<style>
span { border-color: #BF420C; }
span { border-color: rgb(191,66,12); }
td.TdClassName
{
border-color: #BF420C;
}
.TagClassName
{
border-color: #BF420C;
}
</style>