Shades of Rust #BD3803
Tints of Rust #BD3803
RGB
CMYK
RGB Variations
Color information
#BD3803 (or 0xBD3803) is known color: Rust. HEX triplet: BD, 38 and 03. RGB value is (189,56,3). Sum of RGB (Red+Green+Blue) = 189+56+3=248 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.21% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3803 is #42C7FC. Grayscale: #5A5A5A. Windows color (decimal): -4376573 or 211133. OLE color: 211133.
HSL color Cylindrical-coordinate representation of color #BD3803: hue angle of 17.1º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD3803 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 56 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.26 |
| HSL | 17.1º | 0.97% | 0.38% | - |
| HSV(B) | 17.1º | 0.98% | 0.74% | - |
| XYZ | 22.42 | 13.65 | 1.54 | - |
| YUV | 89.73 | 79.06 | 198.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 56 | 3 | 0 | 0.70 | 0.98 | 0.26 | 17.1 | 0.97 | 0.38 |
| Hex | BD | 38 | 3 | 0 | 46 | 62 | 1A | 11 | 61 | 26 |
| Octal | 275 | 70 | 3 | 0 | 106 | 142 | 32 | 21 | 141 | 46 |
| Binary | 10111101 | 111000 | 11 | 0 | 1000110 | 1100010 | 11010 | 10001 | 1100001 | 100110 |
Color Harmonies of #BD3803
Complementary color
Monochromatic Colors of #BD3803
Black with #BD3803
Text Example
Text Example
White with #BD3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3803; }
p { color: rgb(189,56,3); }
H1.HeaderClassName
{
color: #BD3803;
}
.AnyTagClassName
{
color: #BD3803;
}
</style>
background-color css
<style>
a { background-color: #BD3803; }
a { background-color: rgb(189,56,3); }
div.DivClassName
{
background-color: #BD3803;
}
.BgClassName
{
background-color: #BD3803;
}
</style>
border-color css
<style>
span { border-color: #BD3803; }
span { border-color: rgb(189,56,3); }
td.TdClassName
{
border-color: #BD3803;
}
.TagClassName
{
border-color: #BD3803;
}
</style>