Shades of Rust #BD3300
Tints of Rust #BD3300
RGB
CMYK
RGB Variations
Color information
#BD3300 (or 0xBD3300) is known color: Rust. HEX triplet: BD, 33 and 00. RGB value is (189,51,0). Sum of RGB (Red+Green+Blue) = 189+51+0=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3300 is #42CCFF. Grayscale: #565656. Windows color (decimal): -4377856 or 13245. OLE color: 13245.
HSL color Cylindrical-coordinate representation of color #BD3300: hue angle of 16.19º 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 #BD3300 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.26 |
| HSL | 16.19º | 1% | 0.37% | - |
| HSV(B) | 16.19º | 1% | 0.74% | - |
| XYZ | 22.17 | 13.19 | 1.38 | - |
| YUV | 86.45 | 79.22 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 0 | 0 | 0.73 | 1 | 0.26 | 16.19 | 1 | 0.37 |
| Hex | BD | 33 | 0 | 0 | 49 | 64 | 1A | 10 | 64 | 25 |
| Octal | 275 | 63 | 0 | 0 | 111 | 144 | 32 | 20 | 144 | 45 |
| Binary | 10111101 | 110011 | 0 | 0 | 1001001 | 1100100 | 11010 | 10000 | 1100100 | 100101 |
Color Harmonies of #BD3300
Complementary color
Monochromatic Colors of #BD3300
Black with #BD3300
Text Example
Text Example
White with #BD3300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3300; }
p { color: rgb(189,51,0); }
H1.HeaderClassName
{
color: #BD3300;
}
.AnyTagClassName
{
color: #BD3300;
}
</style>
background-color css
<style>
a { background-color: #BD3300; }
a { background-color: rgb(189,51,0); }
div.DivClassName
{
background-color: #BD3300;
}
.BgClassName
{
background-color: #BD3300;
}
</style>
border-color css
<style>
span { border-color: #BD3300; }
span { border-color: rgb(189,51,0); }
td.TdClassName
{
border-color: #BD3300;
}
.TagClassName
{
border-color: #BD3300;
}
</style>