Shades of Rust #BD4812
Tints of Rust #BD4812
RGB
CMYK
RGB Variations
Color information
#BD4812 (or 0xBD4812) is known color: Rust. HEX triplet: BD, 48 and 12. RGB value is (189,72,18). Sum of RGB (Red+Green+Blue) = 189+72+18=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4812 is #42B7ED. Grayscale: #656565. Windows color (decimal): -4372462 or 1198269. OLE color: 1198269.
HSL color Cylindrical-coordinate representation of color #BD4812: hue angle of 18.95º 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 #BD4812 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.26 |
| HSL | 18.95º | 0.83% | 0.41% | - |
| HSV(B) | 18.95º | 0.9% | 0.74% | - |
| XYZ | 23.41 | 15.5 | 2.33 | - |
| YUV | 100.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 18 | 0 | 0.62 | 0.90 | 0.26 | 18.95 | 0.83 | 0.41 |
| Hex | BD | 48 | 12 | 0 | 3E | 5A | 1A | 13 | 53 | 29 |
| Octal | 275 | 110 | 22 | 0 | 76 | 132 | 32 | 23 | 123 | 51 |
| Binary | 10111101 | 1001000 | 10010 | 0 | 111110 | 1011010 | 11010 | 10011 | 1010011 | 101001 |
Color Harmonies of #BD4812
Complementary color
Monochromatic Colors of #BD4812
Black with #BD4812
Text Example
Text Example
White with #BD4812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4812; }
p { color: rgb(189,72,18); }
H1.HeaderClassName
{
color: #BD4812;
}
.AnyTagClassName
{
color: #BD4812;
}
</style>
background-color css
<style>
a { background-color: #BD4812; }
a { background-color: rgb(189,72,18); }
div.DivClassName
{
background-color: #BD4812;
}
.BgClassName
{
background-color: #BD4812;
}
</style>
border-color css
<style>
span { border-color: #BD4812; }
span { border-color: rgb(189,72,18); }
td.TdClassName
{
border-color: #BD4812;
}
.TagClassName
{
border-color: #BD4812;
}
</style>