Shades of Rust #BD3608
Tints of Rust #BD3608
RGB
CMYK
RGB Variations
Color information
#BD3608 (or 0xBD3608) is known color: Rust. HEX triplet: BD, 36 and 08. RGB value is (189,54,8). Sum of RGB (Red+Green+Blue) = 189+54+8=251 (33% of max value = 765). Red value is 189 (74.22% from 255 or 75.30% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 8 (3.52% from 255 or 3.19% from 251); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3608 is #42C9F7. Grayscale: #595959. Windows color (decimal): -4377080 or 538301. OLE color: 538301.
HSL color Cylindrical-coordinate representation of color #BD3608: hue angle of 15.25º 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 #BD3608 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 8 | - |
| CMYK | 0 | 0.71 | 0.96 | 0.26 |
| HSL | 15.25º | 0.92% | 0.39% | - |
| HSV(B) | 15.25º | 0.96% | 0.74% | - |
| XYZ | 22.35 | 13.47 | 1.65 | - |
| YUV | 89.12 | 82.23 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 8 | 0 | 0.71 | 0.96 | 0.26 | 15.25 | 0.92 | 0.39 |
| Hex | BD | 36 | 8 | 0 | 47 | 60 | 1A | F | 5C | 27 |
| Octal | 275 | 66 | 10 | 0 | 107 | 140 | 32 | 17 | 134 | 47 |
| Binary | 10111101 | 110110 | 1000 | 0 | 1000111 | 1100000 | 11010 | 1111 | 1011100 | 100111 |
Color Harmonies of #BD3608
Complementary color
Monochromatic Colors of #BD3608
Black with #BD3608
Text Example
Text Example
White with #BD3608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3608; }
p { color: rgb(189,54,8); }
H1.HeaderClassName
{
color: #BD3608;
}
.AnyTagClassName
{
color: #BD3608;
}
</style>
background-color css
<style>
a { background-color: #BD3608; }
a { background-color: rgb(189,54,8); }
div.DivClassName
{
background-color: #BD3608;
}
.BgClassName
{
background-color: #BD3608;
}
</style>
border-color css
<style>
span { border-color: #BD3608; }
span { border-color: rgb(189,54,8); }
td.TdClassName
{
border-color: #BD3608;
}
.TagClassName
{
border-color: #BD3608;
}
</style>