Shades of Rust #BD3D09
Tints of Rust #BD3D09
RGB
CMYK
RGB Variations
Color information
#BD3D09 (or 0xBD3D09) is known color: Rust. HEX triplet: BD, 3D and 09. RGB value is (189,61,9). Sum of RGB (Red+Green+Blue) = 189+61+9=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 61 (24.22% from 255 or 23.55% from 259); Blue value is 9 (3.91% from 255 or 3.47% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3D09 is #42C2F6. Grayscale: #5D5D5D. Windows color (decimal): -4375287 or 605629. OLE color: 605629.
HSL color Cylindrical-coordinate representation of color #BD3D09: hue angle of 17.33º 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 #BD3D09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 9 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.26 |
| HSL | 17.33º | 0.91% | 0.39% | - |
| HSV(B) | 17.33º | 0.95% | 0.74% | - |
| XYZ | 22.7 | 14.18 | 1.8 | - |
| YUV | 93.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 9 | 0 | 0.68 | 0.95 | 0.26 | 17.33 | 0.91 | 0.39 |
| Hex | BD | 3D | 9 | 0 | 44 | 5F | 1A | 11 | 5B | 27 |
| Octal | 275 | 75 | 11 | 0 | 104 | 137 | 32 | 21 | 133 | 47 |
| Binary | 10111101 | 111101 | 1001 | 0 | 1000100 | 1011111 | 11010 | 10001 | 1011011 | 100111 |
Color Harmonies of #BD3D09
Complementary color
Monochromatic Colors of #BD3D09
Black with #BD3D09
Text Example
Text Example
White with #BD3D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D09; }
p { color: rgb(189,61,9); }
H1.HeaderClassName
{
color: #BD3D09;
}
.AnyTagClassName
{
color: #BD3D09;
}
</style>
background-color css
<style>
a { background-color: #BD3D09; }
a { background-color: rgb(189,61,9); }
div.DivClassName
{
background-color: #BD3D09;
}
.BgClassName
{
background-color: #BD3D09;
}
</style>
border-color css
<style>
span { border-color: #BD3D09; }
span { border-color: rgb(189,61,9); }
td.TdClassName
{
border-color: #BD3D09;
}
.TagClassName
{
border-color: #BD3D09;
}
</style>