Shades of Rust #BD4A19
Tints of Rust #BD4A19
RGB
CMYK
RGB Variations
Color information
#BD4A19 (or 0xBD4A19) is known color: Rust. HEX triplet: BD, 4A and 19. RGB value is (189,74,25). Sum of RGB (Red+Green+Blue) = 189+74+25=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 74 (29.30% from 255 or 25.69% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A19 is #42B5E6. Grayscale: #676767. Windows color (decimal): -4371943 or 1657533. OLE color: 1657533.
HSL color Cylindrical-coordinate representation of color #BD4A19: hue angle of 17.93º 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 #BD4A19 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 25 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.26 |
| HSL | 17.93º | 0.77% | 0.42% | - |
| HSV(B) | 17.93º | 0.87% | 0.74% | - |
| XYZ | 23.61 | 15.79 | 2.72 | - |
| YUV | 102.8 | 84.1 | 189.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 25 | 0 | 0.61 | 0.87 | 0.26 | 17.93 | 0.77 | 0.42 |
| Hex | BD | 4A | 19 | 0 | 3D | 57 | 1A | 12 | 4D | 2A |
| Octal | 275 | 112 | 31 | 0 | 75 | 127 | 32 | 22 | 115 | 52 |
| Binary | 10111101 | 1001010 | 11001 | 0 | 111101 | 1010111 | 11010 | 10010 | 1001101 | 101010 |
Color Harmonies of #BD4A19
Complementary color
Monochromatic Colors of #BD4A19
Black with #BD4A19
Text Example
Text Example
White with #BD4A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A19; }
p { color: rgb(189,74,25); }
H1.HeaderClassName
{
color: #BD4A19;
}
.AnyTagClassName
{
color: #BD4A19;
}
</style>
background-color css
<style>
a { background-color: #BD4A19; }
a { background-color: rgb(189,74,25); }
div.DivClassName
{
background-color: #BD4A19;
}
.BgClassName
{
background-color: #BD4A19;
}
</style>
border-color css
<style>
span { border-color: #BD4A19; }
span { border-color: rgb(189,74,25); }
td.TdClassName
{
border-color: #BD4A19;
}
.TagClassName
{
border-color: #BD4A19;
}
</style>