Shades of Rust #BF3F02
Tints of Rust #BF3F02
RGB
CMYK
RGB Variations
Color information
#BF3F02 (or 0xBF3F02) is known color: Rust. HEX triplet: BF, 3F and 02. RGB value is (191,63,2). Sum of RGB (Red+Green+Blue) = 191+63+2=256 (33% of max value = 765). Red value is 191 (75% from 255 or 74.61% from 256); Green value is 63 (25% from 255 or 24.61% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3F02 is #40C0FD. Grayscale: #5E5E5E. Windows color (decimal): -4243710 or 147391. OLE color: 147391.
HSL color Cylindrical-coordinate representation of color #BF3F02: hue angle of 19.37º 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 #BF3F02 is Cyan = 0, Magento = 0.67, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 63 | 2 | - |
| CMYK | 0 | 0.67 | 0.99 | 0.25 |
| HSL | 19.37º | 0.98% | 0.38% | - |
| HSV(B) | 19.37º | 0.99% | 0.75% | - |
| XYZ | 23.27 | 14.64 | 1.66 | - |
| YUV | 94.32 | 75.91 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 63 | 2 | 0 | 0.67 | 0.99 | 0.25 | 19.37 | 0.98 | 0.38 |
| Hex | BF | 3F | 2 | 0 | 43 | 63 | 19 | 13 | 62 | 26 |
| Octal | 277 | 77 | 2 | 0 | 103 | 143 | 31 | 23 | 142 | 46 |
| Binary | 10111111 | 111111 | 10 | 0 | 1000011 | 1100011 | 11001 | 10011 | 1100010 | 100110 |
Color Harmonies of #BF3F02
Complementary color
Monochromatic Colors of #BF3F02
Black with #BF3F02
Text Example
Text Example
White with #BF3F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3F02; }
p { color: rgb(191,63,2); }
H1.HeaderClassName
{
color: #BF3F02;
}
.AnyTagClassName
{
color: #BF3F02;
}
</style>
background-color css
<style>
a { background-color: #BF3F02; }
a { background-color: rgb(191,63,2); }
div.DivClassName
{
background-color: #BF3F02;
}
.BgClassName
{
background-color: #BF3F02;
}
</style>
border-color css
<style>
span { border-color: #BF3F02; }
span { border-color: rgb(191,63,2); }
td.TdClassName
{
border-color: #BF3F02;
}
.TagClassName
{
border-color: #BF3F02;
}
</style>