Shades of Rust #BD471B
Tints of Rust #BD471B
RGB
CMYK
RGB Variations
Color information
#BD471B (or 0xBD471B) is known color: Rust. HEX triplet: BD, 47 and 1B. RGB value is (189,71,27). Sum of RGB (Red+Green+Blue) = 189+71+27=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD471B is #42B8E4. Grayscale: #656565. Windows color (decimal): -4372709 or 1787837. OLE color: 1787837.
HSL color Cylindrical-coordinate representation of color #BD471B: hue angle of 16.3º 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 #BD471B is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 71 | 27 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.26 |
| HSL | 16.3º | 0.75% | 0.42% | - |
| HSV(B) | 16.3º | 0.86% | 0.74% | - |
| XYZ | 23.44 | 15.4 | 2.77 | - |
| YUV | 101.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 71 | 27 | 0 | 0.62 | 0.86 | 0.26 | 16.3 | 0.75 | 0.42 |
| Hex | BD | 47 | 1B | 0 | 3E | 56 | 1A | 10 | 4B | 2A |
| Octal | 275 | 107 | 33 | 0 | 76 | 126 | 32 | 20 | 113 | 52 |
| Binary | 10111101 | 1000111 | 11011 | 0 | 111110 | 1010110 | 11010 | 10000 | 1001011 | 101010 |
Color Harmonies of #BD471B
Complementary color
Monochromatic Colors of #BD471B
Black with #BD471B
Text Example
Text Example
White with #BD471B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD471B; }
p { color: rgb(189,71,27); }
H1.HeaderClassName
{
color: #BD471B;
}
.AnyTagClassName
{
color: #BD471B;
}
</style>
background-color css
<style>
a { background-color: #BD471B; }
a { background-color: rgb(189,71,27); }
div.DivClassName
{
background-color: #BD471B;
}
.BgClassName
{
background-color: #BD471B;
}
</style>
border-color css
<style>
span { border-color: #BD471B; }
span { border-color: rgb(189,71,27); }
td.TdClassName
{
border-color: #BD471B;
}
.TagClassName
{
border-color: #BD471B;
}
</style>