Shades of Rust #BD3F09
Tints of Rust #BD3F09
RGB
CMYK
RGB Variations
Color information
#BD3F09 (or 0xBD3F09) is known color: Rust. HEX triplet: BD, 3F and 09. RGB value is (189,63,9). Sum of RGB (Red+Green+Blue) = 189+63+9=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 63 (25% from 255 or 24.14% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F09 is #42C0F6. Grayscale: #5E5E5E. Windows color (decimal): -4374775 or 606141. OLE color: 606141.
HSL color Cylindrical-coordinate representation of color #BD3F09: hue angle of 18º 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 #BD3F09 is Cyan = 0, Magento = 0.67, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 9 | - |
| CMYK | 0 | 0.67 | 0.95 | 0.26 |
| HSL | 18º | 0.91% | 0.39% | - |
| HSV(B) | 18º | 0.95% | 0.74% | - |
| XYZ | 22.81 | 14.39 | 1.83 | - |
| YUV | 94.52 | 79.74 | 195.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 9 | 0 | 0.67 | 0.95 | 0.26 | 18 | 0.91 | 0.39 |
| Hex | BD | 3F | 9 | 0 | 43 | 5F | 1A | 12 | 5B | 27 |
| Octal | 275 | 77 | 11 | 0 | 103 | 137 | 32 | 22 | 133 | 47 |
| Binary | 10111101 | 111111 | 1001 | 0 | 1000011 | 1011111 | 11010 | 10010 | 1011011 | 100111 |
Color Harmonies of #BD3F09
Complementary color
Monochromatic Colors of #BD3F09
Black with #BD3F09
Text Example
Text Example
White with #BD3F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F09; }
p { color: rgb(189,63,9); }
H1.HeaderClassName
{
color: #BD3F09;
}
.AnyTagClassName
{
color: #BD3F09;
}
</style>
background-color css
<style>
a { background-color: #BD3F09; }
a { background-color: rgb(189,63,9); }
div.DivClassName
{
background-color: #BD3F09;
}
.BgClassName
{
background-color: #BD3F09;
}
</style>
border-color css
<style>
span { border-color: #BD3F09; }
span { border-color: rgb(189,63,9); }
td.TdClassName
{
border-color: #BD3F09;
}
.TagClassName
{
border-color: #BD3F09;
}
</style>