Shades of Rust #BF4A07
Tints of Rust #BF4A07
RGB
CMYK
RGB Variations
Color information
#BF4A07 (or 0xBF4A07) is known color: Rust. HEX triplet: BF, 4A and 07. RGB value is (191,74,7). Sum of RGB (Red+Green+Blue) = 191+74+7=272 (36% of max value = 765). Red value is 191 (75% from 255 or 70.22% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A07 is #40B5F8. Grayscale: #656565. Windows color (decimal): -4240889 or 477887. OLE color: 477887.
HSL color Cylindrical-coordinate representation of color #BF4A07: hue angle of 21.85º 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 #BF4A07 is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 7 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.25 |
| HSL | 21.85º | 0.93% | 0.39% | - |
| HSV(B) | 21.85º | 0.96% | 0.75% | - |
| XYZ | 23.97 | 15.99 | 2.02 | - |
| YUV | 101.35 | 74.76 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 7 | 0 | 0.61 | 0.96 | 0.25 | 21.85 | 0.93 | 0.39 |
| Hex | BF | 4A | 7 | 0 | 3D | 60 | 19 | 16 | 5D | 27 |
| Octal | 277 | 112 | 7 | 0 | 75 | 140 | 31 | 26 | 135 | 47 |
| Binary | 10111111 | 1001010 | 111 | 0 | 111101 | 1100000 | 11001 | 10110 | 1011101 | 100111 |
Color Harmonies of #BF4A07
Complementary color
Monochromatic Colors of #BF4A07
Black with #BF4A07
Text Example
Text Example
White with #BF4A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A07; }
p { color: rgb(191,74,7); }
H1.HeaderClassName
{
color: #BF4A07;
}
.AnyTagClassName
{
color: #BF4A07;
}
</style>
background-color css
<style>
a { background-color: #BF4A07; }
a { background-color: rgb(191,74,7); }
div.DivClassName
{
background-color: #BF4A07;
}
.BgClassName
{
background-color: #BF4A07;
}
</style>
border-color css
<style>
span { border-color: #BF4A07; }
span { border-color: rgb(191,74,7); }
td.TdClassName
{
border-color: #BF4A07;
}
.TagClassName
{
border-color: #BF4A07;
}
</style>