Shades of Rust #BF4202
Tints of Rust #BF4202
RGB
CMYK
RGB Variations
Color information
#BF4202 (or 0xBF4202) is known color: Rust. HEX triplet: BF, 42 and 02. RGB value is (191,66,2). Sum of RGB (Red+Green+Blue) = 191+66+2=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF4202 is #40BDFD. Grayscale: #606060. Windows color (decimal): -4242942 or 148159. OLE color: 148159.
HSL color Cylindrical-coordinate representation of color #BF4202: hue angle of 20.32º 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 #BF4202 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.25 |
| HSL | 20.32º | 0.98% | 0.38% | - |
| HSV(B) | 20.32º | 0.99% | 0.75% | - |
| XYZ | 23.45 | 14.98 | 1.71 | - |
| YUV | 96.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 2 | 0 | 0.65 | 0.99 | 0.25 | 20.32 | 0.98 | 0.38 |
| Hex | BF | 42 | 2 | 0 | 41 | 63 | 19 | 14 | 62 | 26 |
| Octal | 277 | 102 | 2 | 0 | 101 | 143 | 31 | 24 | 142 | 46 |
| Binary | 10111111 | 1000010 | 10 | 0 | 1000001 | 1100011 | 11001 | 10100 | 1100010 | 100110 |
Color Harmonies of #BF4202
Complementary color
Monochromatic Colors of #BF4202
Black with #BF4202
Text Example
Text Example
White with #BF4202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4202; }
p { color: rgb(191,66,2); }
H1.HeaderClassName
{
color: #BF4202;
}
.AnyTagClassName
{
color: #BF4202;
}
</style>
background-color css
<style>
a { background-color: #BF4202; }
a { background-color: rgb(191,66,2); }
div.DivClassName
{
background-color: #BF4202;
}
.BgClassName
{
background-color: #BF4202;
}
</style>
border-color css
<style>
span { border-color: #BF4202; }
span { border-color: rgb(191,66,2); }
td.TdClassName
{
border-color: #BF4202;
}
.TagClassName
{
border-color: #BF4202;
}
</style>