Shades of Rust #BD4121
Tints of Rust #BD4121
RGB
CMYK
RGB Variations
Color information
#BD4121 (or 0xBD4121) is known color: Rust. HEX triplet: BD, 41 and 21. RGB value is (189,65,33). Sum of RGB (Red+Green+Blue) = 189+65+33=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4121 is #42BEDE. Grayscale: #626262. Windows color (decimal): -4374239 or 2179517. OLE color: 2179517.
HSL color Cylindrical-coordinate representation of color #BD4121: hue angle of 12.31º 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 #BD4121 is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 33 | - |
| CMYK | 0 | 0.66 | 0.83 | 0.26 |
| HSL | 12.31º | 0.7% | 0.44% | - |
| HSV(B) | 12.31º | 0.83% | 0.74% | - |
| XYZ | 23.15 | 14.71 | 3.06 | - |
| YUV | 98.43 | 91.08 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 33 | 0 | 0.66 | 0.83 | 0.26 | 12.31 | 0.7 | 0.44 |
| Hex | BD | 41 | 21 | 0 | 42 | 53 | 1A | C | 46 | 2C |
| Octal | 275 | 101 | 41 | 0 | 102 | 123 | 32 | 14 | 106 | 54 |
| Binary | 10111101 | 1000001 | 100001 | 0 | 1000010 | 1010011 | 11010 | 1100 | 1000110 | 101100 |
Color Harmonies of #BD4121
Complementary color
Monochromatic Colors of #BD4121
Black with #BD4121
Text Example
Text Example
White with #BD4121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4121; }
p { color: rgb(189,65,33); }
H1.HeaderClassName
{
color: #BD4121;
}
.AnyTagClassName
{
color: #BD4121;
}
</style>
background-color css
<style>
a { background-color: #BD4121; }
a { background-color: rgb(189,65,33); }
div.DivClassName
{
background-color: #BD4121;
}
.BgClassName
{
background-color: #BD4121;
}
</style>
border-color css
<style>
span { border-color: #BD4121; }
span { border-color: rgb(189,65,33); }
td.TdClassName
{
border-color: #BD4121;
}
.TagClassName
{
border-color: #BD4121;
}
</style>