Shades of Rust #BD3203
Tints of Rust #BD3203
RGB
CMYK
RGB Variations
Color information
#BD3203 (or 0xBD3203) is known color: Rust. HEX triplet: BD, 32 and 03. RGB value is (189,50,3). Sum of RGB (Red+Green+Blue) = 189+50+3=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3203 is #42CDFC. Grayscale: #565656. Windows color (decimal): -4378109 or 209597. OLE color: 209597.
HSL color Cylindrical-coordinate representation of color #BD3203: hue angle of 15.16º 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 #BD3203 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 50 | 3 | - |
| CMYK | 0 | 0.74 | 0.98 | 0.26 |
| HSL | 15.16º | 0.97% | 0.38% | - |
| HSV(B) | 15.16º | 0.98% | 0.74% | - |
| XYZ | 22.14 | 13.11 | 1.45 | - |
| YUV | 86.2 | 81.05 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 50 | 3 | 0 | 0.74 | 0.98 | 0.26 | 15.16 | 0.97 | 0.38 |
| Hex | BD | 32 | 3 | 0 | 4A | 62 | 1A | F | 61 | 26 |
| Octal | 275 | 62 | 3 | 0 | 112 | 142 | 32 | 17 | 141 | 46 |
| Binary | 10111101 | 110010 | 11 | 0 | 1001010 | 1100010 | 11010 | 1111 | 1100001 | 100110 |
Color Harmonies of #BD3203
Complementary color
Monochromatic Colors of #BD3203
Black with #BD3203
Text Example
Text Example
White with #BD3203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3203; }
p { color: rgb(189,50,3); }
H1.HeaderClassName
{
color: #BD3203;
}
.AnyTagClassName
{
color: #BD3203;
}
</style>
background-color css
<style>
a { background-color: #BD3203; }
a { background-color: rgb(189,50,3); }
div.DivClassName
{
background-color: #BD3203;
}
.BgClassName
{
background-color: #BD3203;
}
</style>
border-color css
<style>
span { border-color: #BD3203; }
span { border-color: rgb(189,50,3); }
td.TdClassName
{
border-color: #BD3203;
}
.TagClassName
{
border-color: #BD3203;
}
</style>