Shades of Rust #BD4413
Tints of Rust #BD4413
RGB
CMYK
RGB Variations
Color information
#BD4413 (or 0xBD4413) is known color: Rust. HEX triplet: BD, 44 and 13. RGB value is (189,68,19). Sum of RGB (Red+Green+Blue) = 189+68+19=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4413 is #42BBEC. Grayscale: #626262. Windows color (decimal): -4373485 or 1262781. OLE color: 1262781.
HSL color Cylindrical-coordinate representation of color #BD4413: hue angle of 17.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4413 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.26 |
| HSL | 17.29º | 0.82% | 0.41% | - |
| HSV(B) | 17.29º | 0.9% | 0.74% | - |
| XYZ | 23.17 | 15 | 2.29 | - |
| YUV | 98.59 | 83.09 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 19 | 0 | 0.64 | 0.90 | 0.26 | 17.29 | 0.82 | 0.41 |
| Hex | BD | 44 | 13 | 0 | 40 | 5A | 1A | 11 | 52 | 29 |
| Octal | 275 | 104 | 23 | 0 | 100 | 132 | 32 | 21 | 122 | 51 |
| Binary | 10111101 | 1000100 | 10011 | 0 | 1000000 | 1011010 | 11010 | 10001 | 1010010 | 101001 |
Color Harmonies of #BD4413
Complementary color
Monochromatic Colors of #BD4413
Black with #BD4413
Text Example
Text Example
White with #BD4413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4413; }
p { color: rgb(189,68,19); }
H1.HeaderClassName
{
color: #BD4413;
}
.AnyTagClassName
{
color: #BD4413;
}
</style>
background-color css
<style>
a { background-color: #BD4413; }
a { background-color: rgb(189,68,19); }
div.DivClassName
{
background-color: #BD4413;
}
.BgClassName
{
background-color: #BD4413;
}
</style>
border-color css
<style>
span { border-color: #BD4413; }
span { border-color: rgb(189,68,19); }
td.TdClassName
{
border-color: #BD4413;
}
.TagClassName
{
border-color: #BD4413;
}
</style>