Shades of Rust #BD4407
Tints of Rust #BD4407
RGB
CMYK
RGB Variations
Color information
#BD4407 (or 0xBD4407) is known color: Rust. HEX triplet: BD, 44 and 07. RGB value is (189,68,7). Sum of RGB (Red+Green+Blue) = 189+68+7=264 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.59% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4407 is #42BBF8. Grayscale: #616161. Windows color (decimal): -4373497 or 476349. OLE color: 476349.
HSL color Cylindrical-coordinate representation of color #BD4407: hue angle of 20.11º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD4407 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 7 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.26 |
| HSL | 20.11º | 0.93% | 0.38% | - |
| HSV(B) | 20.11º | 0.96% | 0.74% | - |
| XYZ | 23.09 | 14.97 | 1.87 | - |
| YUV | 97.23 | 77.09 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 7 | 0 | 0.64 | 0.96 | 0.26 | 20.11 | 0.93 | 0.38 |
| Hex | BD | 44 | 7 | 0 | 40 | 60 | 1A | 14 | 5D | 26 |
| Octal | 275 | 104 | 7 | 0 | 100 | 140 | 32 | 24 | 135 | 46 |
| Binary | 10111101 | 1000100 | 111 | 0 | 1000000 | 1100000 | 11010 | 10100 | 1011101 | 100110 |
Color Harmonies of #BD4407
Complementary color
Monochromatic Colors of #BD4407
Black with #BD4407
Text Example
Text Example
White with #BD4407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4407; }
p { color: rgb(189,68,7); }
H1.HeaderClassName
{
color: #BD4407;
}
.AnyTagClassName
{
color: #BD4407;
}
</style>
background-color css
<style>
a { background-color: #BD4407; }
a { background-color: rgb(189,68,7); }
div.DivClassName
{
background-color: #BD4407;
}
.BgClassName
{
background-color: #BD4407;
}
</style>
border-color css
<style>
span { border-color: #BD4407; }
span { border-color: rgb(189,68,7); }
td.TdClassName
{
border-color: #BD4407;
}
.TagClassName
{
border-color: #BD4407;
}
</style>