Shades of Rust #BD3E05
Tints of Rust #BD3E05
RGB
CMYK
RGB Variations
Color information
#BD3E05 (or 0xBD3E05) is known color: Rust. HEX triplet: BD, 3E and 05. RGB value is (189,62,5). Sum of RGB (Red+Green+Blue) = 189+62+5=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 62 (24.61% from 255 or 24.22% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E05 is #42C1FA. Grayscale: #5D5D5D. Windows color (decimal): -4375035 or 343741. OLE color: 343741.
HSL color Cylindrical-coordinate representation of color #BD3E05: hue angle of 18.59º degrees, saturation: 0.95, 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 #BD3E05 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 5 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.26 |
| HSL | 18.59º | 0.95% | 0.38% | - |
| HSV(B) | 18.59º | 0.97% | 0.74% | - |
| XYZ | 22.74 | 14.28 | 1.7 | - |
| YUV | 93.48 | 78.08 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 5 | 0 | 0.67 | 0.97 | 0.26 | 18.59 | 0.95 | 0.38 |
| Hex | BD | 3E | 5 | 0 | 43 | 61 | 1A | 13 | 5F | 26 |
| Octal | 275 | 76 | 5 | 0 | 103 | 141 | 32 | 23 | 137 | 46 |
| Binary | 10111101 | 111110 | 101 | 0 | 1000011 | 1100001 | 11010 | 10011 | 1011111 | 100110 |
Color Harmonies of #BD3E05
Complementary color
Monochromatic Colors of #BD3E05
Black with #BD3E05
Text Example
Text Example
White with #BD3E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E05; }
p { color: rgb(189,62,5); }
H1.HeaderClassName
{
color: #BD3E05;
}
.AnyTagClassName
{
color: #BD3E05;
}
</style>
background-color css
<style>
a { background-color: #BD3E05; }
a { background-color: rgb(189,62,5); }
div.DivClassName
{
background-color: #BD3E05;
}
.BgClassName
{
background-color: #BD3E05;
}
</style>
border-color css
<style>
span { border-color: #BD3E05; }
span { border-color: rgb(189,62,5); }
td.TdClassName
{
border-color: #BD3E05;
}
.TagClassName
{
border-color: #BD3E05;
}
</style>