Shades of Rust #BD4D1B
Tints of Rust #BD4D1B
RGB
CMYK
RGB Variations
Color information
#BD4D1B (or 0xBD4D1B) is known color: Rust. HEX triplet: BD, 4D and 1B. RGB value is (189,77,27). Sum of RGB (Red+Green+Blue) = 189+77+27=293 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.51% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4D1B is #42B2E4. Grayscale: #696969. Windows color (decimal): -4371173 or 1789373. OLE color: 1789373.
HSL color Cylindrical-coordinate representation of color #BD4D1B: hue angle of 18.52º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD4D1B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 27 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.26 |
| HSL | 18.52º | 0.75% | 0.42% | - |
| HSV(B) | 18.52º | 0.86% | 0.74% | - |
| XYZ | 23.84 | 16.21 | 2.91 | - |
| YUV | 104.79 | 84.11 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 27 | 0 | 0.59 | 0.86 | 0.26 | 18.52 | 0.75 | 0.42 |
| Hex | BD | 4D | 1B | 0 | 3B | 56 | 1A | 13 | 4B | 2A |
| Octal | 275 | 115 | 33 | 0 | 73 | 126 | 32 | 23 | 113 | 52 |
| Binary | 10111101 | 1001101 | 11011 | 0 | 111011 | 1010110 | 11010 | 10011 | 1001011 | 101010 |
Color Harmonies of #BD4D1B
Complementary color
Monochromatic Colors of #BD4D1B
Black with #BD4D1B
Text Example
Text Example
White with #BD4D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D1B; }
p { color: rgb(189,77,27); }
H1.HeaderClassName
{
color: #BD4D1B;
}
.AnyTagClassName
{
color: #BD4D1B;
}
</style>
background-color css
<style>
a { background-color: #BD4D1B; }
a { background-color: rgb(189,77,27); }
div.DivClassName
{
background-color: #BD4D1B;
}
.BgClassName
{
background-color: #BD4D1B;
}
</style>
border-color css
<style>
span { border-color: #BD4D1B; }
span { border-color: rgb(189,77,27); }
td.TdClassName
{
border-color: #BD4D1B;
}
.TagClassName
{
border-color: #BD4D1B;
}
</style>