Shades of Rust #BD3200
Tints of Rust #BD3200
RGB
CMYK
RGB Variations
Color information
#BD3200 (or 0xBD3200) is known color: Rust. HEX triplet: BD, 32 and 00. RGB value is (189,50,0). Sum of RGB (Red+Green+Blue) = 189+50+0=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3200 is #42CDFF. Grayscale: #565656. Windows color (decimal): -4378112 or 12989. OLE color: 12989.
HSL color Cylindrical-coordinate representation of color #BD3200: hue angle of 15.87º 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 #BD3200 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.26 |
| HSL | 15.87º | 1% | 0.37% | - |
| HSV(B) | 15.87º | 1% | 0.74% | - |
| XYZ | 22.13 | 13.1 | 1.36 | - |
| YUV | 85.86 | 79.55 | 201.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 0 | 0 | 0.74 | 1 | 0.26 | 15.87 | 1 | 0.37 |
| Hex | BD | 32 | 0 | 0 | 4A | 64 | 1A | 10 | 64 | 25 |
| Octal | 275 | 62 | 0 | 0 | 112 | 144 | 32 | 20 | 144 | 45 |
| Binary | 10111101 | 110010 | 0 | 0 | 1001010 | 1100100 | 11010 | 10000 | 1100100 | 100101 |
Color Harmonies of #BD3200
Complementary color
Monochromatic Colors of #BD3200
Black with #BD3200
Text Example
Text Example
White with #BD3200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3200; }
p { color: rgb(189,50,0); }
H1.HeaderClassName
{
color: #BD3200;
}
.AnyTagClassName
{
color: #BD3200;
}
</style>
background-color css
<style>
a { background-color: #BD3200; }
a { background-color: rgb(189,50,0); }
div.DivClassName
{
background-color: #BD3200;
}
.BgClassName
{
background-color: #BD3200;
}
</style>
border-color css
<style>
span { border-color: #BD3200; }
span { border-color: rgb(189,50,0); }
td.TdClassName
{
border-color: #BD3200;
}
.TagClassName
{
border-color: #BD3200;
}
</style>