Shades of Rust #BD4900
Tints of Rust #BD4900
RGB
CMYK
RGB Variations
Color information
#BD4900 (or 0xBD4900) is known color: Rust. HEX triplet: BD, 49 and 00. RGB value is (189,73,0). Sum of RGB (Red+Green+Blue) = 189+73+0=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4900 is #42B6FF. Grayscale: #636363. Windows color (decimal): -4372224 or 18877. OLE color: 18877.
HSL color Cylindrical-coordinate representation of color #BD4900: hue angle of 23.17º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD4900 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.26 |
| HSL | 23.17º | 1% | 0.37% | - |
| HSV(B) | 23.17º | 1% | 0.74% | - |
| XYZ | 23.37 | 15.58 | 1.78 | - |
| YUV | 99.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 0 | 0 | 0.61 | 1 | 0.26 | 23.17 | 1 | 0.37 |
| Hex | BD | 49 | 0 | 0 | 3D | 64 | 1A | 17 | 64 | 25 |
| Octal | 275 | 111 | 0 | 0 | 75 | 144 | 32 | 27 | 144 | 45 |
| Binary | 10111101 | 1001001 | 0 | 0 | 111101 | 1100100 | 11010 | 10111 | 1100100 | 100101 |
Color Harmonies of #BD4900
Complementary color
Monochromatic Colors of #BD4900
Black with #BD4900
Text Example
Text Example
White with #BD4900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4900; }
p { color: rgb(189,73,0); }
H1.HeaderClassName
{
color: #BD4900;
}
.AnyTagClassName
{
color: #BD4900;
}
</style>
background-color css
<style>
a { background-color: #BD4900; }
a { background-color: rgb(189,73,0); }
div.DivClassName
{
background-color: #BD4900;
}
.BgClassName
{
background-color: #BD4900;
}
</style>
border-color css
<style>
span { border-color: #BD4900; }
span { border-color: rgb(189,73,0); }
td.TdClassName
{
border-color: #BD4900;
}
.TagClassName
{
border-color: #BD4900;
}
</style>