Shades of Rust #BD3100
Tints of Rust #BD3100
RGB
CMYK
RGB Variations
Color information
#BD3100 (or 0xBD3100) is known color: Rust. HEX triplet: BD, 31 and 00. RGB value is (189,49,0). Sum of RGB (Red+Green+Blue) = 189+49+0=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3100 is #42CEFF. Grayscale: #555555. Windows color (decimal): -4378368 or 12733. OLE color: 12733.
HSL color Cylindrical-coordinate representation of color #BD3100: hue angle of 15.56º 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 #BD3100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 0 | - |
| CMYK | 0 | 0.74 | 1 | 0.26 |
| HSL | 15.56º | 1% | 0.37% | - |
| HSV(B) | 15.56º | 1% | 0.74% | - |
| XYZ | 22.08 | 13.02 | 1.35 | - |
| YUV | 85.27 | 79.88 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 0 | 0 | 0.74 | 1 | 0.26 | 15.56 | 1 | 0.37 |
| Hex | BD | 31 | 0 | 0 | 4A | 64 | 1A | 10 | 64 | 25 |
| Octal | 275 | 61 | 0 | 0 | 112 | 144 | 32 | 20 | 144 | 45 |
| Binary | 10111101 | 110001 | 0 | 0 | 1001010 | 1100100 | 11010 | 10000 | 1100100 | 100101 |
Color Harmonies of #BD3100
Complementary color
Monochromatic Colors of #BD3100
Black with #BD3100
Text Example
Text Example
White with #BD3100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3100; }
p { color: rgb(189,49,0); }
H1.HeaderClassName
{
color: #BD3100;
}
.AnyTagClassName
{
color: #BD3100;
}
</style>
background-color css
<style>
a { background-color: #BD3100; }
a { background-color: rgb(189,49,0); }
div.DivClassName
{
background-color: #BD3100;
}
.BgClassName
{
background-color: #BD3100;
}
</style>
border-color css
<style>
span { border-color: #BD3100; }
span { border-color: rgb(189,49,0); }
td.TdClassName
{
border-color: #BD3100;
}
.TagClassName
{
border-color: #BD3100;
}
</style>