Shades of Rust #BD4017
Tints of Rust #BD4017
RGB
CMYK
RGB Variations
Color information
#BD4017 (or 0xBD4017) is known color: Rust. HEX triplet: BD, 40 and 17. RGB value is (189,64,23). Sum of RGB (Red+Green+Blue) = 189+64+23=276 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.48% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4017 is #42BFE8. Grayscale: #606060. Windows color (decimal): -4374505 or 1523901. OLE color: 1523901.
HSL color Cylindrical-coordinate representation of color #BD4017: hue angle of 14.82º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BD4017 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 23 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.26 |
| HSL | 14.82º | 0.78% | 0.42% | - |
| HSV(B) | 14.82º | 0.88% | 0.74% | - |
| XYZ | 22.97 | 14.55 | 2.41 | - |
| YUV | 96.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 23 | 0 | 0.66 | 0.88 | 0.26 | 14.82 | 0.78 | 0.42 |
| Hex | BD | 40 | 17 | 0 | 42 | 58 | 1A | F | 4E | 2A |
| Octal | 275 | 100 | 27 | 0 | 102 | 130 | 32 | 17 | 116 | 52 |
| Binary | 10111101 | 1000000 | 10111 | 0 | 1000010 | 1011000 | 11010 | 1111 | 1001110 | 101010 |
Color Harmonies of #BD4017
Complementary color
Monochromatic Colors of #BD4017
Black with #BD4017
Text Example
Text Example
White with #BD4017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4017; }
p { color: rgb(189,64,23); }
H1.HeaderClassName
{
color: #BD4017;
}
.AnyTagClassName
{
color: #BD4017;
}
</style>
background-color css
<style>
a { background-color: #BD4017; }
a { background-color: rgb(189,64,23); }
div.DivClassName
{
background-color: #BD4017;
}
.BgClassName
{
background-color: #BD4017;
}
</style>
border-color css
<style>
span { border-color: #BD4017; }
span { border-color: rgb(189,64,23); }
td.TdClassName
{
border-color: #BD4017;
}
.TagClassName
{
border-color: #BD4017;
}
</style>