Shades of Rust #BD3501
Tints of Rust #BD3501
RGB
CMYK
RGB Variations
Color information
#BD3501 (or 0xBD3501) is known color: Rust. HEX triplet: BD, 35 and 01. RGB value is (189,53,1). Sum of RGB (Red+Green+Blue) = 189+53+1=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 1 (0.78% from 255 or 0.41% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3501 is #42CAFE. Grayscale: #585858. Windows color (decimal): -4377343 or 79293. OLE color: 79293.
HSL color Cylindrical-coordinate representation of color #BD3501: hue angle of 16.6º 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 #BD3501 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.26 |
| HSL | 16.6º | 0.99% | 0.37% | - |
| HSV(B) | 16.6º | 0.99% | 0.74% | - |
| XYZ | 22.26 | 13.37 | 1.44 | - |
| YUV | 87.74 | 79.06 | 200.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 1 | 0 | 0.72 | 0.99 | 0.26 | 16.6 | 0.99 | 0.37 |
| Hex | BD | 35 | 1 | 0 | 48 | 63 | 1A | 11 | 63 | 25 |
| Octal | 275 | 65 | 1 | 0 | 110 | 143 | 32 | 21 | 143 | 45 |
| Binary | 10111101 | 110101 | 1 | 0 | 1001000 | 1100011 | 11010 | 10001 | 1100011 | 100101 |
Color Harmonies of #BD3501
Complementary color
Monochromatic Colors of #BD3501
Black with #BD3501
Text Example
Text Example
White with #BD3501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3501; }
p { color: rgb(189,53,1); }
H1.HeaderClassName
{
color: #BD3501;
}
.AnyTagClassName
{
color: #BD3501;
}
</style>
background-color css
<style>
a { background-color: #BD3501; }
a { background-color: rgb(189,53,1); }
div.DivClassName
{
background-color: #BD3501;
}
.BgClassName
{
background-color: #BD3501;
}
</style>
border-color css
<style>
span { border-color: #BD3501; }
span { border-color: rgb(189,53,1); }
td.TdClassName
{
border-color: #BD3501;
}
.TagClassName
{
border-color: #BD3501;
}
</style>