Shades of Rust #BD3904
Tints of Rust #BD3904
RGB
CMYK
RGB Variations
Color information
#BD3904 (or 0xBD3904) is known color: Rust. HEX triplet: BD, 39 and 04. RGB value is (189,57,4). Sum of RGB (Red+Green+Blue) = 189+57+4=250 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.6% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3904 is #42C6FB. Grayscale: #5A5A5A. Windows color (decimal): -4376316 or 276925. OLE color: 276925.
HSL color Cylindrical-coordinate representation of color #BD3904: hue angle of 17.19º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD3904 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 4 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.26 |
| HSL | 17.19º | 0.96% | 0.38% | - |
| HSV(B) | 17.19º | 0.98% | 0.74% | - |
| XYZ | 22.47 | 13.75 | 1.59 | - |
| YUV | 90.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 4 | 0 | 0.70 | 0.98 | 0.26 | 17.19 | 0.96 | 0.38 |
| Hex | BD | 39 | 4 | 0 | 46 | 62 | 1A | 11 | 60 | 26 |
| Octal | 275 | 71 | 4 | 0 | 106 | 142 | 32 | 21 | 140 | 46 |
| Binary | 10111101 | 111001 | 100 | 0 | 1000110 | 1100010 | 11010 | 10001 | 1100000 | 100110 |
Color Harmonies of #BD3904
Complementary color
Monochromatic Colors of #BD3904
Black with #BD3904
Text Example
Text Example
White with #BD3904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3904; }
p { color: rgb(189,57,4); }
H1.HeaderClassName
{
color: #BD3904;
}
.AnyTagClassName
{
color: #BD3904;
}
</style>
background-color css
<style>
a { background-color: #BD3904; }
a { background-color: rgb(189,57,4); }
div.DivClassName
{
background-color: #BD3904;
}
.BgClassName
{
background-color: #BD3904;
}
</style>
border-color css
<style>
span { border-color: #BD3904; }
span { border-color: rgb(189,57,4); }
td.TdClassName
{
border-color: #BD3904;
}
.TagClassName
{
border-color: #BD3904;
}
</style>