Shades of Rust #BD4221
Tints of Rust #BD4221
RGB
CMYK
RGB Variations
Color information
#BD4221 (or 0xBD4221) is known color: Rust. HEX triplet: BD, 42 and 21. RGB value is (189,66,33). Sum of RGB (Red+Green+Blue) = 189+66+33=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 33 (13.28% from 255 or 11.46% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4221 is #42BDDE. Grayscale: #636363. Windows color (decimal): -4373983 or 2179773. OLE color: 2179773.
HSL color Cylindrical-coordinate representation of color #BD4221: hue angle of 12.69º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD4221 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 33 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.26 |
| HSL | 12.69º | 0.7% | 0.44% | - |
| HSV(B) | 12.69º | 0.83% | 0.74% | - |
| XYZ | 23.21 | 14.83 | 3.08 | - |
| YUV | 99.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 33 | 0 | 0.65 | 0.83 | 0.26 | 12.69 | 0.7 | 0.44 |
| Hex | BD | 42 | 21 | 0 | 41 | 53 | 1A | D | 46 | 2C |
| Octal | 275 | 102 | 41 | 0 | 101 | 123 | 32 | 15 | 106 | 54 |
| Binary | 10111101 | 1000010 | 100001 | 0 | 1000001 | 1010011 | 11010 | 1101 | 1000110 | 101100 |
Color Harmonies of #BD4221
Complementary color
Monochromatic Colors of #BD4221
Black with #BD4221
Text Example
Text Example
White with #BD4221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4221; }
p { color: rgb(189,66,33); }
H1.HeaderClassName
{
color: #BD4221;
}
.AnyTagClassName
{
color: #BD4221;
}
</style>
background-color css
<style>
a { background-color: #BD4221; }
a { background-color: rgb(189,66,33); }
div.DivClassName
{
background-color: #BD4221;
}
.BgClassName
{
background-color: #BD4221;
}
</style>
border-color css
<style>
span { border-color: #BD4221; }
span { border-color: rgb(189,66,33); }
td.TdClassName
{
border-color: #BD4221;
}
.TagClassName
{
border-color: #BD4221;
}
</style>