Shades of Rust #BD3F00
Tints of Rust #BD3F00
RGB
CMYK
RGB Variations
Color information
#BD3F00 (or 0xBD3F00) is known color: Rust. HEX triplet: BD, 3F and 00. RGB value is (189,63,0). Sum of RGB (Red+Green+Blue) = 189+63+0=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F00 is #42C0FF. Grayscale: #5D5D5D. Windows color (decimal): -4374784 or 16317. OLE color: 16317.
HSL color Cylindrical-coordinate representation of color #BD3F00: hue angle of 20º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD3F00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.26 |
| HSL | 20º | 1% | 0.37% | - |
| HSV(B) | 20º | 1% | 0.74% | - |
| XYZ | 22.76 | 14.37 | 1.57 | - |
| YUV | 93.49 | 75.24 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 0 | 0 | 0.67 | 1 | 0.26 | 20 | 1 | 0.37 |
| Hex | BD | 3F | 0 | 0 | 43 | 64 | 1A | 14 | 64 | 25 |
| Octal | 275 | 77 | 0 | 0 | 103 | 144 | 32 | 24 | 144 | 45 |
| Binary | 10111101 | 111111 | 0 | 0 | 1000011 | 1100100 | 11010 | 10100 | 1100100 | 100101 |
Color Harmonies of #BD3F00
Complementary color
Monochromatic Colors of #BD3F00
Black with #BD3F00
Text Example
Text Example
White with #BD3F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F00; }
p { color: rgb(189,63,0); }
H1.HeaderClassName
{
color: #BD3F00;
}
.AnyTagClassName
{
color: #BD3F00;
}
</style>
background-color css
<style>
a { background-color: #BD3F00; }
a { background-color: rgb(189,63,0); }
div.DivClassName
{
background-color: #BD3F00;
}
.BgClassName
{
background-color: #BD3F00;
}
</style>
border-color css
<style>
span { border-color: #BD3F00; }
span { border-color: rgb(189,63,0); }
td.TdClassName
{
border-color: #BD3F00;
}
.TagClassName
{
border-color: #BD3F00;
}
</style>