Shades of Rust #BF3A04
Tints of Rust #BF3A04
RGB
CMYK
RGB Variations
Color information
#BF3A04 (or 0xBF3A04) is known color: Rust. HEX triplet: BF, 3A and 04. RGB value is (191,58,4). Sum of RGB (Red+Green+Blue) = 191+58+4=253 (33% of max value = 765). Red value is 191 (75% from 255 or 75.49% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 4 (1.95% from 255 or 1.58% from 253); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A04 is #40C5FB. Grayscale: #5B5B5B. Windows color (decimal): -4244988 or 277183. OLE color: 277183.
HSL color Cylindrical-coordinate representation of color #BF3A04: hue angle of 17.33º 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 #BF3A04 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.25 |
| HSL | 17.33º | 0.96% | 0.38% | - |
| HSV(B) | 17.33º | 0.98% | 0.75% | - |
| XYZ | 23.02 | 14.11 | 1.63 | - |
| YUV | 91.61 | 78.56 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 4 | 0 | 0.70 | 0.98 | 0.25 | 17.33 | 0.96 | 0.38 |
| Hex | BF | 3A | 4 | 0 | 46 | 62 | 19 | 11 | 60 | 26 |
| Octal | 277 | 72 | 4 | 0 | 106 | 142 | 31 | 21 | 140 | 46 |
| Binary | 10111111 | 111010 | 100 | 0 | 1000110 | 1100010 | 11001 | 10001 | 1100000 | 100110 |
Color Harmonies of #BF3A04
Complementary color
Monochromatic Colors of #BF3A04
Black with #BF3A04
Text Example
Text Example
White with #BF3A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A04; }
p { color: rgb(191,58,4); }
H1.HeaderClassName
{
color: #BF3A04;
}
.AnyTagClassName
{
color: #BF3A04;
}
</style>
background-color css
<style>
a { background-color: #BF3A04; }
a { background-color: rgb(191,58,4); }
div.DivClassName
{
background-color: #BF3A04;
}
.BgClassName
{
background-color: #BF3A04;
}
</style>
border-color css
<style>
span { border-color: #BF3A04; }
span { border-color: rgb(191,58,4); }
td.TdClassName
{
border-color: #BF3A04;
}
.TagClassName
{
border-color: #BF3A04;
}
</style>