Shades of Rust #BD3C08
Tints of Rust #BD3C08
RGB
CMYK
RGB Variations
Color information
#BD3C08 (or 0xBD3C08) is known color: Rust. HEX triplet: BD, 3C and 08. RGB value is (189,60,8). Sum of RGB (Red+Green+Blue) = 189+60+8=257 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.54% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3C08 is #42C3F7. Grayscale: #5C5C5C. Windows color (decimal): -4375544 or 539837. OLE color: 539837.
HSL color Cylindrical-coordinate representation of color #BD3C08: hue angle of 17.24º 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 #BD3C08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 60 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.26 |
| HSL | 17.24º | 0.92% | 0.39% | - |
| HSV(B) | 17.24º | 0.96% | 0.74% | - |
| XYZ | 22.65 | 14.07 | 1.75 | - |
| YUV | 92.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 60 | 8 | 0 | 0.68 | 0.96 | 0.26 | 17.24 | 0.92 | 0.39 |
| Hex | BD | 3C | 8 | 0 | 44 | 60 | 1A | 11 | 5C | 27 |
| Octal | 275 | 74 | 10 | 0 | 104 | 140 | 32 | 21 | 134 | 47 |
| Binary | 10111101 | 111100 | 1000 | 0 | 1000100 | 1100000 | 11010 | 10001 | 1011100 | 100111 |
Color Harmonies of #BD3C08
Complementary color
Monochromatic Colors of #BD3C08
Black with #BD3C08
Text Example
Text Example
White with #BD3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3C08; }
p { color: rgb(189,60,8); }
H1.HeaderClassName
{
color: #BD3C08;
}
.AnyTagClassName
{
color: #BD3C08;
}
</style>
background-color css
<style>
a { background-color: #BD3C08; }
a { background-color: rgb(189,60,8); }
div.DivClassName
{
background-color: #BD3C08;
}
.BgClassName
{
background-color: #BD3C08;
}
</style>
border-color css
<style>
span { border-color: #BD3C08; }
span { border-color: rgb(189,60,8); }
td.TdClassName
{
border-color: #BD3C08;
}
.TagClassName
{
border-color: #BD3C08;
}
</style>