Shades of Rust #BF3A08
Tints of Rust #BF3A08
RGB
CMYK
RGB Variations
Color information
#BF3A08 (or 0xBF3A08) is known color: Rust. HEX triplet: BF, 3A and 08. RGB value is (191,58,8). Sum of RGB (Red+Green+Blue) = 191+58+8=257 (34% of max value = 765). Red value is 191 (75% from 255 or 74.32% from 257); Green value is 58 (23.05% from 255 or 22.57% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A08 is #40C5F7. Grayscale: #5C5C5C. Windows color (decimal): -4244984 or 539327. OLE color: 539327.
HSL color Cylindrical-coordinate representation of color #BF3A08: hue angle of 16.39º degrees, saturation: 0.92, 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 #BF3A08 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 8 | - |
| CMYK | 0 | 0.70 | 0.96 | 0.25 |
| HSL | 16.39º | 0.92% | 0.39% | - |
| HSV(B) | 16.39º | 0.96% | 0.75% | - |
| XYZ | 23.04 | 14.12 | 1.74 | - |
| YUV | 92.07 | 80.56 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 8 | 0 | 0.70 | 0.96 | 0.25 | 16.39 | 0.92 | 0.39 |
| Hex | BF | 3A | 8 | 0 | 46 | 60 | 19 | 10 | 5C | 27 |
| Octal | 277 | 72 | 10 | 0 | 106 | 140 | 31 | 20 | 134 | 47 |
| Binary | 10111111 | 111010 | 1000 | 0 | 1000110 | 1100000 | 11001 | 10000 | 1011100 | 100111 |
Color Harmonies of #BF3A08
Complementary color
Monochromatic Colors of #BF3A08
Black with #BF3A08
Text Example
Text Example
White with #BF3A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A08; }
p { color: rgb(191,58,8); }
H1.HeaderClassName
{
color: #BF3A08;
}
.AnyTagClassName
{
color: #BF3A08;
}
</style>
background-color css
<style>
a { background-color: #BF3A08; }
a { background-color: rgb(191,58,8); }
div.DivClassName
{
background-color: #BF3A08;
}
.BgClassName
{
background-color: #BF3A08;
}
</style>
border-color css
<style>
span { border-color: #BF3A08; }
span { border-color: rgb(191,58,8); }
td.TdClassName
{
border-color: #BF3A08;
}
.TagClassName
{
border-color: #BF3A08;
}
</style>