Shades of Rust #BD3205
Tints of Rust #BD3205
RGB
CMYK
RGB Variations
Color information
#BD3205 (or 0xBD3205) is known color: Rust. HEX triplet: BD, 32 and 05. RGB value is (189,50,5). Sum of RGB (Red+Green+Blue) = 189+50+5=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 5 (2.34% from 255 or 2.05% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3205 is #42CDFA. Grayscale: #565656. Windows color (decimal): -4378107 or 340669. OLE color: 340669.
HSL color Cylindrical-coordinate representation of color #BD3205: hue angle of 14.67º 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 #BD3205 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.26 |
| HSL | 14.67º | 0.95% | 0.38% | - |
| HSV(B) | 14.67º | 0.97% | 0.74% | - |
| XYZ | 22.15 | 13.11 | 1.51 | - |
| YUV | 86.43 | 82.05 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 5 | 0 | 0.74 | 0.97 | 0.26 | 14.67 | 0.95 | 0.38 |
| Hex | BD | 32 | 5 | 0 | 4A | 61 | 1A | F | 5F | 26 |
| Octal | 275 | 62 | 5 | 0 | 112 | 141 | 32 | 17 | 137 | 46 |
| Binary | 10111101 | 110010 | 101 | 0 | 1001010 | 1100001 | 11010 | 1111 | 1011111 | 100110 |
Color Harmonies of #BD3205
Complementary color
Monochromatic Colors of #BD3205
Black with #BD3205
Text Example
Text Example
White with #BD3205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3205; }
p { color: rgb(189,50,5); }
H1.HeaderClassName
{
color: #BD3205;
}
.AnyTagClassName
{
color: #BD3205;
}
</style>
background-color css
<style>
a { background-color: #BD3205; }
a { background-color: rgb(189,50,5); }
div.DivClassName
{
background-color: #BD3205;
}
.BgClassName
{
background-color: #BD3205;
}
</style>
border-color css
<style>
span { border-color: #BD3205; }
span { border-color: rgb(189,50,5); }
td.TdClassName
{
border-color: #BD3205;
}
.TagClassName
{
border-color: #BD3205;
}
</style>