Shades of Rust #BD3401
Tints of Rust #BD3401
RGB
CMYK
RGB Variations
Color information
#BD3401 (or 0xBD3401) is known color: Rust. HEX triplet: BD, 34 and 01. RGB value is (189,52,1). Sum of RGB (Red+Green+Blue) = 189+52+1=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3401 is #42CBFE. Grayscale: #575757. Windows color (decimal): -4377599 or 79037. OLE color: 79037.
HSL color Cylindrical-coordinate representation of color #BD3401: hue angle of 16.28º 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 #BD3401 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 1 | - |
| CMYK | 0 | 0.72 | 0.99 | 0.26 |
| HSL | 16.28º | 0.99% | 0.37% | - |
| HSV(B) | 16.28º | 0.99% | 0.74% | - |
| XYZ | 22.22 | 13.28 | 1.42 | - |
| YUV | 87.15 | 79.39 | 200.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 1 | 0 | 0.72 | 0.99 | 0.26 | 16.28 | 0.99 | 0.37 |
| Hex | BD | 34 | 1 | 0 | 48 | 63 | 1A | 10 | 63 | 25 |
| Octal | 275 | 64 | 1 | 0 | 110 | 143 | 32 | 20 | 143 | 45 |
| Binary | 10111101 | 110100 | 1 | 0 | 1001000 | 1100011 | 11010 | 10000 | 1100011 | 100101 |
Color Harmonies of #BD3401
Complementary color
Monochromatic Colors of #BD3401
Black with #BD3401
Text Example
Text Example
White with #BD3401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3401; }
p { color: rgb(189,52,1); }
H1.HeaderClassName
{
color: #BD3401;
}
.AnyTagClassName
{
color: #BD3401;
}
</style>
background-color css
<style>
a { background-color: #BD3401; }
a { background-color: rgb(189,52,1); }
div.DivClassName
{
background-color: #BD3401;
}
.BgClassName
{
background-color: #BD3401;
}
</style>
border-color css
<style>
span { border-color: #BD3401; }
span { border-color: rgb(189,52,1); }
td.TdClassName
{
border-color: #BD3401;
}
.TagClassName
{
border-color: #BD3401;
}
</style>