Shades of Rust #BD4A1D
Tints of Rust #BD4A1D
RGB
CMYK
RGB Variations
Color information
#BD4A1D (or 0xBD4A1D) is known color: Rust. HEX triplet: BD, 4A and 1D. RGB value is (189,74,29). Sum of RGB (Red+Green+Blue) = 189+74+29=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A1D is #42B5E2. Grayscale: #676767. Windows color (decimal): -4371939 or 1919677. OLE color: 1919677.
HSL color Cylindrical-coordinate representation of color #BD4A1D: hue angle of 16.88º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD4A1D is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 29 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.26 |
| HSL | 16.88º | 0.73% | 0.43% | - |
| HSV(B) | 16.88º | 0.85% | 0.74% | - |
| XYZ | 23.66 | 15.81 | 2.97 | - |
| YUV | 103.26 | 86.1 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 29 | 0 | 0.61 | 0.85 | 0.26 | 16.88 | 0.73 | 0.43 |
| Hex | BD | 4A | 1D | 0 | 3D | 55 | 1A | 11 | 49 | 2B |
| Octal | 275 | 112 | 35 | 0 | 75 | 125 | 32 | 21 | 111 | 53 |
| Binary | 10111101 | 1001010 | 11101 | 0 | 111101 | 1010101 | 11010 | 10001 | 1001001 | 101011 |
Color Harmonies of #BD4A1D
Complementary color
Monochromatic Colors of #BD4A1D
Black with #BD4A1D
Text Example
Text Example
White with #BD4A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A1D; }
p { color: rgb(189,74,29); }
H1.HeaderClassName
{
color: #BD4A1D;
}
.AnyTagClassName
{
color: #BD4A1D;
}
</style>
background-color css
<style>
a { background-color: #BD4A1D; }
a { background-color: rgb(189,74,29); }
div.DivClassName
{
background-color: #BD4A1D;
}
.BgClassName
{
background-color: #BD4A1D;
}
</style>
border-color css
<style>
span { border-color: #BD4A1D; }
span { border-color: rgb(189,74,29); }
td.TdClassName
{
border-color: #BD4A1D;
}
.TagClassName
{
border-color: #BD4A1D;
}
</style>