Shades of Rust #BD4A1F
Tints of Rust #BD4A1F
RGB
CMYK
RGB Variations
Color information
#BD4A1F (or 0xBD4A1F) is known color: Rust. HEX triplet: BD, 4A and 1F. RGB value is (189,74,31). Sum of RGB (Red+Green+Blue) = 189+74+31=294 (38% of max value = 765). Red value is 189 (74.22% from 255 or 64.29% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A1F is #42B5E0. Grayscale: #676767. Windows color (decimal): -4371937 or 2050749. OLE color: 2050749.
HSL color Cylindrical-coordinate representation of color #BD4A1F: hue angle of 16.33º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD4A1F is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 31 | - |
| CMYK | 0 | 0.61 | 0.84 | 0.26 |
| HSL | 16.33º | 0.72% | 0.43% | - |
| HSV(B) | 16.33º | 0.84% | 0.74% | - |
| XYZ | 23.68 | 15.82 | 3.1 | - |
| YUV | 103.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 31 | 0 | 0.61 | 0.84 | 0.26 | 16.33 | 0.72 | 0.43 |
| Hex | BD | 4A | 1F | 0 | 3D | 54 | 1A | 10 | 48 | 2B |
| Octal | 275 | 112 | 37 | 0 | 75 | 124 | 32 | 20 | 110 | 53 |
| Binary | 10111101 | 1001010 | 11111 | 0 | 111101 | 1010100 | 11010 | 10000 | 1001000 | 101011 |
Color Harmonies of #BD4A1F
Complementary color
Monochromatic Colors of #BD4A1F
Black with #BD4A1F
Text Example
Text Example
White with #BD4A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A1F; }
p { color: rgb(189,74,31); }
H1.HeaderClassName
{
color: #BD4A1F;
}
.AnyTagClassName
{
color: #BD4A1F;
}
</style>
background-color css
<style>
a { background-color: #BD4A1F; }
a { background-color: rgb(189,74,31); }
div.DivClassName
{
background-color: #BD4A1F;
}
.BgClassName
{
background-color: #BD4A1F;
}
</style>
border-color css
<style>
span { border-color: #BD4A1F; }
span { border-color: rgb(189,74,31); }
td.TdClassName
{
border-color: #BD4A1F;
}
.TagClassName
{
border-color: #BD4A1F;
}
</style>