Shades of Rust #BD3403
Tints of Rust #BD3403
RGB
CMYK
RGB Variations
Color information
#BD3403 (or 0xBD3403) is known color: Rust. HEX triplet: BD, 34 and 03. RGB value is (189,52,3). Sum of RGB (Red+Green+Blue) = 189+52+3=244 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.46% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 3 (1.56% from 255 or 1.23% from 244); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD3403 is #42CBFC. Grayscale: #575757. Windows color (decimal): -4377597 or 210109. OLE color: 210109.
HSL color Cylindrical-coordinate representation of color #BD3403: hue angle of 15.81º 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 #BD3403 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.26 |
| HSL | 15.81º | 0.97% | 0.38% | - |
| HSV(B) | 15.81º | 0.98% | 0.74% | - |
| XYZ | 22.23 | 13.28 | 1.48 | - |
| YUV | 87.38 | 80.39 | 200.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 3 | 0 | 0.72 | 0.98 | 0.26 | 15.81 | 0.97 | 0.38 |
| Hex | BD | 34 | 3 | 0 | 48 | 62 | 1A | 10 | 61 | 26 |
| Octal | 275 | 64 | 3 | 0 | 110 | 142 | 32 | 20 | 141 | 46 |
| Binary | 10111101 | 110100 | 11 | 0 | 1001000 | 1100010 | 11010 | 10000 | 1100001 | 100110 |
Color Harmonies of #BD3403
Complementary color
Monochromatic Colors of #BD3403
Black with #BD3403
Text Example
Text Example
White with #BD3403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3403; }
p { color: rgb(189,52,3); }
H1.HeaderClassName
{
color: #BD3403;
}
.AnyTagClassName
{
color: #BD3403;
}
</style>
background-color css
<style>
a { background-color: #BD3403; }
a { background-color: rgb(189,52,3); }
div.DivClassName
{
background-color: #BD3403;
}
.BgClassName
{
background-color: #BD3403;
}
</style>
border-color css
<style>
span { border-color: #BD3403; }
span { border-color: rgb(189,52,3); }
td.TdClassName
{
border-color: #BD3403;
}
.TagClassName
{
border-color: #BD3403;
}
</style>