Shades of Rust #BF3E07
Tints of Rust #BF3E07
RGB
CMYK
RGB Variations
Color information
#BF3E07 (or 0xBF3E07) is known color: Rust. HEX triplet: BF, 3E and 07. RGB value is (191,62,7). Sum of RGB (Red+Green+Blue) = 191+62+7=260 (34% of max value = 765). Red value is 191 (75% from 255 or 73.46% from 260); Green value is 62 (24.61% from 255 or 23.85% from 260); Blue value is 7 (3.12% from 255 or 2.69% from 260); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3E07 is #40C1F8. Grayscale: #5E5E5E. Windows color (decimal): -4243961 or 474815. OLE color: 474815.
HSL color Cylindrical-coordinate representation of color #BF3E07: hue angle of 17.93º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF3E07 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.25 |
| HSL | 17.93º | 0.93% | 0.39% | - |
| HSV(B) | 17.93º | 0.96% | 0.75% | - |
| XYZ | 23.25 | 14.54 | 1.78 | - |
| YUV | 94.3 | 78.74 | 196.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 7 | 0 | 0.68 | 0.96 | 0.25 | 17.93 | 0.93 | 0.39 |
| Hex | BF | 3E | 7 | 0 | 44 | 60 | 19 | 12 | 5D | 27 |
| Octal | 277 | 76 | 7 | 0 | 104 | 140 | 31 | 22 | 135 | 47 |
| Binary | 10111111 | 111110 | 111 | 0 | 1000100 | 1100000 | 11001 | 10010 | 1011101 | 100111 |
Color Harmonies of #BF3E07
Complementary color
Monochromatic Colors of #BF3E07
Black with #BF3E07
Text Example
Text Example
White with #BF3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E07; }
p { color: rgb(191,62,7); }
H1.HeaderClassName
{
color: #BF3E07;
}
.AnyTagClassName
{
color: #BF3E07;
}
</style>
background-color css
<style>
a { background-color: #BF3E07; }
a { background-color: rgb(191,62,7); }
div.DivClassName
{
background-color: #BF3E07;
}
.BgClassName
{
background-color: #BF3E07;
}
</style>
border-color css
<style>
span { border-color: #BF3E07; }
span { border-color: rgb(191,62,7); }
td.TdClassName
{
border-color: #BF3E07;
}
.TagClassName
{
border-color: #BF3E07;
}
</style>