Shades of Rust #BF420B
Tints of Rust #BF420B
RGB
CMYK
RGB Variations
Color information
#BF420B (or 0xBF420B) is known color: Rust. HEX triplet: BF, 42 and 0B. RGB value is (191,66,11). Sum of RGB (Red+Green+Blue) = 191+66+11=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF420B is #40BDF4. Grayscale: #616161. Windows color (decimal): -4242933 or 737983. OLE color: 737983.
HSL color Cylindrical-coordinate representation of color #BF420B: hue angle of 18.33º degrees, saturation: 0.89, 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 #BF420B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.25 |
| HSL | 18.33º | 0.89% | 0.4% | - |
| HSV(B) | 18.33º | 0.94% | 0.75% | - |
| XYZ | 23.49 | 15 | 1.97 | - |
| YUV | 97.11 | 79.41 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 11 | 0 | 0.65 | 0.94 | 0.25 | 18.33 | 0.89 | 0.4 |
| Hex | BF | 42 | B | 0 | 41 | 5E | 19 | 12 | 59 | 28 |
| Octal | 277 | 102 | 13 | 0 | 101 | 136 | 31 | 22 | 131 | 50 |
| Binary | 10111111 | 1000010 | 1011 | 0 | 1000001 | 1011110 | 11001 | 10010 | 1011001 | 101000 |
Color Harmonies of #BF420B
Complementary color
Monochromatic Colors of #BF420B
Black with #BF420B
Text Example
Text Example
White with #BF420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF420B; }
p { color: rgb(191,66,11); }
H1.HeaderClassName
{
color: #BF420B;
}
.AnyTagClassName
{
color: #BF420B;
}
</style>
background-color css
<style>
a { background-color: #BF420B; }
a { background-color: rgb(191,66,11); }
div.DivClassName
{
background-color: #BF420B;
}
.BgClassName
{
background-color: #BF420B;
}
</style>
border-color css
<style>
span { border-color: #BF420B; }
span { border-color: rgb(191,66,11); }
td.TdClassName
{
border-color: #BF420B;
}
.TagClassName
{
border-color: #BF420B;
}
</style>