Shades of Rust #BD3306
Tints of Rust #BD3306
RGB
CMYK
RGB Variations
Color information
#BD3306 (or 0xBD3306) is known color: Rust. HEX triplet: BD, 33 and 06. RGB value is (189,51,6). Sum of RGB (Red+Green+Blue) = 189+51+6=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3306 is #42CCF9. Grayscale: #575757. Windows color (decimal): -4377850 or 406461. OLE color: 406461.
HSL color Cylindrical-coordinate representation of color #BD3306: hue angle of 14.75º degrees, saturation: 0.94, 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 #BD3306 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 6 | - |
| CMYK | 0 | 0.73 | 0.97 | 0.26 |
| HSL | 14.75º | 0.94% | 0.38% | - |
| HSV(B) | 14.75º | 0.97% | 0.74% | - |
| XYZ | 22.2 | 13.2 | 1.55 | - |
| YUV | 87.13 | 82.22 | 200.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 6 | 0 | 0.73 | 0.97 | 0.26 | 14.75 | 0.94 | 0.38 |
| Hex | BD | 33 | 6 | 0 | 49 | 61 | 1A | F | 5E | 26 |
| Octal | 275 | 63 | 6 | 0 | 111 | 141 | 32 | 17 | 136 | 46 |
| Binary | 10111101 | 110011 | 110 | 0 | 1001001 | 1100001 | 11010 | 1111 | 1011110 | 100110 |
Color Harmonies of #BD3306
Complementary color
Monochromatic Colors of #BD3306
Black with #BD3306
Text Example
Text Example
White with #BD3306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3306; }
p { color: rgb(189,51,6); }
H1.HeaderClassName
{
color: #BD3306;
}
.AnyTagClassName
{
color: #BD3306;
}
</style>
background-color css
<style>
a { background-color: #BD3306; }
a { background-color: rgb(189,51,6); }
div.DivClassName
{
background-color: #BD3306;
}
.BgClassName
{
background-color: #BD3306;
}
</style>
border-color css
<style>
span { border-color: #BD3306; }
span { border-color: rgb(189,51,6); }
td.TdClassName
{
border-color: #BD3306;
}
.TagClassName
{
border-color: #BD3306;
}
</style>