Shades of Rust #BD4312
Tints of Rust #BD4312
RGB
CMYK
RGB Variations
Color information
#BD4312 (or 0xBD4312) is known color: Rust. HEX triplet: BD, 43 and 12. RGB value is (189,67,18). Sum of RGB (Red+Green+Blue) = 189+67+18=274 (36% of max value = 765). Red value is 189 (74.22% from 255 or 68.98% from 274); Green value is 67 (26.56% from 255 or 24.45% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4312 is #42BCED. Grayscale: #626262. Windows color (decimal): -4373742 or 1196989. OLE color: 1196989.
HSL color Cylindrical-coordinate representation of color #BD4312: hue angle of 17.19º 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 #BD4312 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 67 | 18 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.26 |
| HSL | 17.19º | 0.83% | 0.41% | - |
| HSV(B) | 17.19º | 0.9% | 0.74% | - |
| XYZ | 23.1 | 14.88 | 2.23 | - |
| YUV | 97.89 | 82.92 | 192.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 67 | 18 | 0 | 0.65 | 0.90 | 0.26 | 17.19 | 0.83 | 0.41 |
| Hex | BD | 43 | 12 | 0 | 41 | 5A | 1A | 11 | 53 | 29 |
| Octal | 275 | 103 | 22 | 0 | 101 | 132 | 32 | 21 | 123 | 51 |
| Binary | 10111101 | 1000011 | 10010 | 0 | 1000001 | 1011010 | 11010 | 10001 | 1010011 | 101001 |
Color Harmonies of #BD4312
Complementary color
Monochromatic Colors of #BD4312
Black with #BD4312
Text Example
Text Example
White with #BD4312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4312; }
p { color: rgb(189,67,18); }
H1.HeaderClassName
{
color: #BD4312;
}
.AnyTagClassName
{
color: #BD4312;
}
</style>
background-color css
<style>
a { background-color: #BD4312; }
a { background-color: rgb(189,67,18); }
div.DivClassName
{
background-color: #BD4312;
}
.BgClassName
{
background-color: #BD4312;
}
</style>
border-color css
<style>
span { border-color: #BD4312; }
span { border-color: rgb(189,67,18); }
td.TdClassName
{
border-color: #BD4312;
}
.TagClassName
{
border-color: #BD4312;
}
</style>