Shades of Rust #BD3E1D
Tints of Rust #BD3E1D
RGB
CMYK
RGB Variations
Color information
#BD3E1D (or 0xBD3E1D) is known color: Rust. HEX triplet: BD, 3E and 1D. RGB value is (189,62,29). Sum of RGB (Red+Green+Blue) = 189+62+29=280 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.5% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 29 (11.72% from 255 or 10.36% from 280); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3E1D is #42C1E2. Grayscale: #606060. Windows color (decimal): -4375011 or 1916605. OLE color: 1916605.
HSL color Cylindrical-coordinate representation of color #BD3E1D: hue angle of 12.38º 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 #BD3E1D is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 29 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.26 |
| HSL | 12.38º | 0.73% | 0.43% | - |
| HSV(B) | 12.38º | 0.85% | 0.74% | - |
| XYZ | 22.93 | 14.35 | 2.72 | - |
| YUV | 96.21 | 90.08 | 194.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 29 | 0 | 0.67 | 0.85 | 0.26 | 12.38 | 0.73 | 0.43 |
| Hex | BD | 3E | 1D | 0 | 43 | 55 | 1A | C | 49 | 2B |
| Octal | 275 | 76 | 35 | 0 | 103 | 125 | 32 | 14 | 111 | 53 |
| Binary | 10111101 | 111110 | 11101 | 0 | 1000011 | 1010101 | 11010 | 1100 | 1001001 | 101011 |
Color Harmonies of #BD3E1D
Complementary color
Monochromatic Colors of #BD3E1D
Black with #BD3E1D
Text Example
Text Example
White with #BD3E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E1D; }
p { color: rgb(189,62,29); }
H1.HeaderClassName
{
color: #BD3E1D;
}
.AnyTagClassName
{
color: #BD3E1D;
}
</style>
background-color css
<style>
a { background-color: #BD3E1D; }
a { background-color: rgb(189,62,29); }
div.DivClassName
{
background-color: #BD3E1D;
}
.BgClassName
{
background-color: #BD3E1D;
}
</style>
border-color css
<style>
span { border-color: #BD3E1D; }
span { border-color: rgb(189,62,29); }
td.TdClassName
{
border-color: #BD3E1D;
}
.TagClassName
{
border-color: #BD3E1D;
}
</style>