Shades of Rust #BD3E07
Tints of Rust #BD3E07
RGB
CMYK
RGB Variations
Color information
#BD3E07 (or 0xBD3E07) is known color: Rust. HEX triplet: BD, 3E and 07. RGB value is (189,62,7). Sum of RGB (Red+Green+Blue) = 189+62+7=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 62 (24.61% from 255 or 24.03% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E07 is #42C1F8. Grayscale: #5E5E5E. Windows color (decimal): -4375033 or 474813. OLE color: 474813.
HSL color Cylindrical-coordinate representation of color #BD3E07: hue angle of 18.13º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD3E07 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 7 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.26 |
| HSL | 18.13º | 0.93% | 0.38% | - |
| HSV(B) | 18.13º | 0.96% | 0.74% | - |
| XYZ | 22.75 | 14.28 | 1.76 | - |
| YUV | 93.7 | 79.08 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 7 | 0 | 0.67 | 0.96 | 0.26 | 18.13 | 0.93 | 0.38 |
| Hex | BD | 3E | 7 | 0 | 43 | 60 | 1A | 12 | 5D | 26 |
| Octal | 275 | 76 | 7 | 0 | 103 | 140 | 32 | 22 | 135 | 46 |
| Binary | 10111101 | 111110 | 111 | 0 | 1000011 | 1100000 | 11010 | 10010 | 1011101 | 100110 |
Color Harmonies of #BD3E07
Complementary color
Monochromatic Colors of #BD3E07
Black with #BD3E07
Text Example
Text Example
White with #BD3E07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E07; }
p { color: rgb(189,62,7); }
H1.HeaderClassName
{
color: #BD3E07;
}
.AnyTagClassName
{
color: #BD3E07;
}
</style>
background-color css
<style>
a { background-color: #BD3E07; }
a { background-color: rgb(189,62,7); }
div.DivClassName
{
background-color: #BD3E07;
}
.BgClassName
{
background-color: #BD3E07;
}
</style>
border-color css
<style>
span { border-color: #BD3E07; }
span { border-color: rgb(189,62,7); }
td.TdClassName
{
border-color: #BD3E07;
}
.TagClassName
{
border-color: #BD3E07;
}
</style>