Shades of Rust #BD3708
Tints of Rust #BD3708
RGB
CMYK
RGB Variations
Color information
#BD3708 (or 0xBD3708) is known color: Rust. HEX triplet: BD, 37 and 08. RGB value is (189,55,8). Sum of RGB (Red+Green+Blue) = 189+55+8=252 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 8 (3.52% from 255 or 3.17% from 252); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3708 is #42C8F7. Grayscale: #5A5A5A. Windows color (decimal): -4376824 or 538557. OLE color: 538557.
HSL color Cylindrical-coordinate representation of color #BD3708: hue angle of 15.58º 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 #BD3708 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.26 |
| HSL | 15.58º | 0.92% | 0.39% | - |
| HSV(B) | 15.58º | 0.96% | 0.74% | - |
| XYZ | 22.4 | 13.57 | 1.67 | - |
| YUV | 89.71 | 81.89 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 8 | 0 | 0.71 | 0.96 | 0.26 | 15.58 | 0.92 | 0.39 |
| Hex | BD | 37 | 8 | 0 | 47 | 60 | 1A | 10 | 5C | 27 |
| Octal | 275 | 67 | 10 | 0 | 107 | 140 | 32 | 20 | 134 | 47 |
| Binary | 10111101 | 110111 | 1000 | 0 | 1000111 | 1100000 | 11010 | 10000 | 1011100 | 100111 |
Color Harmonies of #BD3708
Complementary color
Monochromatic Colors of #BD3708
Black with #BD3708
Text Example
Text Example
White with #BD3708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3708; }
p { color: rgb(189,55,8); }
H1.HeaderClassName
{
color: #BD3708;
}
.AnyTagClassName
{
color: #BD3708;
}
</style>
background-color css
<style>
a { background-color: #BD3708; }
a { background-color: rgb(189,55,8); }
div.DivClassName
{
background-color: #BD3708;
}
.BgClassName
{
background-color: #BD3708;
}
</style>
border-color css
<style>
span { border-color: #BD3708; }
span { border-color: rgb(189,55,8); }
td.TdClassName
{
border-color: #BD3708;
}
.TagClassName
{
border-color: #BD3708;
}
</style>