Shades of Rust #BD4A13
Tints of Rust #BD4A13
RGB
CMYK
RGB Variations
Color information
#BD4A13 (or 0xBD4A13) is known color: Rust. HEX triplet: BD, 4A and 13. RGB value is (189,74,19). Sum of RGB (Red+Green+Blue) = 189+74+19=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A13 is #42B5EC. Grayscale: #666666. Windows color (decimal): -4371949 or 1264317. OLE color: 1264317.
HSL color Cylindrical-coordinate representation of color #BD4A13: hue angle of 19.41º 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 #BD4A13 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 19 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.26 |
| HSL | 19.41º | 0.82% | 0.41% | - |
| HSV(B) | 19.41º | 0.9% | 0.74% | - |
| XYZ | 23.55 | 15.76 | 2.42 | - |
| YUV | 102.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 19 | 0 | 0.61 | 0.90 | 0.26 | 19.41 | 0.82 | 0.41 |
| Hex | BD | 4A | 13 | 0 | 3D | 5A | 1A | 13 | 52 | 29 |
| Octal | 275 | 112 | 23 | 0 | 75 | 132 | 32 | 23 | 122 | 51 |
| Binary | 10111101 | 1001010 | 10011 | 0 | 111101 | 1011010 | 11010 | 10011 | 1010010 | 101001 |
Color Harmonies of #BD4A13
Complementary color
Monochromatic Colors of #BD4A13
Black with #BD4A13
Text Example
Text Example
White with #BD4A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A13; }
p { color: rgb(189,74,19); }
H1.HeaderClassName
{
color: #BD4A13;
}
.AnyTagClassName
{
color: #BD4A13;
}
</style>
background-color css
<style>
a { background-color: #BD4A13; }
a { background-color: rgb(189,74,19); }
div.DivClassName
{
background-color: #BD4A13;
}
.BgClassName
{
background-color: #BD4A13;
}
</style>
border-color css
<style>
span { border-color: #BD4A13; }
span { border-color: rgb(189,74,19); }
td.TdClassName
{
border-color: #BD4A13;
}
.TagClassName
{
border-color: #BD4A13;
}
</style>