Shades of Rust #BD4402
Tints of Rust #BD4402
RGB
CMYK
RGB Variations
Color information
#BD4402 (or 0xBD4402) is known color: Rust. HEX triplet: BD, 44 and 02. RGB value is (189,68,2). Sum of RGB (Red+Green+Blue) = 189+68+2=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4402 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4402 is #42BBFD. Grayscale: #616161. Windows color (decimal): -4373502 or 148669. OLE color: 148669.
HSL color Cylindrical-coordinate representation of color #BD4402: hue angle of 21.18º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD4402 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.26 |
| HSL | 21.18º | 0.98% | 0.37% | - |
| HSV(B) | 21.18º | 0.99% | 0.74% | - |
| XYZ | 23.06 | 14.96 | 1.73 | - |
| YUV | 96.66 | 74.59 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 2 | 0 | 0.64 | 0.99 | 0.26 | 21.18 | 0.98 | 0.37 |
| Hex | BD | 44 | 2 | 0 | 40 | 63 | 1A | 15 | 62 | 25 |
| Octal | 275 | 104 | 2 | 0 | 100 | 143 | 32 | 25 | 142 | 45 |
| Binary | 10111101 | 1000100 | 10 | 0 | 1000000 | 1100011 | 11010 | 10101 | 1100010 | 100101 |
Color Harmonies of #BD4402
Complementary color
Monochromatic Colors of #BD4402
Black with #BD4402
Text Example
Text Example
White with #BD4402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4402; }
p { color: rgb(189,68,2); }
H1.HeaderClassName
{
color: #BD4402;
}
.AnyTagClassName
{
color: #BD4402;
}
</style>
background-color css
<style>
a { background-color: #BD4402; }
a { background-color: rgb(189,68,2); }
div.DivClassName
{
background-color: #BD4402;
}
.BgClassName
{
background-color: #BD4402;
}
</style>
border-color css
<style>
span { border-color: #BD4402; }
span { border-color: rgb(189,68,2); }
td.TdClassName
{
border-color: #BD4402;
}
.TagClassName
{
border-color: #BD4402;
}
</style>