Shades of Rust #BF3603
Tints of Rust #BF3603
RGB
CMYK
RGB Variations
Color information
#BF3603 (or 0xBF3603) is known color: Rust. HEX triplet: BF, 36 and 03. RGB value is (191,54,3). Sum of RGB (Red+Green+Blue) = 191+54+3=248 (32% of max value = 765). Red value is 191 (75% from 255 or 77.02% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3603 is #40C9FC. Grayscale: #595959. Windows color (decimal): -4246013 or 210623. OLE color: 210623.
HSL color Cylindrical-coordinate representation of color #BF3603: hue angle of 16.28º 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 #BF3603 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.25 |
| HSL | 16.28º | 0.97% | 0.38% | - |
| HSV(B) | 16.28º | 0.98% | 0.75% | - |
| XYZ | 22.82 | 13.72 | 1.53 | - |
| YUV | 89.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 3 | 0 | 0.72 | 0.98 | 0.25 | 16.28 | 0.97 | 0.38 |
| Hex | BF | 36 | 3 | 0 | 48 | 62 | 19 | 10 | 61 | 26 |
| Octal | 277 | 66 | 3 | 0 | 110 | 142 | 31 | 20 | 141 | 46 |
| Binary | 10111111 | 110110 | 11 | 0 | 1001000 | 1100010 | 11001 | 10000 | 1100001 | 100110 |
Color Harmonies of #BF3603
Complementary color
Monochromatic Colors of #BF3603
Black with #BF3603
Text Example
Text Example
White with #BF3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3603; }
p { color: rgb(191,54,3); }
H1.HeaderClassName
{
color: #BF3603;
}
.AnyTagClassName
{
color: #BF3603;
}
</style>
background-color css
<style>
a { background-color: #BF3603; }
a { background-color: rgb(191,54,3); }
div.DivClassName
{
background-color: #BF3603;
}
.BgClassName
{
background-color: #BF3603;
}
</style>
border-color css
<style>
span { border-color: #BF3603; }
span { border-color: rgb(191,54,3); }
td.TdClassName
{
border-color: #BF3603;
}
.TagClassName
{
border-color: #BF3603;
}
</style>