Shades of Rust #BD4902
Tints of Rust #BD4902
RGB
CMYK
RGB Variations
Color information
#BD4902 (or 0xBD4902) is known color: Rust. HEX triplet: BD, 49 and 02. RGB value is (189,73,2). Sum of RGB (Red+Green+Blue) = 189+73+2=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4902 is #42B6FD. Grayscale: #636363. Windows color (decimal): -4372222 or 149949. OLE color: 149949.
HSL color Cylindrical-coordinate representation of color #BD4902: hue angle of 22.78º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD4902 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.26 |
| HSL | 22.78º | 0.98% | 0.37% | - |
| HSV(B) | 22.78º | 0.99% | 0.74% | - |
| XYZ | 23.38 | 15.59 | 1.83 | - |
| YUV | 99.59 | 72.93 | 191.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 2 | 0 | 0.61 | 0.99 | 0.26 | 22.78 | 0.98 | 0.37 |
| Hex | BD | 49 | 2 | 0 | 3D | 63 | 1A | 17 | 62 | 25 |
| Octal | 275 | 111 | 2 | 0 | 75 | 143 | 32 | 27 | 142 | 45 |
| Binary | 10111101 | 1001001 | 10 | 0 | 111101 | 1100011 | 11010 | 10111 | 1100010 | 100101 |
Color Harmonies of #BD4902
Complementary color
Monochromatic Colors of #BD4902
Black with #BD4902
Text Example
Text Example
White with #BD4902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4902; }
p { color: rgb(189,73,2); }
H1.HeaderClassName
{
color: #BD4902;
}
.AnyTagClassName
{
color: #BD4902;
}
</style>
background-color css
<style>
a { background-color: #BD4902; }
a { background-color: rgb(189,73,2); }
div.DivClassName
{
background-color: #BD4902;
}
.BgClassName
{
background-color: #BD4902;
}
</style>
border-color css
<style>
span { border-color: #BD4902; }
span { border-color: rgb(189,73,2); }
td.TdClassName
{
border-color: #BD4902;
}
.TagClassName
{
border-color: #BD4902;
}
</style>