Shades of Rust #BD3703
Tints of Rust #BD3703
RGB
CMYK
RGB Variations
Color information
#BD3703 (or 0xBD3703) is known color: Rust. HEX triplet: BD, 37 and 03. RGB value is (189,55,3). Sum of RGB (Red+Green+Blue) = 189+55+3=247 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.52% from 247); Green value is 55 (21.88% from 255 or 22.27% from 247); Blue value is 3 (1.56% from 255 or 1.21% from 247); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3703 is #42C8FC. Grayscale: #595959. Windows color (decimal): -4376829 or 210877. OLE color: 210877.
HSL color Cylindrical-coordinate representation of color #BD3703: hue angle of 16.77º 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 #BD3703 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 55 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.26 |
| HSL | 16.77º | 0.97% | 0.38% | - |
| HSV(B) | 16.77º | 0.98% | 0.74% | - |
| XYZ | 22.37 | 13.56 | 1.52 | - |
| YUV | 89.14 | 79.39 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 55 | 3 | 0 | 0.71 | 0.98 | 0.26 | 16.77 | 0.97 | 0.38 |
| Hex | BD | 37 | 3 | 0 | 47 | 62 | 1A | 11 | 61 | 26 |
| Octal | 275 | 67 | 3 | 0 | 107 | 142 | 32 | 21 | 141 | 46 |
| Binary | 10111101 | 110111 | 11 | 0 | 1000111 | 1100010 | 11010 | 10001 | 1100001 | 100110 |
Color Harmonies of #BD3703
Complementary color
Monochromatic Colors of #BD3703
Black with #BD3703
Text Example
Text Example
White with #BD3703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3703; }
p { color: rgb(189,55,3); }
H1.HeaderClassName
{
color: #BD3703;
}
.AnyTagClassName
{
color: #BD3703;
}
</style>
background-color css
<style>
a { background-color: #BD3703; }
a { background-color: rgb(189,55,3); }
div.DivClassName
{
background-color: #BD3703;
}
.BgClassName
{
background-color: #BD3703;
}
</style>
border-color css
<style>
span { border-color: #BD3703; }
span { border-color: rgb(189,55,3); }
td.TdClassName
{
border-color: #BD3703;
}
.TagClassName
{
border-color: #BD3703;
}
</style>