Shades of Rust #BD4B1D
Tints of Rust #BD4B1D
RGB
CMYK
RGB Variations
Color information
#BD4B1D (or 0xBD4B1D) is known color: Rust. HEX triplet: BD, 4B and 1D. RGB value is (189,75,29). Sum of RGB (Red+Green+Blue) = 189+75+29=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 29 (11.72% from 255 or 9.90% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4B1D is #42B4E2. Grayscale: #686868. Windows color (decimal): -4371683 or 1919933. OLE color: 1919933.
HSL color Cylindrical-coordinate representation of color #BD4B1D: hue angle of 17.25º 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 #BD4B1D is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 29 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.26 |
| HSL | 17.25º | 0.73% | 0.43% | - |
| HSV(B) | 17.25º | 0.85% | 0.74% | - |
| XYZ | 23.72 | 15.94 | 2.99 | - |
| YUV | 103.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 29 | 0 | 0.60 | 0.85 | 0.26 | 17.25 | 0.73 | 0.43 |
| Hex | BD | 4B | 1D | 0 | 3C | 55 | 1A | 11 | 49 | 2B |
| Octal | 275 | 113 | 35 | 0 | 74 | 125 | 32 | 21 | 111 | 53 |
| Binary | 10111101 | 1001011 | 11101 | 0 | 111100 | 1010101 | 11010 | 10001 | 1001001 | 101011 |
Color Harmonies of #BD4B1D
Complementary color
Monochromatic Colors of #BD4B1D
Black with #BD4B1D
Text Example
Text Example
White with #BD4B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B1D; }
p { color: rgb(189,75,29); }
H1.HeaderClassName
{
color: #BD4B1D;
}
.AnyTagClassName
{
color: #BD4B1D;
}
</style>
background-color css
<style>
a { background-color: #BD4B1D; }
a { background-color: rgb(189,75,29); }
div.DivClassName
{
background-color: #BD4B1D;
}
.BgClassName
{
background-color: #BD4B1D;
}
</style>
border-color css
<style>
span { border-color: #BD4B1D; }
span { border-color: rgb(189,75,29); }
td.TdClassName
{
border-color: #BD4B1D;
}
.TagClassName
{
border-color: #BD4B1D;
}
</style>