Shades of Rust #BD451D
Tints of Rust #BD451D
RGB
CMYK
RGB Variations
Color information
#BD451D (or 0xBD451D) is known color: Rust. HEX triplet: BD, 45 and 1D. RGB value is (189,69,29). Sum of RGB (Red+Green+Blue) = 189+69+29=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD451D is #42BAE2. Grayscale: #646464. Windows color (decimal): -4373219 or 1918397. OLE color: 1918397.
HSL color Cylindrical-coordinate representation of color #BD451D: hue angle of 15º 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 #BD451D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 69 | 29 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.26 |
| HSL | 15º | 0.73% | 0.43% | - |
| HSV(B) | 15º | 0.85% | 0.74% | - |
| XYZ | 23.34 | 15.16 | 2.86 | - |
| YUV | 100.32 | 87.76 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 69 | 29 | 0 | 0.63 | 0.85 | 0.26 | 15 | 0.73 | 0.43 |
| Hex | BD | 45 | 1D | 0 | 3F | 55 | 1A | F | 49 | 2B |
| Octal | 275 | 105 | 35 | 0 | 77 | 125 | 32 | 17 | 111 | 53 |
| Binary | 10111101 | 1000101 | 11101 | 0 | 111111 | 1010101 | 11010 | 1111 | 1001001 | 101011 |
Color Harmonies of #BD451D
Complementary color
Monochromatic Colors of #BD451D
Black with #BD451D
Text Example
Text Example
White with #BD451D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD451D; }
p { color: rgb(189,69,29); }
H1.HeaderClassName
{
color: #BD451D;
}
.AnyTagClassName
{
color: #BD451D;
}
</style>
background-color css
<style>
a { background-color: #BD451D; }
a { background-color: rgb(189,69,29); }
div.DivClassName
{
background-color: #BD451D;
}
.BgClassName
{
background-color: #BD451D;
}
</style>
border-color css
<style>
span { border-color: #BD451D; }
span { border-color: rgb(189,69,29); }
td.TdClassName
{
border-color: #BD451D;
}
.TagClassName
{
border-color: #BD451D;
}
</style>