Shades of Rust #BD3F17
Tints of Rust #BD3F17
RGB
CMYK
RGB Variations
Color information
#BD3F17 (or 0xBD3F17) is known color: Rust. HEX triplet: BD, 3F and 17. RGB value is (189,63,23). Sum of RGB (Red+Green+Blue) = 189+63+23=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 63 (25% from 255 or 22.91% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F17 is #42C0E8. Grayscale: #606060. Windows color (decimal): -4374761 or 1523645. OLE color: 1523645.
HSL color Cylindrical-coordinate representation of color #BD3F17: hue angle of 14.46º 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 #BD3F17 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 23 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.26 |
| HSL | 14.46º | 0.78% | 0.42% | - |
| HSV(B) | 14.46º | 0.88% | 0.74% | - |
| XYZ | 22.92 | 14.44 | 2.39 | - |
| YUV | 96.11 | 86.74 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 23 | 0 | 0.67 | 0.88 | 0.26 | 14.46 | 0.78 | 0.42 |
| Hex | BD | 3F | 17 | 0 | 43 | 58 | 1A | E | 4E | 2A |
| Octal | 275 | 77 | 27 | 0 | 103 | 130 | 32 | 16 | 116 | 52 |
| Binary | 10111101 | 111111 | 10111 | 0 | 1000011 | 1011000 | 11010 | 1110 | 1001110 | 101010 |
Color Harmonies of #BD3F17
Complementary color
Monochromatic Colors of #BD3F17
Black with #BD3F17
Text Example
Text Example
White with #BD3F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F17; }
p { color: rgb(189,63,23); }
H1.HeaderClassName
{
color: #BD3F17;
}
.AnyTagClassName
{
color: #BD3F17;
}
</style>
background-color css
<style>
a { background-color: #BD3F17; }
a { background-color: rgb(189,63,23); }
div.DivClassName
{
background-color: #BD3F17;
}
.BgClassName
{
background-color: #BD3F17;
}
</style>
border-color css
<style>
span { border-color: #BD3F17; }
span { border-color: rgb(189,63,23); }
td.TdClassName
{
border-color: #BD3F17;
}
.TagClassName
{
border-color: #BD3F17;
}
</style>