Shades of Rust #BD4719
Tints of Rust #BD4719
RGB
CMYK
RGB Variations
Color information
#BD4719 (or 0xBD4719) is known color: Rust. HEX triplet: BD, 47 and 19. RGB value is (189,71,25). Sum of RGB (Red+Green+Blue) = 189+71+25=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4719 is #42B8E6. Grayscale: #656565. Windows color (decimal): -4372711 or 1656765. OLE color: 1656765.
HSL color Cylindrical-coordinate representation of color #BD4719: hue angle of 16.83º 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 #BD4719 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 25 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.26 |
| HSL | 16.83º | 0.77% | 0.42% | - |
| HSV(B) | 16.83º | 0.87% | 0.74% | - |
| XYZ | 23.41 | 15.4 | 2.66 | - |
| YUV | 101.04 | 85.09 | 190.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 25 | 0 | 0.62 | 0.87 | 0.26 | 16.83 | 0.77 | 0.42 |
| Hex | BD | 47 | 19 | 0 | 3E | 57 | 1A | 11 | 4D | 2A |
| Octal | 275 | 107 | 31 | 0 | 76 | 127 | 32 | 21 | 115 | 52 |
| Binary | 10111101 | 1000111 | 11001 | 0 | 111110 | 1010111 | 11010 | 10001 | 1001101 | 101010 |
Color Harmonies of #BD4719
Complementary color
Monochromatic Colors of #BD4719
Black with #BD4719
Text Example
Text Example
White with #BD4719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4719; }
p { color: rgb(189,71,25); }
H1.HeaderClassName
{
color: #BD4719;
}
.AnyTagClassName
{
color: #BD4719;
}
</style>
background-color css
<style>
a { background-color: #BD4719; }
a { background-color: rgb(189,71,25); }
div.DivClassName
{
background-color: #BD4719;
}
.BgClassName
{
background-color: #BD4719;
}
</style>
border-color css
<style>
span { border-color: #BD4719; }
span { border-color: rgb(189,71,25); }
td.TdClassName
{
border-color: #BD4719;
}
.TagClassName
{
border-color: #BD4719;
}
</style>