Shades of Rust #BD4904
Tints of Rust #BD4904
RGB
CMYK
RGB Variations
Color information
#BD4904 (or 0xBD4904) is known color: Rust. HEX triplet: BD, 49 and 04. RGB value is (189,73,4). Sum of RGB (Red+Green+Blue) = 189+73+4=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 4 (1.95% from 255 or 1.50% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4904 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4904 is #42B6FB. Grayscale: #646464. Windows color (decimal): -4372220 or 281021. OLE color: 281021.
HSL color Cylindrical-coordinate representation of color #BD4904: hue angle of 22.38º 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 #BD4904 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 73 | 4 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.26 |
| HSL | 22.38º | 0.96% | 0.38% | - |
| HSV(B) | 22.38º | 0.98% | 0.74% | - |
| XYZ | 23.39 | 15.59 | 1.89 | - |
| YUV | 99.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 73 | 4 | 0 | 0.61 | 0.98 | 0.26 | 22.38 | 0.96 | 0.38 |
| Hex | BD | 49 | 4 | 0 | 3D | 62 | 1A | 16 | 60 | 26 |
| Octal | 275 | 111 | 4 | 0 | 75 | 142 | 32 | 26 | 140 | 46 |
| Binary | 10111101 | 1001001 | 100 | 0 | 111101 | 1100010 | 11010 | 10110 | 1100000 | 100110 |
Color Harmonies of #BD4904
Complementary color
Monochromatic Colors of #BD4904
Black with #BD4904
Text Example
Text Example
White with #BD4904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4904; }
p { color: rgb(189,73,4); }
H1.HeaderClassName
{
color: #BD4904;
}
.AnyTagClassName
{
color: #BD4904;
}
</style>
background-color css
<style>
a { background-color: #BD4904; }
a { background-color: rgb(189,73,4); }
div.DivClassName
{
background-color: #BD4904;
}
.BgClassName
{
background-color: #BD4904;
}
</style>
border-color css
<style>
span { border-color: #BD4904; }
span { border-color: rgb(189,73,4); }
td.TdClassName
{
border-color: #BD4904;
}
.TagClassName
{
border-color: #BD4904;
}
</style>