Shades of Rust #BD3800
Tints of Rust #BD3800
RGB
CMYK
RGB Variations
Color information
#BD3800 (or 0xBD3800) is known color: Rust. HEX triplet: BD, 38 and 00. RGB value is (189,56,0). Sum of RGB (Red+Green+Blue) = 189+56+0=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3800 is #42C7FF. Grayscale: #595959. Windows color (decimal): -4376576 or 14525. OLE color: 14525.
HSL color Cylindrical-coordinate representation of color #BD3800: hue angle of 17.78º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD3800 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.26 |
| HSL | 17.78º | 1% | 0.37% | - |
| HSV(B) | 17.78º | 1% | 0.74% | - |
| XYZ | 22.4 | 13.65 | 1.45 | - |
| YUV | 89.38 | 77.56 | 199.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 0 | 0 | 0.70 | 1 | 0.26 | 17.78 | 1 | 0.37 |
| Hex | BD | 38 | 0 | 0 | 46 | 64 | 1A | 12 | 64 | 25 |
| Octal | 275 | 70 | 0 | 0 | 106 | 144 | 32 | 22 | 144 | 45 |
| Binary | 10111101 | 111000 | 0 | 0 | 1000110 | 1100100 | 11010 | 10010 | 1100100 | 100101 |
Color Harmonies of #BD3800
Complementary color
Monochromatic Colors of #BD3800
Black with #BD3800
Text Example
Text Example
White with #BD3800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3800; }
p { color: rgb(189,56,0); }
H1.HeaderClassName
{
color: #BD3800;
}
.AnyTagClassName
{
color: #BD3800;
}
</style>
background-color css
<style>
a { background-color: #BD3800; }
a { background-color: rgb(189,56,0); }
div.DivClassName
{
background-color: #BD3800;
}
.BgClassName
{
background-color: #BD3800;
}
</style>
border-color css
<style>
span { border-color: #BD3800; }
span { border-color: rgb(189,56,0); }
td.TdClassName
{
border-color: #BD3800;
}
.TagClassName
{
border-color: #BD3800;
}
</style>