Shades of Rust #BF4802
Tints of Rust #BF4802
RGB
CMYK
RGB Variations
Color information
#BF4802 (or 0xBF4802) is known color: Rust. HEX triplet: BF, 48 and 02. RGB value is (191,72,2). Sum of RGB (Red+Green+Blue) = 191+72+2=265 (35% of max value = 765). Red value is 191 (75% from 255 or 72.08% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4802 is #40B7FD. Grayscale: #646464. Windows color (decimal): -4241406 or 149695. OLE color: 149695.
HSL color Cylindrical-coordinate representation of color #BF4802: hue angle of 22.22º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF4802 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 72 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.25 |
| HSL | 22.22º | 0.98% | 0.38% | - |
| HSV(B) | 22.22º | 0.99% | 0.75% | - |
| XYZ | 23.81 | 15.72 | 1.84 | - |
| YUV | 99.6 | 72.92 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 72 | 2 | 0 | 0.62 | 0.99 | 0.25 | 22.22 | 0.98 | 0.38 |
| Hex | BF | 48 | 2 | 0 | 3E | 63 | 19 | 16 | 62 | 26 |
| Octal | 277 | 110 | 2 | 0 | 76 | 143 | 31 | 26 | 142 | 46 |
| Binary | 10111111 | 1001000 | 10 | 0 | 111110 | 1100011 | 11001 | 10110 | 1100010 | 100110 |
Color Harmonies of #BF4802
Complementary color
Monochromatic Colors of #BF4802
Black with #BF4802
Text Example
Text Example
White with #BF4802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4802; }
p { color: rgb(191,72,2); }
H1.HeaderClassName
{
color: #BF4802;
}
.AnyTagClassName
{
color: #BF4802;
}
</style>
background-color css
<style>
a { background-color: #BF4802; }
a { background-color: rgb(191,72,2); }
div.DivClassName
{
background-color: #BF4802;
}
.BgClassName
{
background-color: #BF4802;
}
</style>
border-color css
<style>
span { border-color: #BF4802; }
span { border-color: rgb(191,72,2); }
td.TdClassName
{
border-color: #BF4802;
}
.TagClassName
{
border-color: #BF4802;
}
</style>