Shades of Rust #BD4209
Tints of Rust #BD4209
RGB
CMYK
RGB Variations
Color information
#BD4209 (or 0xBD4209) is known color: Rust. HEX triplet: BD, 42 and 09. RGB value is (189,66,9). Sum of RGB (Red+Green+Blue) = 189+66+9=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 9 (3.91% from 255 or 3.41% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4209 is #42BDF6. Grayscale: #606060. Windows color (decimal): -4374007 or 606909. OLE color: 606909.
HSL color Cylindrical-coordinate representation of color #BD4209: hue angle of 19º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD4209 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 9 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.26 |
| HSL | 19º | 0.91% | 0.39% | - |
| HSV(B) | 19º | 0.95% | 0.74% | - |
| XYZ | 22.98 | 14.73 | 1.89 | - |
| YUV | 96.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 9 | 0 | 0.65 | 0.95 | 0.26 | 19 | 0.91 | 0.39 |
| Hex | BD | 42 | 9 | 0 | 41 | 5F | 1A | 13 | 5B | 27 |
| Octal | 275 | 102 | 11 | 0 | 101 | 137 | 32 | 23 | 133 | 47 |
| Binary | 10111101 | 1000010 | 1001 | 0 | 1000001 | 1011111 | 11010 | 10011 | 1011011 | 100111 |
Color Harmonies of #BD4209
Complementary color
Monochromatic Colors of #BD4209
Black with #BD4209
Text Example
Text Example
White with #BD4209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4209; }
p { color: rgb(189,66,9); }
H1.HeaderClassName
{
color: #BD4209;
}
.AnyTagClassName
{
color: #BD4209;
}
</style>
background-color css
<style>
a { background-color: #BD4209; }
a { background-color: rgb(189,66,9); }
div.DivClassName
{
background-color: #BD4209;
}
.BgClassName
{
background-color: #BD4209;
}
</style>
border-color css
<style>
span { border-color: #BD4209; }
span { border-color: rgb(189,66,9); }
td.TdClassName
{
border-color: #BD4209;
}
.TagClassName
{
border-color: #BD4209;
}
</style>