Shades of Rust #BF3E04
Tints of Rust #BF3E04
RGB
CMYK
RGB Variations
Color information
#BF3E04 (or 0xBF3E04) is known color: Rust. HEX triplet: BF, 3E and 04. RGB value is (191,62,4). Sum of RGB (Red+Green+Blue) = 191+62+4=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 62 (24.61% from 255 or 24.12% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E04 is #40C1FB. Grayscale: #5E5E5E. Windows color (decimal): -4243964 or 278207. OLE color: 278207.
HSL color Cylindrical-coordinate representation of color #BF3E04: hue angle of 18.61º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF3E04 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 4 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.25 |
| HSL | 18.61º | 0.96% | 0.38% | - |
| HSV(B) | 18.61º | 0.98% | 0.75% | - |
| XYZ | 23.23 | 14.53 | 1.7 | - |
| YUV | 93.96 | 77.24 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 4 | 0 | 0.68 | 0.98 | 0.25 | 18.61 | 0.96 | 0.38 |
| Hex | BF | 3E | 4 | 0 | 44 | 62 | 19 | 13 | 60 | 26 |
| Octal | 277 | 76 | 4 | 0 | 104 | 142 | 31 | 23 | 140 | 46 |
| Binary | 10111111 | 111110 | 100 | 0 | 1000100 | 1100010 | 11001 | 10011 | 1100000 | 100110 |
Color Harmonies of #BF3E04
Complementary color
Monochromatic Colors of #BF3E04
Black with #BF3E04
Text Example
Text Example
White with #BF3E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E04; }
p { color: rgb(191,62,4); }
H1.HeaderClassName
{
color: #BF3E04;
}
.AnyTagClassName
{
color: #BF3E04;
}
</style>
background-color css
<style>
a { background-color: #BF3E04; }
a { background-color: rgb(191,62,4); }
div.DivClassName
{
background-color: #BF3E04;
}
.BgClassName
{
background-color: #BF3E04;
}
</style>
border-color css
<style>
span { border-color: #BF3E04; }
span { border-color: rgb(191,62,4); }
td.TdClassName
{
border-color: #BF3E04;
}
.TagClassName
{
border-color: #BF3E04;
}
</style>