Shades of Rust #BD4306
Tints of Rust #BD4306
RGB
CMYK
RGB Variations
Color information
#BD4306 (or 0xBD4306) is known color: Rust. HEX triplet: BD, 43 and 06. RGB value is (189,67,6). Sum of RGB (Red+Green+Blue) = 189+67+6=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4306 is #42BCF9. Grayscale: #606060. Windows color (decimal): -4373754 or 410557. OLE color: 410557.
HSL color Cylindrical-coordinate representation of color #BD4306: hue angle of 20º 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 #BD4306 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.26 |
| HSL | 20º | 0.94% | 0.38% | - |
| HSV(B) | 20º | 0.97% | 0.74% | - |
| XYZ | 23.03 | 14.85 | 1.82 | - |
| YUV | 96.52 | 76.92 | 193.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 6 | 0 | 0.65 | 0.97 | 0.26 | 20 | 0.94 | 0.38 |
| Hex | BD | 43 | 6 | 0 | 41 | 61 | 1A | 14 | 5E | 26 |
| Octal | 275 | 103 | 6 | 0 | 101 | 141 | 32 | 24 | 136 | 46 |
| Binary | 10111101 | 1000011 | 110 | 0 | 1000001 | 1100001 | 11010 | 10100 | 1011110 | 100110 |
Color Harmonies of #BD4306
Complementary color
Monochromatic Colors of #BD4306
Black with #BD4306
Text Example
Text Example
White with #BD4306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4306; }
p { color: rgb(189,67,6); }
H1.HeaderClassName
{
color: #BD4306;
}
.AnyTagClassName
{
color: #BD4306;
}
</style>
background-color css
<style>
a { background-color: #BD4306; }
a { background-color: rgb(189,67,6); }
div.DivClassName
{
background-color: #BD4306;
}
.BgClassName
{
background-color: #BD4306;
}
</style>
border-color css
<style>
span { border-color: #BD4306; }
span { border-color: rgb(189,67,6); }
td.TdClassName
{
border-color: #BD4306;
}
.TagClassName
{
border-color: #BD4306;
}
</style>