Shades of Rust #BD3A01
Tints of Rust #BD3A01
RGB
CMYK
RGB Variations
Color information
#BD3A01 (or 0xBD3A01) is known color: Rust. HEX triplet: BD, 3A and 01. RGB value is (189,58,1). Sum of RGB (Red+Green+Blue) = 189+58+1=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 1 (0.78% from 255 or 0.40% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3A01 is #42C5FE. Grayscale: #5B5B5B. Windows color (decimal): -4376063 or 80573. OLE color: 80573.
HSL color Cylindrical-coordinate representation of color #BD3A01: hue angle of 18.19º 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 #BD3A01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 58 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.26 |
| HSL | 18.19º | 0.99% | 0.37% | - |
| HSV(B) | 18.19º | 0.99% | 0.74% | - |
| XYZ | 22.5 | 13.85 | 1.52 | - |
| YUV | 90.67 | 77.4 | 198.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 58 | 1 | 0 | 0.69 | 0.99 | 0.26 | 18.19 | 0.99 | 0.37 |
| Hex | BD | 3A | 1 | 0 | 45 | 63 | 1A | 12 | 63 | 25 |
| Octal | 275 | 72 | 1 | 0 | 105 | 143 | 32 | 22 | 143 | 45 |
| Binary | 10111101 | 111010 | 1 | 0 | 1000101 | 1100011 | 11010 | 10010 | 1100011 | 100101 |
Color Harmonies of #BD3A01
Complementary color
Monochromatic Colors of #BD3A01
Black with #BD3A01
Text Example
Text Example
White with #BD3A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3A01; }
p { color: rgb(189,58,1); }
H1.HeaderClassName
{
color: #BD3A01;
}
.AnyTagClassName
{
color: #BD3A01;
}
</style>
background-color css
<style>
a { background-color: #BD3A01; }
a { background-color: rgb(189,58,1); }
div.DivClassName
{
background-color: #BD3A01;
}
.BgClassName
{
background-color: #BD3A01;
}
</style>
border-color css
<style>
span { border-color: #BD3A01; }
span { border-color: rgb(189,58,1); }
td.TdClassName
{
border-color: #BD3A01;
}
.TagClassName
{
border-color: #BD3A01;
}
</style>