Shades of Rust #BD4D19
Tints of Rust #BD4D19
RGB
CMYK
RGB Variations
Color information
#BD4D19 (or 0xBD4D19) is known color: Rust. HEX triplet: BD, 4D and 19. RGB value is (189,77,25). Sum of RGB (Red+Green+Blue) = 189+77+25=291 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.95% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD4D19 is #42B2E6. Grayscale: #686868. Windows color (decimal): -4371175 or 1658301. OLE color: 1658301.
HSL color Cylindrical-coordinate representation of color #BD4D19: hue angle of 19.02º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD4D19 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 77 | 25 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.26 |
| HSL | 19.02º | 0.77% | 0.42% | - |
| HSV(B) | 19.02º | 0.87% | 0.74% | - |
| XYZ | 23.82 | 16.2 | 2.79 | - |
| YUV | 104.56 | 83.11 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 77 | 25 | 0 | 0.59 | 0.87 | 0.26 | 19.02 | 0.77 | 0.42 |
| Hex | BD | 4D | 19 | 0 | 3B | 57 | 1A | 13 | 4D | 2A |
| Octal | 275 | 115 | 31 | 0 | 73 | 127 | 32 | 23 | 115 | 52 |
| Binary | 10111101 | 1001101 | 11001 | 0 | 111011 | 1010111 | 11010 | 10011 | 1001101 | 101010 |
Color Harmonies of #BD4D19
Complementary color
Monochromatic Colors of #BD4D19
Black with #BD4D19
Text Example
Text Example
White with #BD4D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4D19; }
p { color: rgb(189,77,25); }
H1.HeaderClassName
{
color: #BD4D19;
}
.AnyTagClassName
{
color: #BD4D19;
}
</style>
background-color css
<style>
a { background-color: #BD4D19; }
a { background-color: rgb(189,77,25); }
div.DivClassName
{
background-color: #BD4D19;
}
.BgClassName
{
background-color: #BD4D19;
}
</style>
border-color css
<style>
span { border-color: #BD4D19; }
span { border-color: rgb(189,77,25); }
td.TdClassName
{
border-color: #BD4D19;
}
.TagClassName
{
border-color: #BD4D19;
}
</style>