Shades of Rust #BD3903
Tints of Rust #BD3903
RGB
CMYK
RGB Variations
Color information
#BD3903 (or 0xBD3903) is known color: Rust. HEX triplet: BD, 39 and 03. RGB value is (189,57,3). Sum of RGB (Red+Green+Blue) = 189+57+3=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3903 is #42C6FC. Grayscale: #5A5A5A. Windows color (decimal): -4376317 or 211389. OLE color: 211389.
HSL color Cylindrical-coordinate representation of color #BD3903: hue angle of 17.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD3903 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.26 |
| HSL | 17.42º | 0.97% | 0.38% | - |
| HSV(B) | 17.42º | 0.98% | 0.74% | - |
| XYZ | 22.47 | 13.75 | 1.56 | - |
| YUV | 90.31 | 78.73 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 3 | 0 | 0.70 | 0.98 | 0.26 | 17.42 | 0.97 | 0.38 |
| Hex | BD | 39 | 3 | 0 | 46 | 62 | 1A | 11 | 61 | 26 |
| Octal | 275 | 71 | 3 | 0 | 106 | 142 | 32 | 21 | 141 | 46 |
| Binary | 10111101 | 111001 | 11 | 0 | 1000110 | 1100010 | 11010 | 10001 | 1100001 | 100110 |
Color Harmonies of #BD3903
Complementary color
Monochromatic Colors of #BD3903
Black with #BD3903
Text Example
Text Example
White with #BD3903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3903; }
p { color: rgb(189,57,3); }
H1.HeaderClassName
{
color: #BD3903;
}
.AnyTagClassName
{
color: #BD3903;
}
</style>
background-color css
<style>
a { background-color: #BD3903; }
a { background-color: rgb(189,57,3); }
div.DivClassName
{
background-color: #BD3903;
}
.BgClassName
{
background-color: #BD3903;
}
</style>
border-color css
<style>
span { border-color: #BD3903; }
span { border-color: rgb(189,57,3); }
td.TdClassName
{
border-color: #BD3903;
}
.TagClassName
{
border-color: #BD3903;
}
</style>