Shades of Rust #BD480B
Tints of Rust #BD480B
RGB
CMYK
RGB Variations
Color information
#BD480B (or 0xBD480B) is known color: Rust. HEX triplet: BD, 48 and 0B. RGB value is (189,72,11). Sum of RGB (Red+Green+Blue) = 189+72+11=272 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.49% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 189 - color contains mainly: red. Hex color #BD480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD480B is #42B7F4. Grayscale: #646464. Windows color (decimal): -4372469 or 739517. OLE color: 739517.
HSL color Cylindrical-coordinate representation of color #BD480B: hue angle of 20.56º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD480B is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 11 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.26 |
| HSL | 20.56º | 0.89% | 0.39% | - |
| HSV(B) | 20.56º | 0.94% | 0.74% | - |
| XYZ | 23.36 | 15.48 | 2.07 | - |
| YUV | 100.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 11 | 0 | 0.62 | 0.94 | 0.26 | 20.56 | 0.89 | 0.39 |
| Hex | BD | 48 | B | 0 | 3E | 5E | 1A | 15 | 59 | 27 |
| Octal | 275 | 110 | 13 | 0 | 76 | 136 | 32 | 25 | 131 | 47 |
| Binary | 10111101 | 1001000 | 1011 | 0 | 111110 | 1011110 | 11010 | 10101 | 1011001 | 100111 |
Color Harmonies of #BD480B
Complementary color
Monochromatic Colors of #BD480B
Black with #BD480B
Text Example
Text Example
White with #BD480B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD480B; }
p { color: rgb(189,72,11); }
H1.HeaderClassName
{
color: #BD480B;
}
.AnyTagClassName
{
color: #BD480B;
}
</style>
background-color css
<style>
a { background-color: #BD480B; }
a { background-color: rgb(189,72,11); }
div.DivClassName
{
background-color: #BD480B;
}
.BgClassName
{
background-color: #BD480B;
}
</style>
border-color css
<style>
span { border-color: #BD480B; }
span { border-color: rgb(189,72,11); }
td.TdClassName
{
border-color: #BD480B;
}
.TagClassName
{
border-color: #BD480B;
}
</style>