Shades of Rust #BD480C
Tints of Rust #BD480C
RGB
CMYK
RGB Variations
Color information
#BD480C (or 0xBD480C) is known color: Rust. HEX triplet: BD, 48 and 0C. RGB value is (189,72,12). Sum of RGB (Red+Green+Blue) = 189+72+12=273 (36% of max value = 765). Red value is 189 (74.22% from 255 or 69.23% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 189 - color contains mainly: red. Hex color #BD480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD480C is #42B7F3. Grayscale: #646464. Windows color (decimal): -4372468 or 805053. OLE color: 805053.
HSL color Cylindrical-coordinate representation of color #BD480C: hue angle of 20.34º degrees, saturation: 0.88, 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 #BD480C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 72 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.26 |
| HSL | 20.34º | 0.88% | 0.39% | - |
| HSV(B) | 20.34º | 0.94% | 0.74% | - |
| XYZ | 23.37 | 15.48 | 2.1 | - |
| YUV | 100.14 | 78.26 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 72 | 12 | 0 | 0.62 | 0.94 | 0.26 | 20.34 | 0.88 | 0.39 |
| Hex | BD | 48 | C | 0 | 3E | 5E | 1A | 14 | 58 | 27 |
| Octal | 275 | 110 | 14 | 0 | 76 | 136 | 32 | 24 | 130 | 47 |
| Binary | 10111101 | 1001000 | 1100 | 0 | 111110 | 1011110 | 11010 | 10100 | 1011000 | 100111 |
Color Harmonies of #BD480C
Complementary color
Monochromatic Colors of #BD480C
Black with #BD480C
Text Example
Text Example
White with #BD480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD480C; }
p { color: rgb(189,72,12); }
H1.HeaderClassName
{
color: #BD480C;
}
.AnyTagClassName
{
color: #BD480C;
}
</style>
background-color css
<style>
a { background-color: #BD480C; }
a { background-color: rgb(189,72,12); }
div.DivClassName
{
background-color: #BD480C;
}
.BgClassName
{
background-color: #BD480C;
}
</style>
border-color css
<style>
span { border-color: #BD480C; }
span { border-color: rgb(189,72,12); }
td.TdClassName
{
border-color: #BD480C;
}
.TagClassName
{
border-color: #BD480C;
}
</style>