Shades of Rust #BF4307
Tints of Rust #BF4307
RGB
CMYK
RGB Variations
Color information
#BF4307 (or 0xBF4307) is known color: Rust. HEX triplet: BF, 43 and 07. RGB value is (191,67,7). Sum of RGB (Red+Green+Blue) = 191+67+7=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 7 (3.12% from 255 or 2.64% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4307 is #40BCF8. Grayscale: #616161. Windows color (decimal): -4242681 or 476095. OLE color: 476095.
HSL color Cylindrical-coordinate representation of color #BF4307: hue angle of 19.57º 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 #BF4307 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.25 |
| HSL | 19.57º | 0.93% | 0.39% | - |
| HSV(B) | 19.57º | 0.96% | 0.75% | - |
| XYZ | 23.53 | 15.11 | 1.88 | - |
| YUV | 97.24 | 77.08 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 7 | 0 | 0.65 | 0.96 | 0.25 | 19.57 | 0.93 | 0.39 |
| Hex | BF | 43 | 7 | 0 | 41 | 60 | 19 | 14 | 5D | 27 |
| Octal | 277 | 103 | 7 | 0 | 101 | 140 | 31 | 24 | 135 | 47 |
| Binary | 10111111 | 1000011 | 111 | 0 | 1000001 | 1100000 | 11001 | 10100 | 1011101 | 100111 |
Color Harmonies of #BF4307
Complementary color
Monochromatic Colors of #BF4307
Black with #BF4307
Text Example
Text Example
White with #BF4307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4307; }
p { color: rgb(191,67,7); }
H1.HeaderClassName
{
color: #BF4307;
}
.AnyTagClassName
{
color: #BF4307;
}
</style>
background-color css
<style>
a { background-color: #BF4307; }
a { background-color: rgb(191,67,7); }
div.DivClassName
{
background-color: #BF4307;
}
.BgClassName
{
background-color: #BF4307;
}
</style>
border-color css
<style>
span { border-color: #BF4307; }
span { border-color: rgb(191,67,7); }
td.TdClassName
{
border-color: #BF4307;
}
.TagClassName
{
border-color: #BF4307;
}
</style>