Shades of Rust #BF4A13
Tints of Rust #BF4A13
RGB
CMYK
RGB Variations
Color information
#BF4A13 (or 0xBF4A13) is known color: Rust. HEX triplet: BF, 4A and 13. RGB value is (191,74,19). Sum of RGB (Red+Green+Blue) = 191+74+19=284 (37% of max value = 765). Red value is 191 (75% from 255 or 67.25% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A13 is #40B5EC. Grayscale: #676767. Windows color (decimal): -4240877 or 1264319. OLE color: 1264319.
HSL color Cylindrical-coordinate representation of color #BF4A13: hue angle of 19.19º 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 #BF4A13 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 19 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.25 |
| HSL | 19.19º | 0.82% | 0.41% | - |
| HSV(B) | 19.19º | 0.9% | 0.75% | - |
| XYZ | 24.05 | 16.02 | 2.44 | - |
| YUV | 102.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 19 | 0 | 0.61 | 0.90 | 0.25 | 19.19 | 0.82 | 0.41 |
| Hex | BF | 4A | 13 | 0 | 3D | 5A | 19 | 13 | 52 | 29 |
| Octal | 277 | 112 | 23 | 0 | 75 | 132 | 31 | 23 | 122 | 51 |
| Binary | 10111111 | 1001010 | 10011 | 0 | 111101 | 1011010 | 11001 | 10011 | 1010010 | 101001 |
Color Harmonies of #BF4A13
Complementary color
Monochromatic Colors of #BF4A13
Black with #BF4A13
Text Example
Text Example
White with #BF4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A13; }
p { color: rgb(191,74,19); }
H1.HeaderClassName
{
color: #BF4A13;
}
.AnyTagClassName
{
color: #BF4A13;
}
</style>
background-color css
<style>
a { background-color: #BF4A13; }
a { background-color: rgb(191,74,19); }
div.DivClassName
{
background-color: #BF4A13;
}
.BgClassName
{
background-color: #BF4A13;
}
</style>
border-color css
<style>
span { border-color: #BF4A13; }
span { border-color: rgb(191,74,19); }
td.TdClassName
{
border-color: #BF4A13;
}
.TagClassName
{
border-color: #BF4A13;
}
</style>