Shades of Rust #BD3301
Tints of Rust #BD3301
RGB
CMYK
RGB Variations
Color information
#BD3301 (or 0xBD3301) is known color: Rust. HEX triplet: BD, 33 and 01. RGB value is (189,51,1). Sum of RGB (Red+Green+Blue) = 189+51+1=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3301 is #42CCFE. Grayscale: #565656. Windows color (decimal): -4377855 or 78781. OLE color: 78781.
HSL color Cylindrical-coordinate representation of color #BD3301: hue angle of 15.96º 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 #BD3301 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 51 | 1 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.26 |
| HSL | 15.96º | 0.99% | 0.37% | - |
| HSV(B) | 15.96º | 0.99% | 0.74% | - |
| XYZ | 22.18 | 13.19 | 1.41 | - |
| YUV | 86.56 | 79.72 | 201.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 51 | 1 | 0 | 0.73 | 0.99 | 0.26 | 15.96 | 0.99 | 0.37 |
| Hex | BD | 33 | 1 | 0 | 49 | 63 | 1A | 10 | 63 | 25 |
| Octal | 275 | 63 | 1 | 0 | 111 | 143 | 32 | 20 | 143 | 45 |
| Binary | 10111101 | 110011 | 1 | 0 | 1001001 | 1100011 | 11010 | 10000 | 1100011 | 100101 |
Color Harmonies of #BD3301
Complementary color
Monochromatic Colors of #BD3301
Black with #BD3301
Text Example
Text Example
White with #BD3301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3301; }
p { color: rgb(189,51,1); }
H1.HeaderClassName
{
color: #BD3301;
}
.AnyTagClassName
{
color: #BD3301;
}
</style>
background-color css
<style>
a { background-color: #BD3301; }
a { background-color: rgb(189,51,1); }
div.DivClassName
{
background-color: #BD3301;
}
.BgClassName
{
background-color: #BD3301;
}
</style>
border-color css
<style>
span { border-color: #BD3301; }
span { border-color: rgb(189,51,1); }
td.TdClassName
{
border-color: #BD3301;
}
.TagClassName
{
border-color: #BD3301;
}
</style>