Shades of Rust #BD3902
Tints of Rust #BD3902
RGB
CMYK
RGB Variations
Color information
#BD3902 (or 0xBD3902) is known color: Rust. HEX triplet: BD, 39 and 02. RGB value is (189,57,2). Sum of RGB (Red+Green+Blue) = 189+57+2=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 2 (1.17% from 255 or 0.81% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3902 is #42C6FD. Grayscale: #5A5A5A. Windows color (decimal): -4376318 or 145853. OLE color: 145853.
HSL color Cylindrical-coordinate representation of color #BD3902: hue angle of 17.65º degrees, saturation: 0.98, 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 #BD3902 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 57 | 2 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.26 |
| HSL | 17.65º | 0.98% | 0.37% | - |
| HSV(B) | 17.65º | 0.99% | 0.74% | - |
| XYZ | 22.46 | 13.75 | 1.53 | - |
| YUV | 90.2 | 78.23 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 57 | 2 | 0 | 0.70 | 0.99 | 0.26 | 17.65 | 0.98 | 0.37 |
| Hex | BD | 39 | 2 | 0 | 46 | 63 | 1A | 12 | 62 | 25 |
| Octal | 275 | 71 | 2 | 0 | 106 | 143 | 32 | 22 | 142 | 45 |
| Binary | 10111101 | 111001 | 10 | 0 | 1000110 | 1100011 | 11010 | 10010 | 1100010 | 100101 |
Color Harmonies of #BD3902
Complementary color
Monochromatic Colors of #BD3902
Black with #BD3902
Text Example
Text Example
White with #BD3902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3902; }
p { color: rgb(189,57,2); }
H1.HeaderClassName
{
color: #BD3902;
}
.AnyTagClassName
{
color: #BD3902;
}
</style>
background-color css
<style>
a { background-color: #BD3902; }
a { background-color: rgb(189,57,2); }
div.DivClassName
{
background-color: #BD3902;
}
.BgClassName
{
background-color: #BD3902;
}
</style>
border-color css
<style>
span { border-color: #BD3902; }
span { border-color: rgb(189,57,2); }
td.TdClassName
{
border-color: #BD3902;
}
.TagClassName
{
border-color: #BD3902;
}
</style>