Shades of Rust #BD3801
Tints of Rust #BD3801
RGB
CMYK
RGB Variations
Color information
#BD3801 (or 0xBD3801) is known color: Rust. HEX triplet: BD, 38 and 01. RGB value is (189,56,1). Sum of RGB (Red+Green+Blue) = 189+56+1=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3801 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3801 is #42C7FE. Grayscale: #595959. Windows color (decimal): -4376575 or 80061. OLE color: 80061.
HSL color Cylindrical-coordinate representation of color #BD3801: hue angle of 17.55º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD3801 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.26 |
| HSL | 17.55º | 0.99% | 0.37% | - |
| HSV(B) | 17.55º | 0.99% | 0.74% | - |
| XYZ | 22.41 | 13.65 | 1.48 | - |
| YUV | 89.5 | 78.06 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 1 | 0 | 0.70 | 0.99 | 0.26 | 17.55 | 0.99 | 0.37 |
| Hex | BD | 38 | 1 | 0 | 46 | 63 | 1A | 12 | 63 | 25 |
| Octal | 275 | 70 | 1 | 0 | 106 | 143 | 32 | 22 | 143 | 45 |
| Binary | 10111101 | 111000 | 1 | 0 | 1000110 | 1100011 | 11010 | 10010 | 1100011 | 100101 |
Color Harmonies of #BD3801
Complementary color
Monochromatic Colors of #BD3801
Black with #BD3801
Text Example
Text Example
White with #BD3801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3801; }
p { color: rgb(189,56,1); }
H1.HeaderClassName
{
color: #BD3801;
}
.AnyTagClassName
{
color: #BD3801;
}
</style>
background-color css
<style>
a { background-color: #BD3801; }
a { background-color: rgb(189,56,1); }
div.DivClassName
{
background-color: #BD3801;
}
.BgClassName
{
background-color: #BD3801;
}
</style>
border-color css
<style>
span { border-color: #BD3801; }
span { border-color: rgb(189,56,1); }
td.TdClassName
{
border-color: #BD3801;
}
.TagClassName
{
border-color: #BD3801;
}
</style>