Shades of Rust #BD3F08
Tints of Rust #BD3F08
RGB
CMYK
RGB Variations
Color information
#BD3F08 (or 0xBD3F08) is known color: Rust. HEX triplet: BD, 3F and 08. RGB value is (189,63,8). Sum of RGB (Red+Green+Blue) = 189+63+8=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 8 (3.52% from 255 or 3.08% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3F08 is #42C0F7. Grayscale: #5E5E5E. Windows color (decimal): -4374776 or 540605. OLE color: 540605.
HSL color Cylindrical-coordinate representation of color #BD3F08: hue angle of 18.23º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD3F08 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.26 |
| HSL | 18.23º | 0.92% | 0.39% | - |
| HSV(B) | 18.23º | 0.96% | 0.74% | - |
| XYZ | 22.81 | 14.39 | 1.81 | - |
| YUV | 94.4 | 79.24 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 8 | 0 | 0.67 | 0.96 | 0.26 | 18.23 | 0.92 | 0.39 |
| Hex | BD | 3F | 8 | 0 | 43 | 60 | 1A | 12 | 5C | 27 |
| Octal | 275 | 77 | 10 | 0 | 103 | 140 | 32 | 22 | 134 | 47 |
| Binary | 10111101 | 111111 | 1000 | 0 | 1000011 | 1100000 | 11010 | 10010 | 1011100 | 100111 |
Color Harmonies of #BD3F08
Complementary color
Monochromatic Colors of #BD3F08
Black with #BD3F08
Text Example
Text Example
White with #BD3F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F08; }
p { color: rgb(189,63,8); }
H1.HeaderClassName
{
color: #BD3F08;
}
.AnyTagClassName
{
color: #BD3F08;
}
</style>
background-color css
<style>
a { background-color: #BD3F08; }
a { background-color: rgb(189,63,8); }
div.DivClassName
{
background-color: #BD3F08;
}
.BgClassName
{
background-color: #BD3F08;
}
</style>
border-color css
<style>
span { border-color: #BD3F08; }
span { border-color: rgb(189,63,8); }
td.TdClassName
{
border-color: #BD3F08;
}
.TagClassName
{
border-color: #BD3F08;
}
</style>