Shades of Rust #BD491F
Tints of Rust #BD491F
RGB
CMYK
RGB Variations
Color information
#BD491F (or 0xBD491F) is known color: Rust. HEX triplet: BD, 49 and 1F. RGB value is (189,73,31). Sum of RGB (Red+Green+Blue) = 189+73+31=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 31 (12.5% from 255 or 10.58% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD491F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD491F is #42B6E0. Grayscale: #676767. Windows color (decimal): -4372193 or 2050493. OLE color: 2050493.
HSL color Cylindrical-coordinate representation of color #BD491F: hue angle of 15.95º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD491F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 31 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.26 |
| HSL | 15.95º | 0.72% | 0.43% | - |
| HSV(B) | 15.95º | 0.84% | 0.74% | - |
| XYZ | 23.62 | 15.68 | 3.08 | - |
| YUV | 102.9 | 87.43 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 31 | 0 | 0.61 | 0.84 | 0.26 | 15.95 | 0.72 | 0.43 |
| Hex | BD | 49 | 1F | 0 | 3D | 54 | 1A | 10 | 48 | 2B |
| Octal | 275 | 111 | 37 | 0 | 75 | 124 | 32 | 20 | 110 | 53 |
| Binary | 10111101 | 1001001 | 11111 | 0 | 111101 | 1010100 | 11010 | 10000 | 1001000 | 101011 |
Color Harmonies of #BD491F
Complementary color
Monochromatic Colors of #BD491F
Black with #BD491F
Text Example
Text Example
White with #BD491F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD491F; }
p { color: rgb(189,73,31); }
H1.HeaderClassName
{
color: #BD491F;
}
.AnyTagClassName
{
color: #BD491F;
}
</style>
background-color css
<style>
a { background-color: #BD491F; }
a { background-color: rgb(189,73,31); }
div.DivClassName
{
background-color: #BD491F;
}
.BgClassName
{
background-color: #BD491F;
}
</style>
border-color css
<style>
span { border-color: #BD491F; }
span { border-color: rgb(189,73,31); }
td.TdClassName
{
border-color: #BD491F;
}
.TagClassName
{
border-color: #BD491F;
}
</style>