Shades of Rust #BD4412
Tints of Rust #BD4412
RGB
CMYK
RGB Variations
Color information
#BD4412 (or 0xBD4412) is known color: Rust. HEX triplet: BD, 44 and 12. RGB value is (189,68,18). Sum of RGB (Red+Green+Blue) = 189+68+18=275 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.73% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4412 is #42BBED. Grayscale: #626262. Windows color (decimal): -4373486 or 1197245. OLE color: 1197245.
HSL color Cylindrical-coordinate representation of color #BD4412: hue angle of 17.54º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD4412 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 68 | 18 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.26 |
| HSL | 17.54º | 0.83% | 0.41% | - |
| HSV(B) | 17.54º | 0.9% | 0.74% | - |
| XYZ | 23.16 | 15 | 2.25 | - |
| YUV | 98.48 | 82.59 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 68 | 18 | 0 | 0.64 | 0.90 | 0.26 | 17.54 | 0.83 | 0.41 |
| Hex | BD | 44 | 12 | 0 | 40 | 5A | 1A | 12 | 53 | 29 |
| Octal | 275 | 104 | 22 | 0 | 100 | 132 | 32 | 22 | 123 | 51 |
| Binary | 10111101 | 1000100 | 10010 | 0 | 1000000 | 1011010 | 11010 | 10010 | 1010011 | 101001 |
Color Harmonies of #BD4412
Complementary color
Monochromatic Colors of #BD4412
Black with #BD4412
Text Example
Text Example
White with #BD4412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4412; }
p { color: rgb(189,68,18); }
H1.HeaderClassName
{
color: #BD4412;
}
.AnyTagClassName
{
color: #BD4412;
}
</style>
background-color css
<style>
a { background-color: #BD4412; }
a { background-color: rgb(189,68,18); }
div.DivClassName
{
background-color: #BD4412;
}
.BgClassName
{
background-color: #BD4412;
}
</style>
border-color css
<style>
span { border-color: #BD4412; }
span { border-color: rgb(189,68,18); }
td.TdClassName
{
border-color: #BD4412;
}
.TagClassName
{
border-color: #BD4412;
}
</style>