Shades of Rust #BD4322
Tints of Rust #BD4322
RGB
CMYK
RGB Variations
Color information
#BD4322 (or 0xBD4322) is known color: Rust. HEX triplet: BD, 43 and 22. RGB value is (189,67,34). Sum of RGB (Red+Green+Blue) = 189+67+34=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4322 is #42BCDD. Grayscale: #636363. Windows color (decimal): -4373726 or 2245565. OLE color: 2245565.
HSL color Cylindrical-coordinate representation of color #BD4322: hue angle of 12.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD4322 is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 34 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.26 |
| HSL | 12.77º | 0.7% | 0.44% | - |
| HSV(B) | 12.77º | 0.82% | 0.74% | - |
| XYZ | 23.28 | 14.95 | 3.17 | - |
| YUV | 99.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 34 | 0 | 0.65 | 0.82 | 0.26 | 12.77 | 0.7 | 0.44 |
| Hex | BD | 43 | 22 | 0 | 41 | 52 | 1A | D | 46 | 2C |
| Octal | 275 | 103 | 42 | 0 | 101 | 122 | 32 | 15 | 106 | 54 |
| Binary | 10111101 | 1000011 | 100010 | 0 | 1000001 | 1010010 | 11010 | 1101 | 1000110 | 101100 |
Color Harmonies of #BD4322
Complementary color
Monochromatic Colors of #BD4322
Black with #BD4322
Text Example
Text Example
White with #BD4322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4322; }
p { color: rgb(189,67,34); }
H1.HeaderClassName
{
color: #BD4322;
}
.AnyTagClassName
{
color: #BD4322;
}
</style>
background-color css
<style>
a { background-color: #BD4322; }
a { background-color: rgb(189,67,34); }
div.DivClassName
{
background-color: #BD4322;
}
.BgClassName
{
background-color: #BD4322;
}
</style>
border-color css
<style>
span { border-color: #BD4322; }
span { border-color: rgb(189,67,34); }
td.TdClassName
{
border-color: #BD4322;
}
.TagClassName
{
border-color: #BD4322;
}
</style>