Shades of Rust #BD4818
Tints of Rust #BD4818
RGB
CMYK
RGB Variations
Color information
#BD4818 (or 0xBD4818) is known color: Rust. HEX triplet: BD, 48 and 18. RGB value is (189,72,24). Sum of RGB (Red+Green+Blue) = 189+72+24=285 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.32% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4818 is #42B7E7. Grayscale: #656565. Windows color (decimal): -4372456 or 1591485. OLE color: 1591485.
HSL color Cylindrical-coordinate representation of color #BD4818: hue angle of 17.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD4818 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 24 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.26 |
| HSL | 17.45º | 0.77% | 0.42% | - |
| HSV(B) | 17.45º | 0.87% | 0.74% | - |
| XYZ | 23.47 | 15.52 | 2.62 | - |
| YUV | 101.51 | 84.26 | 190.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 24 | 0 | 0.62 | 0.87 | 0.26 | 17.45 | 0.77 | 0.42 |
| Hex | BD | 48 | 18 | 0 | 3E | 57 | 1A | 11 | 4D | 2A |
| Octal | 275 | 110 | 30 | 0 | 76 | 127 | 32 | 21 | 115 | 52 |
| Binary | 10111101 | 1001000 | 11000 | 0 | 111110 | 1010111 | 11010 | 10001 | 1001101 | 101010 |
Color Harmonies of #BD4818
Complementary color
Monochromatic Colors of #BD4818
Black with #BD4818
Text Example
Text Example
White with #BD4818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4818; }
p { color: rgb(189,72,24); }
H1.HeaderClassName
{
color: #BD4818;
}
.AnyTagClassName
{
color: #BD4818;
}
</style>
background-color css
<style>
a { background-color: #BD4818; }
a { background-color: rgb(189,72,24); }
div.DivClassName
{
background-color: #BD4818;
}
.BgClassName
{
background-color: #BD4818;
}
</style>
border-color css
<style>
span { border-color: #BD4818; }
span { border-color: rgb(189,72,24); }
td.TdClassName
{
border-color: #BD4818;
}
.TagClassName
{
border-color: #BD4818;
}
</style>