Shades of Rust #BD551A
Tints of Rust #BD551A
RGB
CMYK
RGB Variations
Color information
#BD551A (or 0xBD551A) is known color: Rust. HEX triplet: BD, 55 and 1A. RGB value is (189,85,26). Sum of RGB (Red+Green+Blue) = 189+85+26=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD551A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD551A is #42AAE5. Grayscale: #6D6D6D. Windows color (decimal): -4369126 or 1725885. OLE color: 1725885.
HSL color Cylindrical-coordinate representation of color #BD551A: hue angle of 21.72º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD551A is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 85 | 26 | - |
| CMYK | 0 | 0.55 | 0.86 | 0.26 |
| HSL | 21.72º | 0.76% | 0.42% | - |
| HSV(B) | 21.72º | 0.86% | 0.74% | - |
| XYZ | 24.42 | 17.39 | 3.05 | - |
| YUV | 109.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 85 | 26 | 0 | 0.55 | 0.86 | 0.26 | 21.72 | 0.76 | 0.42 |
| Hex | BD | 55 | 1A | 0 | 37 | 56 | 1A | 16 | 4C | 2A |
| Octal | 275 | 125 | 32 | 0 | 67 | 126 | 32 | 26 | 114 | 52 |
| Binary | 10111101 | 1010101 | 11010 | 0 | 110111 | 1010110 | 11010 | 10110 | 1001100 | 101010 |
Color Harmonies of #BD551A
Complementary color
Monochromatic Colors of #BD551A
Black with #BD551A
Text Example
Text Example
White with #BD551A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD551A; }
p { color: rgb(189,85,26); }
H1.HeaderClassName
{
color: #BD551A;
}
.AnyTagClassName
{
color: #BD551A;
}
</style>
background-color css
<style>
a { background-color: #BD551A; }
a { background-color: rgb(189,85,26); }
div.DivClassName
{
background-color: #BD551A;
}
.BgClassName
{
background-color: #BD551A;
}
</style>
border-color css
<style>
span { border-color: #BD551A; }
span { border-color: rgb(189,85,26); }
td.TdClassName
{
border-color: #BD551A;
}
.TagClassName
{
border-color: #BD551A;
}
</style>