Shades of Rust #BD4F1B
Tints of Rust #BD4F1B
RGB
CMYK
RGB Variations
Color information
#BD4F1B (or 0xBD4F1B) is known color: Rust. HEX triplet: BD, 4F and 1B. RGB value is (189,79,27). Sum of RGB (Red+Green+Blue) = 189+79+27=295 (39% of max value = 765). Red value is 189 (74.22% from 255 or 64.07% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 27 (10.94% from 255 or 9.15% from 295); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD4F1B is #42B0E4. Grayscale: #6A6A6A. Windows color (decimal): -4370661 or 1789885. OLE color: 1789885.
HSL color Cylindrical-coordinate representation of color #BD4F1B: hue angle of 19.26º 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 #BD4F1B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 79 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.26 |
| HSL | 19.26º | 0.75% | 0.42% | - |
| HSV(B) | 19.26º | 0.86% | 0.74% | - |
| XYZ | 23.98 | 16.49 | 2.96 | - |
| YUV | 105.96 | 83.44 | 187.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 79 | 27 | 0 | 0.58 | 0.86 | 0.26 | 19.26 | 0.75 | 0.42 |
| Hex | BD | 4F | 1B | 0 | 3A | 56 | 1A | 13 | 4B | 2A |
| Octal | 275 | 117 | 33 | 0 | 72 | 126 | 32 | 23 | 113 | 52 |
| Binary | 10111101 | 1001111 | 11011 | 0 | 111010 | 1010110 | 11010 | 10011 | 1001011 | 101010 |
Color Harmonies of #BD4F1B
Complementary color
Monochromatic Colors of #BD4F1B
Black with #BD4F1B
Text Example
Text Example
White with #BD4F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4F1B; }
p { color: rgb(189,79,27); }
H1.HeaderClassName
{
color: #BD4F1B;
}
.AnyTagClassName
{
color: #BD4F1B;
}
</style>
background-color css
<style>
a { background-color: #BD4F1B; }
a { background-color: rgb(189,79,27); }
div.DivClassName
{
background-color: #BD4F1B;
}
.BgClassName
{
background-color: #BD4F1B;
}
</style>
border-color css
<style>
span { border-color: #BD4F1B; }
span { border-color: rgb(189,79,27); }
td.TdClassName
{
border-color: #BD4F1B;
}
.TagClassName
{
border-color: #BD4F1B;
}
</style>