Shades of Rust #BD3305
Tints of Rust #BD3305
RGB
CMYK
RGB Variations
Color information
#BD3305 (or 0xBD3305) is known color: Rust. HEX triplet: BD, 33 and 05. RGB value is (189,51,5). Sum of RGB (Red+Green+Blue) = 189+51+5=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 51 (20.31% from 255 or 20.82% from 245); Blue value is 5 (2.34% from 255 or 2.04% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3305 is #42CCFA. Grayscale: #575757. Windows color (decimal): -4377851 or 340925. OLE color: 340925.
HSL color Cylindrical-coordinate representation of color #BD3305: hue angle of 15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD3305 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 5 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.26 |
| HSL | 15º | 0.95% | 0.38% | - |
| HSV(B) | 15º | 0.97% | 0.74% | - |
| XYZ | 22.2 | 13.2 | 1.52 | - |
| YUV | 87.02 | 81.72 | 200.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 5 | 0 | 0.73 | 0.97 | 0.26 | 15 | 0.95 | 0.38 |
| Hex | BD | 33 | 5 | 0 | 49 | 61 | 1A | F | 5F | 26 |
| Octal | 275 | 63 | 5 | 0 | 111 | 141 | 32 | 17 | 137 | 46 |
| Binary | 10111101 | 110011 | 101 | 0 | 1001001 | 1100001 | 11010 | 1111 | 1011111 | 100110 |
Color Harmonies of #BD3305
Complementary color
Monochromatic Colors of #BD3305
Black with #BD3305
Text Example
Text Example
White with #BD3305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3305; }
p { color: rgb(189,51,5); }
H1.HeaderClassName
{
color: #BD3305;
}
.AnyTagClassName
{
color: #BD3305;
}
</style>
background-color css
<style>
a { background-color: #BD3305; }
a { background-color: rgb(189,51,5); }
div.DivClassName
{
background-color: #BD3305;
}
.BgClassName
{
background-color: #BD3305;
}
</style>
border-color css
<style>
span { border-color: #BD3305; }
span { border-color: rgb(189,51,5); }
td.TdClassName
{
border-color: #BD3305;
}
.TagClassName
{
border-color: #BD3305;
}
</style>