Shades of Rust #BD3000
Tints of Rust #BD3000
RGB
CMYK
RGB Variations
Color information
#BD3000 (or 0xBD3000) is known color: Rust. HEX triplet: BD, 30 and 00. RGB value is (189,48,0). Sum of RGB (Red+Green+Blue) = 189+48+0=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 48 (19.14% from 255 or 20.25% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3000 is #42CFFF. Grayscale: #555555. Windows color (decimal): -4378624 or 12477. OLE color: 12477.
HSL color Cylindrical-coordinate representation of color #BD3000: hue angle of 15.24º 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 #BD3000 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.26 |
| HSL | 15.24º | 1% | 0.37% | - |
| HSV(B) | 15.24º | 1% | 0.74% | - |
| XYZ | 22.04 | 12.93 | 1.33 | - |
| YUV | 84.69 | 80.21 | 202.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 0 | 0 | 0.75 | 1 | 0.26 | 15.24 | 1 | 0.37 |
| Hex | BD | 30 | 0 | 0 | 4B | 64 | 1A | F | 64 | 25 |
| Octal | 275 | 60 | 0 | 0 | 113 | 144 | 32 | 17 | 144 | 45 |
| Binary | 10111101 | 110000 | 0 | 0 | 1001011 | 1100100 | 11010 | 1111 | 1100100 | 100101 |
Color Harmonies of #BD3000
Complementary color
Monochromatic Colors of #BD3000
Black with #BD3000
Text Example
Text Example
White with #BD3000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3000; }
p { color: rgb(189,48,0); }
H1.HeaderClassName
{
color: #BD3000;
}
.AnyTagClassName
{
color: #BD3000;
}
</style>
background-color css
<style>
a { background-color: #BD3000; }
a { background-color: rgb(189,48,0); }
div.DivClassName
{
background-color: #BD3000;
}
.BgClassName
{
background-color: #BD3000;
}
</style>
border-color css
<style>
span { border-color: #BD3000; }
span { border-color: rgb(189,48,0); }
td.TdClassName
{
border-color: #BD3000;
}
.TagClassName
{
border-color: #BD3000;
}
</style>