Shades of Rust #BF3C12
Tints of Rust #BF3C12
RGB
CMYK
RGB Variations
Color information
#BF3C12 (or 0xBF3C12) is known color: Rust. HEX triplet: BF, 3C and 12. RGB value is (191,60,18). Sum of RGB (Red+Green+Blue) = 191+60+18=269 (35% of max value = 765). Red value is 191 (75% from 255 or 71.00% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3C12 is #40C3ED. Grayscale: #5E5E5E. Windows color (decimal): -4244462 or 1195199. OLE color: 1195199.
HSL color Cylindrical-coordinate representation of color #BF3C12: hue angle of 14.57º 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 #BF3C12 is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 18 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.25 |
| HSL | 14.57º | 0.83% | 0.41% | - |
| HSV(B) | 14.57º | 0.91% | 0.75% | - |
| XYZ | 23.21 | 14.35 | 2.12 | - |
| YUV | 94.38 | 84.9 | 196.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 18 | 0 | 0.69 | 0.91 | 0.25 | 14.57 | 0.83 | 0.41 |
| Hex | BF | 3C | 12 | 0 | 45 | 5B | 19 | F | 53 | 29 |
| Octal | 277 | 74 | 22 | 0 | 105 | 133 | 31 | 17 | 123 | 51 |
| Binary | 10111111 | 111100 | 10010 | 0 | 1000101 | 1011011 | 11001 | 1111 | 1010011 | 101001 |
Color Harmonies of #BF3C12
Complementary color
Monochromatic Colors of #BF3C12
Black with #BF3C12
Text Example
Text Example
White with #BF3C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C12; }
p { color: rgb(191,60,18); }
H1.HeaderClassName
{
color: #BF3C12;
}
.AnyTagClassName
{
color: #BF3C12;
}
</style>
background-color css
<style>
a { background-color: #BF3C12; }
a { background-color: rgb(191,60,18); }
div.DivClassName
{
background-color: #BF3C12;
}
.BgClassName
{
background-color: #BF3C12;
}
</style>
border-color css
<style>
span { border-color: #BF3C12; }
span { border-color: rgb(191,60,18); }
td.TdClassName
{
border-color: #BF3C12;
}
.TagClassName
{
border-color: #BF3C12;
}
</style>