Shades of Rust #BF4808
Tints of Rust #BF4808
RGB
CMYK
RGB Variations
Color information
#BF4808 (or 0xBF4808) is known color: Rust. HEX triplet: BF, 48 and 08. RGB value is (191,72,8). Sum of RGB (Red+Green+Blue) = 191+72+8=271 (35% of max value = 765). Red value is 191 (75% from 255 or 70.48% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4808 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4808 is #40B7F7. Grayscale: #646464. Windows color (decimal): -4241400 or 542911. OLE color: 542911.
HSL color Cylindrical-coordinate representation of color #BF4808: hue angle of 20.98º 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 #BF4808 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.25 |
| HSL | 20.98º | 0.92% | 0.39% | - |
| HSV(B) | 20.98º | 0.96% | 0.75% | - |
| XYZ | 23.85 | 15.73 | 2.01 | - |
| YUV | 100.29 | 75.92 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 8 | 0 | 0.62 | 0.96 | 0.25 | 20.98 | 0.92 | 0.39 |
| Hex | BF | 48 | 8 | 0 | 3E | 60 | 19 | 15 | 5C | 27 |
| Octal | 277 | 110 | 10 | 0 | 76 | 140 | 31 | 25 | 134 | 47 |
| Binary | 10111111 | 1001000 | 1000 | 0 | 111110 | 1100000 | 11001 | 10101 | 1011100 | 100111 |
Color Harmonies of #BF4808
Complementary color
Monochromatic Colors of #BF4808
Black with #BF4808
Text Example
Text Example
White with #BF4808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4808; }
p { color: rgb(191,72,8); }
H1.HeaderClassName
{
color: #BF4808;
}
.AnyTagClassName
{
color: #BF4808;
}
</style>
background-color css
<style>
a { background-color: #BF4808; }
a { background-color: rgb(191,72,8); }
div.DivClassName
{
background-color: #BF4808;
}
.BgClassName
{
background-color: #BF4808;
}
</style>
border-color css
<style>
span { border-color: #BF4808; }
span { border-color: rgb(191,72,8); }
td.TdClassName
{
border-color: #BF4808;
}
.TagClassName
{
border-color: #BF4808;
}
</style>