Shades of Rust #BD4419
Tints of Rust #BD4419
RGB
CMYK
RGB Variations
Color information
#BD4419 (or 0xBD4419) is known color: Rust. HEX triplet: BD, 44 and 19. RGB value is (189,68,25). Sum of RGB (Red+Green+Blue) = 189+68+25=282 (37% of max value = 765). Red value is 189 (74.22% from 255 or 67.02% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4419 is #42BBE6. Grayscale: #636363. Windows color (decimal): -4373479 or 1655997. OLE color: 1655997.
HSL color Cylindrical-coordinate representation of color #BD4419: hue angle of 15.73º 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 #BD4419 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 25 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.26 |
| HSL | 15.73º | 0.77% | 0.42% | - |
| HSV(B) | 15.73º | 0.87% | 0.74% | - |
| XYZ | 23.23 | 15.02 | 2.6 | - |
| YUV | 99.28 | 86.09 | 192 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 25 | 0 | 0.64 | 0.87 | 0.26 | 15.73 | 0.77 | 0.42 |
| Hex | BD | 44 | 19 | 0 | 40 | 57 | 1A | 10 | 4D | 2A |
| Octal | 275 | 104 | 31 | 0 | 100 | 127 | 32 | 20 | 115 | 52 |
| Binary | 10111101 | 1000100 | 11001 | 0 | 1000000 | 1010111 | 11010 | 10000 | 1001101 | 101010 |
Color Harmonies of #BD4419
Complementary color
Monochromatic Colors of #BD4419
Black with #BD4419
Text Example
Text Example
White with #BD4419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4419; }
p { color: rgb(189,68,25); }
H1.HeaderClassName
{
color: #BD4419;
}
.AnyTagClassName
{
color: #BD4419;
}
</style>
background-color css
<style>
a { background-color: #BD4419; }
a { background-color: rgb(189,68,25); }
div.DivClassName
{
background-color: #BD4419;
}
.BgClassName
{
background-color: #BD4419;
}
</style>
border-color css
<style>
span { border-color: #BD4419; }
span { border-color: rgb(189,68,25); }
td.TdClassName
{
border-color: #BD4419;
}
.TagClassName
{
border-color: #BD4419;
}
</style>