Shades of Rust #BF4213
Tints of Rust #BF4213
RGB
CMYK
RGB Variations
Color information
#BF4213 (or 0xBF4213) is known color: Rust. HEX triplet: BF, 42 and 13. RGB value is (191,66,19). Sum of RGB (Red+Green+Blue) = 191+66+19=276 (36% of max value = 765). Red value is 191 (75% from 255 or 69.20% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4213 is #40BDEC. Grayscale: #626262. Windows color (decimal): -4242925 or 1262271. OLE color: 1262271.
HSL color Cylindrical-coordinate representation of color #BF4213: hue angle of 16.4º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF4213 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 19 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.25 |
| HSL | 16.4º | 0.82% | 0.41% | - |
| HSV(B) | 16.4º | 0.9% | 0.75% | - |
| XYZ | 23.55 | 15.02 | 2.27 | - |
| YUV | 98.02 | 83.41 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 19 | 0 | 0.65 | 0.90 | 0.25 | 16.4 | 0.82 | 0.41 |
| Hex | BF | 42 | 13 | 0 | 41 | 5A | 19 | 10 | 52 | 29 |
| Octal | 277 | 102 | 23 | 0 | 101 | 132 | 31 | 20 | 122 | 51 |
| Binary | 10111111 | 1000010 | 10011 | 0 | 1000001 | 1011010 | 11001 | 10000 | 1010010 | 101001 |
Color Harmonies of #BF4213
Complementary color
Monochromatic Colors of #BF4213
Black with #BF4213
Text Example
Text Example
White with #BF4213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4213; }
p { color: rgb(191,66,19); }
H1.HeaderClassName
{
color: #BF4213;
}
.AnyTagClassName
{
color: #BF4213;
}
</style>
background-color css
<style>
a { background-color: #BF4213; }
a { background-color: rgb(191,66,19); }
div.DivClassName
{
background-color: #BF4213;
}
.BgClassName
{
background-color: #BF4213;
}
</style>
border-color css
<style>
span { border-color: #BF4213; }
span { border-color: rgb(191,66,19); }
td.TdClassName
{
border-color: #BF4213;
}
.TagClassName
{
border-color: #BF4213;
}
</style>