Shades of Rust #BD5013
Tints of Rust #BD5013
RGB
CMYK
RGB Variations
Color information
#BD5013 (or 0xBD5013) is known color: Rust. HEX triplet: BD, 50 and 13. RGB value is (189,80,19). Sum of RGB (Red+Green+Blue) = 189+80+19=288 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.62% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD5013 is #42AFEC. Grayscale: #696969. Windows color (decimal): -4370413 or 1265853. OLE color: 1265853.
HSL color Cylindrical-coordinate representation of color #BD5013: hue angle of 21.53º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BD5013 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 80 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.26 |
| HSL | 21.53º | 0.82% | 0.41% | - |
| HSV(B) | 21.53º | 0.9% | 0.74% | - |
| XYZ | 23.97 | 16.6 | 2.56 | - |
| YUV | 105.64 | 79.11 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 80 | 19 | 0 | 0.58 | 0.90 | 0.26 | 21.53 | 0.82 | 0.41 |
| Hex | BD | 50 | 13 | 0 | 3A | 5A | 1A | 16 | 52 | 29 |
| Octal | 275 | 120 | 23 | 0 | 72 | 132 | 32 | 26 | 122 | 51 |
| Binary | 10111101 | 1010000 | 10011 | 0 | 111010 | 1011010 | 11010 | 10110 | 1010010 | 101001 |
Color Harmonies of #BD5013
Complementary color
Monochromatic Colors of #BD5013
Black with #BD5013
Text Example
Text Example
White with #BD5013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD5013; }
p { color: rgb(189,80,19); }
H1.HeaderClassName
{
color: #BD5013;
}
.AnyTagClassName
{
color: #BD5013;
}
</style>
background-color css
<style>
a { background-color: #BD5013; }
a { background-color: rgb(189,80,19); }
div.DivClassName
{
background-color: #BD5013;
}
.BgClassName
{
background-color: #BD5013;
}
</style>
border-color css
<style>
span { border-color: #BD5013; }
span { border-color: rgb(189,80,19); }
td.TdClassName
{
border-color: #BD5013;
}
.TagClassName
{
border-color: #BD5013;
}
</style>