Shades of Rust #BD400D
Tints of Rust #BD400D
RGB
CMYK
RGB Variations
Color information
#BD400D (or 0xBD400D) is known color: Rust. HEX triplet: BD, 40 and 0D. RGB value is (189,64,13). Sum of RGB (Red+Green+Blue) = 189+64+13=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD400D is #42BFF2. Grayscale: #5F5F5F. Windows color (decimal): -4374515 or 868541. OLE color: 868541.
HSL color Cylindrical-coordinate representation of color #BD400D: hue angle of 17.39º 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 #BD400D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.26 |
| HSL | 17.39º | 0.87% | 0.4% | - |
| HSV(B) | 17.39º | 0.93% | 0.74% | - |
| XYZ | 22.89 | 14.51 | 1.98 | - |
| YUV | 95.56 | 81.41 | 194.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 13 | 0 | 0.66 | 0.93 | 0.26 | 17.39 | 0.87 | 0.4 |
| Hex | BD | 40 | D | 0 | 42 | 5D | 1A | 11 | 57 | 28 |
| Octal | 275 | 100 | 15 | 0 | 102 | 135 | 32 | 21 | 127 | 50 |
| Binary | 10111101 | 1000000 | 1101 | 0 | 1000010 | 1011101 | 11010 | 10001 | 1010111 | 101000 |
Color Harmonies of #BD400D
Complementary color
Monochromatic Colors of #BD400D
Black with #BD400D
Text Example
Text Example
White with #BD400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD400D; }
p { color: rgb(189,64,13); }
H1.HeaderClassName
{
color: #BD400D;
}
.AnyTagClassName
{
color: #BD400D;
}
</style>
background-color css
<style>
a { background-color: #BD400D; }
a { background-color: rgb(189,64,13); }
div.DivClassName
{
background-color: #BD400D;
}
.BgClassName
{
background-color: #BD400D;
}
</style>
border-color css
<style>
span { border-color: #BD400D; }
span { border-color: rgb(189,64,13); }
td.TdClassName
{
border-color: #BD400D;
}
.TagClassName
{
border-color: #BD400D;
}
</style>