Shades of Rust #BD3F05
Tints of Rust #BD3F05
RGB
CMYK
RGB Variations
Color information
#BD3F05 (or 0xBD3F05) is known color: Rust. HEX triplet: BD, 3F and 05. RGB value is (189,63,5). Sum of RGB (Red+Green+Blue) = 189+63+5=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 63 (25% from 255 or 24.51% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F05 is #42C0FA. Grayscale: #5E5E5E. Windows color (decimal): -4374779 or 343997. OLE color: 343997.
HSL color Cylindrical-coordinate representation of color #BD3F05: hue angle of 18.91º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD3F05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.26 |
| HSL | 18.91º | 0.95% | 0.38% | - |
| HSV(B) | 18.91º | 0.97% | 0.74% | - |
| XYZ | 22.79 | 14.38 | 1.72 | - |
| YUV | 94.06 | 77.74 | 195.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 5 | 0 | 0.67 | 0.97 | 0.26 | 18.91 | 0.95 | 0.38 |
| Hex | BD | 3F | 5 | 0 | 43 | 61 | 1A | 13 | 5F | 26 |
| Octal | 275 | 77 | 5 | 0 | 103 | 141 | 32 | 23 | 137 | 46 |
| Binary | 10111101 | 111111 | 101 | 0 | 1000011 | 1100001 | 11010 | 10011 | 1011111 | 100110 |
Color Harmonies of #BD3F05
Complementary color
Monochromatic Colors of #BD3F05
Black with #BD3F05
Text Example
Text Example
White with #BD3F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F05; }
p { color: rgb(189,63,5); }
H1.HeaderClassName
{
color: #BD3F05;
}
.AnyTagClassName
{
color: #BD3F05;
}
</style>
background-color css
<style>
a { background-color: #BD3F05; }
a { background-color: rgb(189,63,5); }
div.DivClassName
{
background-color: #BD3F05;
}
.BgClassName
{
background-color: #BD3F05;
}
</style>
border-color css
<style>
span { border-color: #BD3F05; }
span { border-color: rgb(189,63,5); }
td.TdClassName
{
border-color: #BD3F05;
}
.TagClassName
{
border-color: #BD3F05;
}
</style>