Shades of Rust #BF4A05
Tints of Rust #BF4A05
RGB
CMYK
RGB Variations
Color information
#BF4A05 (or 0xBF4A05) is known color: Rust. HEX triplet: BF, 4A and 05. RGB value is (191,74,5). Sum of RGB (Red+Green+Blue) = 191+74+5=270 (35% of max value = 765). Red value is 191 (75% from 255 or 70.74% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4A05 is #40B5FA. Grayscale: #656565. Windows color (decimal): -4240891 or 346815. OLE color: 346815.
HSL color Cylindrical-coordinate representation of color #BF4A05: hue angle of 22.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF4A05 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.25 |
| HSL | 22.26º | 0.95% | 0.38% | - |
| HSV(B) | 22.26º | 0.97% | 0.75% | - |
| XYZ | 23.96 | 15.98 | 1.97 | - |
| YUV | 101.12 | 73.76 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 5 | 0 | 0.61 | 0.97 | 0.25 | 22.26 | 0.95 | 0.38 |
| Hex | BF | 4A | 5 | 0 | 3D | 61 | 19 | 16 | 5F | 26 |
| Octal | 277 | 112 | 5 | 0 | 75 | 141 | 31 | 26 | 137 | 46 |
| Binary | 10111111 | 1001010 | 101 | 0 | 111101 | 1100001 | 11001 | 10110 | 1011111 | 100110 |
Color Harmonies of #BF4A05
Complementary color
Monochromatic Colors of #BF4A05
Black with #BF4A05
Text Example
Text Example
White with #BF4A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A05; }
p { color: rgb(191,74,5); }
H1.HeaderClassName
{
color: #BF4A05;
}
.AnyTagClassName
{
color: #BF4A05;
}
</style>
background-color css
<style>
a { background-color: #BF4A05; }
a { background-color: rgb(191,74,5); }
div.DivClassName
{
background-color: #BF4A05;
}
.BgClassName
{
background-color: #BF4A05;
}
</style>
border-color css
<style>
span { border-color: #BF4A05; }
span { border-color: rgb(191,74,5); }
td.TdClassName
{
border-color: #BF4A05;
}
.TagClassName
{
border-color: #BF4A05;
}
</style>