Shades of Rust #BF3503
Tints of Rust #BF3503
RGB
CMYK
RGB Variations
Color information
#BF3503 (or 0xBF3503) is known color: Rust. HEX triplet: BF, 35 and 03. RGB value is (191,53,3). Sum of RGB (Red+Green+Blue) = 191+53+3=247 (32% of max value = 765). Red value is 191 (75% from 255 or 77.33% from 247); Green value is 53 (21.09% from 255 or 21.46% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3503 is #40CAFC. Grayscale: #585858. Windows color (decimal): -4246269 or 210367. OLE color: 210367.
HSL color Cylindrical-coordinate representation of color #BF3503: hue angle of 15.96º degrees, saturation: 0.97, 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 #BF3503 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 53 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.25 |
| HSL | 15.96º | 0.97% | 0.38% | - |
| HSV(B) | 15.96º | 0.98% | 0.75% | - |
| XYZ | 22.78 | 13.63 | 1.52 | - |
| YUV | 88.56 | 79.72 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 53 | 3 | 0 | 0.72 | 0.98 | 0.25 | 15.96 | 0.97 | 0.38 |
| Hex | BF | 35 | 3 | 0 | 48 | 62 | 19 | 10 | 61 | 26 |
| Octal | 277 | 65 | 3 | 0 | 110 | 142 | 31 | 20 | 141 | 46 |
| Binary | 10111111 | 110101 | 11 | 0 | 1001000 | 1100010 | 11001 | 10000 | 1100001 | 100110 |
Color Harmonies of #BF3503
Complementary color
Monochromatic Colors of #BF3503
Black with #BF3503
Text Example
Text Example
White with #BF3503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3503; }
p { color: rgb(191,53,3); }
H1.HeaderClassName
{
color: #BF3503;
}
.AnyTagClassName
{
color: #BF3503;
}
</style>
background-color css
<style>
a { background-color: #BF3503; }
a { background-color: rgb(191,53,3); }
div.DivClassName
{
background-color: #BF3503;
}
.BgClassName
{
background-color: #BF3503;
}
</style>
border-color css
<style>
span { border-color: #BF3503; }
span { border-color: rgb(191,53,3); }
td.TdClassName
{
border-color: #BF3503;
}
.TagClassName
{
border-color: #BF3503;
}
</style>