Shades of Rust #BD3603
Tints of Rust #BD3603
RGB
CMYK
RGB Variations
Color information
#BD3603 (or 0xBD3603) is known color: Rust. HEX triplet: BD, 36 and 03. RGB value is (189,54,3). Sum of RGB (Red+Green+Blue) = 189+54+3=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 3 (1.56% from 255 or 1.22% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3603 is #42C9FC. Grayscale: #585858. Windows color (decimal): -4377085 or 210621. OLE color: 210621.
HSL color Cylindrical-coordinate representation of color #BD3603: hue angle of 16.45º 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 #BD3603 is Cyan = 0, Magento = 0.71, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 3 | - |
| CMYK | 0 | 0.71 | 0.98 | 0.26 |
| HSL | 16.45º | 0.97% | 0.38% | - |
| HSV(B) | 16.45º | 0.98% | 0.74% | - |
| XYZ | 22.32 | 13.46 | 1.51 | - |
| YUV | 88.55 | 79.73 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 3 | 0 | 0.71 | 0.98 | 0.26 | 16.45 | 0.97 | 0.38 |
| Hex | BD | 36 | 3 | 0 | 47 | 62 | 1A | 10 | 61 | 26 |
| Octal | 275 | 66 | 3 | 0 | 107 | 142 | 32 | 20 | 141 | 46 |
| Binary | 10111101 | 110110 | 11 | 0 | 1000111 | 1100010 | 11010 | 10000 | 1100001 | 100110 |
Color Harmonies of #BD3603
Complementary color
Monochromatic Colors of #BD3603
Black with #BD3603
Text Example
Text Example
White with #BD3603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3603; }
p { color: rgb(189,54,3); }
H1.HeaderClassName
{
color: #BD3603;
}
.AnyTagClassName
{
color: #BD3603;
}
</style>
background-color css
<style>
a { background-color: #BD3603; }
a { background-color: rgb(189,54,3); }
div.DivClassName
{
background-color: #BD3603;
}
.BgClassName
{
background-color: #BD3603;
}
</style>
border-color css
<style>
span { border-color: #BD3603; }
span { border-color: rgb(189,54,3); }
td.TdClassName
{
border-color: #BD3603;
}
.TagClassName
{
border-color: #BD3603;
}
</style>