Shades of Rust #BF3802
Tints of Rust #BF3802
RGB
CMYK
RGB Variations
Color information
#BF3802 (or 0xBF3802) is known color: Rust. HEX triplet: BF, 38 and 02. RGB value is (191,56,2). Sum of RGB (Red+Green+Blue) = 191+56+2=249 (32% of max value = 765). Red value is 191 (75% from 255 or 76.71% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 2 (1.17% from 255 or 0.80% from 249); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3802 is #40C7FD. Grayscale: #5A5A5A. Windows color (decimal): -4245502 or 145599. OLE color: 145599.
HSL color Cylindrical-coordinate representation of color #BF3802: hue angle of 17.14º 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 #BF3802 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 56 | 2 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.25 |
| HSL | 17.14º | 0.98% | 0.38% | - |
| HSV(B) | 17.14º | 0.99% | 0.75% | - |
| XYZ | 22.91 | 13.91 | 1.53 | - |
| YUV | 90.21 | 78.23 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 56 | 2 | 0 | 0.71 | 0.99 | 0.25 | 17.14 | 0.98 | 0.38 |
| Hex | BF | 38 | 2 | 0 | 47 | 63 | 19 | 11 | 62 | 26 |
| Octal | 277 | 70 | 2 | 0 | 107 | 143 | 31 | 21 | 142 | 46 |
| Binary | 10111111 | 111000 | 10 | 0 | 1000111 | 1100011 | 11001 | 10001 | 1100010 | 100110 |
Color Harmonies of #BF3802
Complementary color
Monochromatic Colors of #BF3802
Black with #BF3802
Text Example
Text Example
White with #BF3802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3802; }
p { color: rgb(191,56,2); }
H1.HeaderClassName
{
color: #BF3802;
}
.AnyTagClassName
{
color: #BF3802;
}
</style>
background-color css
<style>
a { background-color: #BF3802; }
a { background-color: rgb(191,56,2); }
div.DivClassName
{
background-color: #BF3802;
}
.BgClassName
{
background-color: #BF3802;
}
</style>
border-color css
<style>
span { border-color: #BF3802; }
span { border-color: rgb(191,56,2); }
td.TdClassName
{
border-color: #BF3802;
}
.TagClassName
{
border-color: #BF3802;
}
</style>