Shades of Rust #BD4B05
Tints of Rust #BD4B05
RGB
CMYK
RGB Variations
Color information
#BD4B05 (or 0xBD4B05) is known color: Rust. HEX triplet: BD, 4B and 05. RGB value is (189,75,5). Sum of RGB (Red+Green+Blue) = 189+75+5=269 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.26% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 5 (2.34% from 255 or 1.86% from 269); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4B05 is #42B4FA. Grayscale: #656565. Windows color (decimal): -4371707 or 347069. OLE color: 347069.
HSL color Cylindrical-coordinate representation of color #BD4B05: hue angle of 22.83º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BD4B05 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 75 | 5 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.26 |
| HSL | 22.83º | 0.95% | 0.38% | - |
| HSV(B) | 22.83º | 0.97% | 0.74% | - |
| XYZ | 23.53 | 15.86 | 1.97 | - |
| YUV | 101.11 | 73.77 | 190.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 75 | 5 | 0 | 0.60 | 0.97 | 0.26 | 22.83 | 0.95 | 0.38 |
| Hex | BD | 4B | 5 | 0 | 3C | 61 | 1A | 17 | 5F | 26 |
| Octal | 275 | 113 | 5 | 0 | 74 | 141 | 32 | 27 | 137 | 46 |
| Binary | 10111101 | 1001011 | 101 | 0 | 111100 | 1100001 | 11010 | 10111 | 1011111 | 100110 |
Color Harmonies of #BD4B05
Complementary color
Monochromatic Colors of #BD4B05
Black with #BD4B05
Text Example
Text Example
White with #BD4B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4B05; }
p { color: rgb(189,75,5); }
H1.HeaderClassName
{
color: #BD4B05;
}
.AnyTagClassName
{
color: #BD4B05;
}
</style>
background-color css
<style>
a { background-color: #BD4B05; }
a { background-color: rgb(189,75,5); }
div.DivClassName
{
background-color: #BD4B05;
}
.BgClassName
{
background-color: #BD4B05;
}
</style>
border-color css
<style>
span { border-color: #BD4B05; }
span { border-color: rgb(189,75,5); }
td.TdClassName
{
border-color: #BD4B05;
}
.TagClassName
{
border-color: #BD4B05;
}
</style>