Shades of Rust #BD4203
Tints of Rust #BD4203
RGB
CMYK
RGB Variations
Color information
#BD4203 (or 0xBD4203) is known color: Rust. HEX triplet: BD, 42 and 03. RGB value is (189,66,3). Sum of RGB (Red+Green+Blue) = 189+66+3=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4203 is #42BDFC. Grayscale: #5F5F5F. Windows color (decimal): -4374013 or 213693. OLE color: 213693.
HSL color Cylindrical-coordinate representation of color #BD4203: hue angle of 20.32º 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 #BD4203 is Cyan = 0, Magento = 0.65, Yellow = 0.98 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 66 | 3 | - |
| CMYK | 0 | 0.65 | 0.98 | 0.26 |
| HSL | 20.32º | 0.97% | 0.38% | - |
| HSV(B) | 20.32º | 0.98% | 0.74% | - |
| XYZ | 22.95 | 14.72 | 1.72 | - |
| YUV | 95.6 | 75.75 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 66 | 3 | 0 | 0.65 | 0.98 | 0.26 | 20.32 | 0.97 | 0.38 |
| Hex | BD | 42 | 3 | 0 | 41 | 62 | 1A | 14 | 61 | 26 |
| Octal | 275 | 102 | 3 | 0 | 101 | 142 | 32 | 24 | 141 | 46 |
| Binary | 10111101 | 1000010 | 11 | 0 | 1000001 | 1100010 | 11010 | 10100 | 1100001 | 100110 |
Color Harmonies of #BD4203
Complementary color
Monochromatic Colors of #BD4203
Black with #BD4203
Text Example
Text Example
White with #BD4203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4203; }
p { color: rgb(189,66,3); }
H1.HeaderClassName
{
color: #BD4203;
}
.AnyTagClassName
{
color: #BD4203;
}
</style>
background-color css
<style>
a { background-color: #BD4203; }
a { background-color: rgb(189,66,3); }
div.DivClassName
{
background-color: #BD4203;
}
.BgClassName
{
background-color: #BD4203;
}
</style>
border-color css
<style>
span { border-color: #BD4203; }
span { border-color: rgb(189,66,3); }
td.TdClassName
{
border-color: #BD4203;
}
.TagClassName
{
border-color: #BD4203;
}
</style>