Shades of Rust #BD3201
Tints of Rust #BD3201
RGB
CMYK
RGB Variations
Color information
#BD3201 (or 0xBD3201) is known color: Rust. HEX triplet: BD, 32 and 01. RGB value is (189,50,1). Sum of RGB (Red+Green+Blue) = 189+50+1=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3201 is #42CDFE. Grayscale: #565656. Windows color (decimal): -4378111 or 78525. OLE color: 78525.
HSL color Cylindrical-coordinate representation of color #BD3201: hue angle of 15.64º 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 #BD3201 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 1 | - |
| CMYK | 0 | 0.74 | 0.99 | 0.26 |
| HSL | 15.64º | 0.99% | 0.37% | - |
| HSV(B) | 15.64º | 0.99% | 0.74% | - |
| XYZ | 22.13 | 13.1 | 1.39 | - |
| YUV | 85.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 1 | 0 | 0.74 | 0.99 | 0.26 | 15.64 | 0.99 | 0.37 |
| Hex | BD | 32 | 1 | 0 | 4A | 63 | 1A | 10 | 63 | 25 |
| Octal | 275 | 62 | 1 | 0 | 112 | 143 | 32 | 20 | 143 | 45 |
| Binary | 10111101 | 110010 | 1 | 0 | 1001010 | 1100011 | 11010 | 10000 | 1100011 | 100101 |
Color Harmonies of #BD3201
Complementary color
Monochromatic Colors of #BD3201
Black with #BD3201
Text Example
Text Example
White with #BD3201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3201; }
p { color: rgb(189,50,1); }
H1.HeaderClassName
{
color: #BD3201;
}
.AnyTagClassName
{
color: #BD3201;
}
</style>
background-color css
<style>
a { background-color: #BD3201; }
a { background-color: rgb(189,50,1); }
div.DivClassName
{
background-color: #BD3201;
}
.BgClassName
{
background-color: #BD3201;
}
</style>
border-color css
<style>
span { border-color: #BD3201; }
span { border-color: rgb(189,50,1); }
td.TdClassName
{
border-color: #BD3201;
}
.TagClassName
{
border-color: #BD3201;
}
</style>