Shades of Rust #BF4412
Tints of Rust #BF4412
RGB
CMYK
RGB Variations
Color information
#BF4412 (or 0xBF4412) is known color: Rust. HEX triplet: BF, 44 and 12. RGB value is (191,68,18). Sum of RGB (Red+Green+Blue) = 191+68+18=277 (36% of max value = 765). Red value is 191 (75% from 255 or 68.95% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4412 is #40BBED. Grayscale: #636363. Windows color (decimal): -4242414 or 1197247. OLE color: 1197247.
HSL color Cylindrical-coordinate representation of color #BF4412: hue angle of 17.34º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF4412 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 18 | - |
| CMYK | 0 | 0.64 | 0.91 | 0.25 |
| HSL | 17.34º | 0.83% | 0.41% | - |
| HSV(B) | 17.34º | 0.91% | 0.75% | - |
| XYZ | 23.66 | 15.25 | 2.27 | - |
| YUV | 99.08 | 82.25 | 193.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 18 | 0 | 0.64 | 0.91 | 0.25 | 17.34 | 0.83 | 0.41 |
| Hex | BF | 44 | 12 | 0 | 40 | 5B | 19 | 11 | 53 | 29 |
| Octal | 277 | 104 | 22 | 0 | 100 | 133 | 31 | 21 | 123 | 51 |
| Binary | 10111111 | 1000100 | 10010 | 0 | 1000000 | 1011011 | 11001 | 10001 | 1010011 | 101001 |
Color Harmonies of #BF4412
Complementary color
Monochromatic Colors of #BF4412
Black with #BF4412
Text Example
Text Example
White with #BF4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4412; }
p { color: rgb(191,68,18); }
H1.HeaderClassName
{
color: #BF4412;
}
.AnyTagClassName
{
color: #BF4412;
}
</style>
background-color css
<style>
a { background-color: #BF4412; }
a { background-color: rgb(191,68,18); }
div.DivClassName
{
background-color: #BF4412;
}
.BgClassName
{
background-color: #BF4412;
}
</style>
border-color css
<style>
span { border-color: #BF4412; }
span { border-color: rgb(191,68,18); }
td.TdClassName
{
border-color: #BF4412;
}
.TagClassName
{
border-color: #BF4412;
}
</style>