Shades of Rust #BD4A1B
Tints of Rust #BD4A1B
RGB
CMYK
RGB Variations
Color information
#BD4A1B (or 0xBD4A1B) is known color: Rust. HEX triplet: BD, 4A and 1B. RGB value is (189,74,27). Sum of RGB (Red+Green+Blue) = 189+74+27=290 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.17% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 27 (10.94% from 255 or 9.31% from 290); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4A1B is #42B5E4. Grayscale: #676767. Windows color (decimal): -4371941 or 1788605. OLE color: 1788605.
HSL color Cylindrical-coordinate representation of color #BD4A1B: hue angle of 17.41º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD4A1B is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 74 | 27 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.26 |
| HSL | 17.41º | 0.75% | 0.42% | - |
| HSV(B) | 17.41º | 0.86% | 0.74% | - |
| XYZ | 23.63 | 15.8 | 2.84 | - |
| YUV | 103.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 74 | 27 | 0 | 0.61 | 0.86 | 0.26 | 17.41 | 0.75 | 0.42 |
| Hex | BD | 4A | 1B | 0 | 3D | 56 | 1A | 11 | 4B | 2A |
| Octal | 275 | 112 | 33 | 0 | 75 | 126 | 32 | 21 | 113 | 52 |
| Binary | 10111101 | 1001010 | 11011 | 0 | 111101 | 1010110 | 11010 | 10001 | 1001011 | 101010 |
Color Harmonies of #BD4A1B
Complementary color
Monochromatic Colors of #BD4A1B
Black with #BD4A1B
Text Example
Text Example
White with #BD4A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4A1B; }
p { color: rgb(189,74,27); }
H1.HeaderClassName
{
color: #BD4A1B;
}
.AnyTagClassName
{
color: #BD4A1B;
}
</style>
background-color css
<style>
a { background-color: #BD4A1B; }
a { background-color: rgb(189,74,27); }
div.DivClassName
{
background-color: #BD4A1B;
}
.BgClassName
{
background-color: #BD4A1B;
}
</style>
border-color css
<style>
span { border-color: #BD4A1B; }
span { border-color: rgb(189,74,27); }
td.TdClassName
{
border-color: #BD4A1B;
}
.TagClassName
{
border-color: #BD4A1B;
}
</style>