Shades of Rust #BF421C
Tints of Rust #BF421C
RGB
CMYK
RGB Variations
Color information
#BF421C (or 0xBF421C) is known color: Rust. HEX triplet: BF, 42 and 1C. RGB value is (191,66,28). Sum of RGB (Red+Green+Blue) = 191+66+28=285 (37% of max value = 765). Red value is 191 (75% from 255 or 67.02% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 191 - color contains mainly: red. Hex color #BF421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF421C is #40BDE3. Grayscale: #636363. Windows color (decimal): -4242916 or 1852095. OLE color: 1852095.
HSL color Cylindrical-coordinate representation of color #BF421C: hue angle of 13.99º 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 #BF421C is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 28 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.25 |
| HSL | 13.99º | 0.74% | 0.43% | - |
| HSV(B) | 13.99º | 0.85% | 0.75% | - |
| XYZ | 23.64 | 15.06 | 2.76 | - |
| YUV | 99.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 28 | 0 | 0.65 | 0.85 | 0.25 | 13.99 | 0.74 | 0.43 |
| Hex | BF | 42 | 1C | 0 | 41 | 55 | 19 | E | 4A | 2B |
| Octal | 277 | 102 | 34 | 0 | 101 | 125 | 31 | 16 | 112 | 53 |
| Binary | 10111111 | 1000010 | 11100 | 0 | 1000001 | 1010101 | 11001 | 1110 | 1001010 | 101011 |
Color Harmonies of #BF421C
Complementary color
Monochromatic Colors of #BF421C
Black with #BF421C
Text Example
Text Example
White with #BF421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF421C; }
p { color: rgb(191,66,28); }
H1.HeaderClassName
{
color: #BF421C;
}
.AnyTagClassName
{
color: #BF421C;
}
</style>
background-color css
<style>
a { background-color: #BF421C; }
a { background-color: rgb(191,66,28); }
div.DivClassName
{
background-color: #BF421C;
}
.BgClassName
{
background-color: #BF421C;
}
</style>
border-color css
<style>
span { border-color: #BF421C; }
span { border-color: rgb(191,66,28); }
td.TdClassName
{
border-color: #BF421C;
}
.TagClassName
{
border-color: #BF421C;
}
</style>