Shades of Rust #BD4621
Tints of Rust #BD4621
RGB
CMYK
RGB Variations
Color information
#BD4621 (or 0xBD4621) is known color: Rust. HEX triplet: BD, 46 and 21. RGB value is (189,70,33). Sum of RGB (Red+Green+Blue) = 189+70+33=292 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.73% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4621 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4621 is #42B9DE. Grayscale: #656565. Windows color (decimal): -4372959 or 2180797. OLE color: 2180797.
HSL color Cylindrical-coordinate representation of color #BD4621: hue angle of 14.23º 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 #BD4621 is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 70 | 33 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.26 |
| HSL | 14.23º | 0.7% | 0.44% | - |
| HSV(B) | 14.23º | 0.83% | 0.74% | - |
| XYZ | 23.45 | 15.31 | 3.16 | - |
| YUV | 101.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 70 | 33 | 0 | 0.63 | 0.83 | 0.26 | 14.23 | 0.7 | 0.44 |
| Hex | BD | 46 | 21 | 0 | 3F | 53 | 1A | E | 46 | 2C |
| Octal | 275 | 106 | 41 | 0 | 77 | 123 | 32 | 16 | 106 | 54 |
| Binary | 10111101 | 1000110 | 100001 | 0 | 111111 | 1010011 | 11010 | 1110 | 1000110 | 101100 |
Color Harmonies of #BD4621
Complementary color
Monochromatic Colors of #BD4621
Black with #BD4621
Text Example
Text Example
White with #BD4621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4621; }
p { color: rgb(189,70,33); }
H1.HeaderClassName
{
color: #BD4621;
}
.AnyTagClassName
{
color: #BD4621;
}
</style>
background-color css
<style>
a { background-color: #BD4621; }
a { background-color: rgb(189,70,33); }
div.DivClassName
{
background-color: #BD4621;
}
.BgClassName
{
background-color: #BD4621;
}
</style>
border-color css
<style>
span { border-color: #BD4621; }
span { border-color: rgb(189,70,33); }
td.TdClassName
{
border-color: #BD4621;
}
.TagClassName
{
border-color: #BD4621;
}
</style>