Shades of Rust #BD530E
Tints of Rust #BD530E
RGB
CMYK
RGB Variations
Color information
#BD530E (or 0xBD530E) is known color: Rust. HEX triplet: BD, 53 and 0E. RGB value is (189,83,14). Sum of RGB (Red+Green+Blue) = 189+83+14=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD530E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD530E is #42ACF1. Grayscale: #6B6B6B. Windows color (decimal): -4369650 or 938941. OLE color: 938941.
HSL color Cylindrical-coordinate representation of color #BD530E: hue angle of 23.66º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD530E is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 83 | 14 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.26 |
| HSL | 23.66º | 0.86% | 0.4% | - |
| HSV(B) | 23.66º | 0.93% | 0.74% | - |
| XYZ | 24.16 | 17.04 | 2.43 | - |
| YUV | 106.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 83 | 14 | 0 | 0.56 | 0.93 | 0.26 | 23.66 | 0.86 | 0.4 |
| Hex | BD | 53 | E | 0 | 38 | 5D | 1A | 18 | 56 | 28 |
| Octal | 275 | 123 | 16 | 0 | 70 | 135 | 32 | 30 | 126 | 50 |
| Binary | 10111101 | 1010011 | 1110 | 0 | 111000 | 1011101 | 11010 | 11000 | 1010110 | 101000 |
Color Harmonies of #BD530E
Complementary color
Monochromatic Colors of #BD530E
Black with #BD530E
Text Example
Text Example
White with #BD530E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD530E; }
p { color: rgb(189,83,14); }
H1.HeaderClassName
{
color: #BD530E;
}
.AnyTagClassName
{
color: #BD530E;
}
</style>
background-color css
<style>
a { background-color: #BD530E; }
a { background-color: rgb(189,83,14); }
div.DivClassName
{
background-color: #BD530E;
}
.BgClassName
{
background-color: #BD530E;
}
</style>
border-color css
<style>
span { border-color: #BD530E; }
span { border-color: rgb(189,83,14); }
td.TdClassName
{
border-color: #BD530E;
}
.TagClassName
{
border-color: #BD530E;
}
</style>