Shades of Rust #BD500A
Tints of Rust #BD500A
RGB
CMYK
RGB Variations
Color information
#BD500A (or 0xBD500A) is known color: Rust. HEX triplet: BD, 50 and 0A. RGB value is (189,80,10). Sum of RGB (Red+Green+Blue) = 189+80+10=279 (36% of max value = 765). Red value is 189 (74.22% from 255 or 67.74% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 189 - color contains mainly: red. Hex color #BD500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD500A is #42AFF5. Grayscale: #686868. Windows color (decimal): -4370422 or 676029. OLE color: 676029.
HSL color Cylindrical-coordinate representation of color #BD500A: hue angle of 23.46º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BD500A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.26 |
| HSL | 23.46º | 0.9% | 0.39% | - |
| HSV(B) | 23.46º | 0.95% | 0.74% | - |
| XYZ | 23.91 | 16.58 | 2.23 | - |
| YUV | 104.61 | 74.61 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 10 | 0 | 0.58 | 0.95 | 0.26 | 23.46 | 0.9 | 0.39 |
| Hex | BD | 50 | A | 0 | 3A | 5F | 1A | 17 | 5A | 27 |
| Octal | 275 | 120 | 12 | 0 | 72 | 137 | 32 | 27 | 132 | 47 |
| Binary | 10111101 | 1010000 | 1010 | 0 | 111010 | 1011111 | 11010 | 10111 | 1011010 | 100111 |
Color Harmonies of #BD500A
Complementary color
Monochromatic Colors of #BD500A
Black with #BD500A
Text Example
Text Example
White with #BD500A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD500A; }
p { color: rgb(189,80,10); }
H1.HeaderClassName
{
color: #BD500A;
}
.AnyTagClassName
{
color: #BD500A;
}
</style>
background-color css
<style>
a { background-color: #BD500A; }
a { background-color: rgb(189,80,10); }
div.DivClassName
{
background-color: #BD500A;
}
.BgClassName
{
background-color: #BD500A;
}
</style>
border-color css
<style>
span { border-color: #BD500A; }
span { border-color: rgb(189,80,10); }
td.TdClassName
{
border-color: #BD500A;
}
.TagClassName
{
border-color: #BD500A;
}
</style>