Shades of Rust #BF4508
Tints of Rust #BF4508
RGB
CMYK
RGB Variations
Color information
#BF4508 (or 0xBF4508) is known color: Rust. HEX triplet: BF, 45 and 08. RGB value is (191,69,8). Sum of RGB (Red+Green+Blue) = 191+69+8=268 (35% of max value = 765). Red value is 191 (75% from 255 or 71.27% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4508 is #40BAF7. Grayscale: #626262. Windows color (decimal): -4242168 or 542143. OLE color: 542143.
HSL color Cylindrical-coordinate representation of color #BF4508: hue angle of 20º 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 #BF4508 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 69 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.25 |
| HSL | 20º | 0.92% | 0.39% | - |
| HSV(B) | 20º | 0.96% | 0.75% | - |
| XYZ | 23.66 | 15.35 | 1.95 | - |
| YUV | 98.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 69 | 8 | 0 | 0.64 | 0.96 | 0.25 | 20 | 0.92 | 0.39 |
| Hex | BF | 45 | 8 | 0 | 40 | 60 | 19 | 14 | 5C | 27 |
| Octal | 277 | 105 | 10 | 0 | 100 | 140 | 31 | 24 | 134 | 47 |
| Binary | 10111111 | 1000101 | 1000 | 0 | 1000000 | 1100000 | 11001 | 10100 | 1011100 | 100111 |
Color Harmonies of #BF4508
Complementary color
Monochromatic Colors of #BF4508
Black with #BF4508
Text Example
Text Example
White with #BF4508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4508; }
p { color: rgb(191,69,8); }
H1.HeaderClassName
{
color: #BF4508;
}
.AnyTagClassName
{
color: #BF4508;
}
</style>
background-color css
<style>
a { background-color: #BF4508; }
a { background-color: rgb(191,69,8); }
div.DivClassName
{
background-color: #BF4508;
}
.BgClassName
{
background-color: #BF4508;
}
</style>
border-color css
<style>
span { border-color: #BF4508; }
span { border-color: rgb(191,69,8); }
td.TdClassName
{
border-color: #BF4508;
}
.TagClassName
{
border-color: #BF4508;
}
</style>