Shades of Rust #BD3E0D
Tints of Rust #BD3E0D
RGB
CMYK
RGB Variations
Color information
#BD3E0D (or 0xBD3E0D) is known color: Rust. HEX triplet: BD, 3E and 0D. RGB value is (189,62,13). Sum of RGB (Red+Green+Blue) = 189+62+13=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3E0D is #42C1F2. Grayscale: #5E5E5E. Windows color (decimal): -4375027 or 868029. OLE color: 868029.
HSL color Cylindrical-coordinate representation of color #BD3E0D: hue angle of 16.7º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BD3E0D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 62 | 13 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.26 |
| HSL | 16.7º | 0.87% | 0.4% | - |
| HSV(B) | 16.7º | 0.93% | 0.74% | - |
| XYZ | 22.78 | 14.29 | 1.94 | - |
| YUV | 94.39 | 82.08 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 62 | 13 | 0 | 0.67 | 0.93 | 0.26 | 16.7 | 0.87 | 0.4 |
| Hex | BD | 3E | D | 0 | 43 | 5D | 1A | 11 | 57 | 28 |
| Octal | 275 | 76 | 15 | 0 | 103 | 135 | 32 | 21 | 127 | 50 |
| Binary | 10111101 | 111110 | 1101 | 0 | 1000011 | 1011101 | 11010 | 10001 | 1010111 | 101000 |
Color Harmonies of #BD3E0D
Complementary color
Monochromatic Colors of #BD3E0D
Black with #BD3E0D
Text Example
Text Example
White with #BD3E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3E0D; }
p { color: rgb(189,62,13); }
H1.HeaderClassName
{
color: #BD3E0D;
}
.AnyTagClassName
{
color: #BD3E0D;
}
</style>
background-color css
<style>
a { background-color: #BD3E0D; }
a { background-color: rgb(189,62,13); }
div.DivClassName
{
background-color: #BD3E0D;
}
.BgClassName
{
background-color: #BD3E0D;
}
</style>
border-color css
<style>
span { border-color: #BD3E0D; }
span { border-color: rgb(189,62,13); }
td.TdClassName
{
border-color: #BD3E0D;
}
.TagClassName
{
border-color: #BD3E0D;
}
</style>