Shades of Rust #B75515
Tints of Rust #B75515
RGB
CMYK
RGB Variations
Color information
#B75515 (or 0xB75515) is known color: Rust. HEX triplet: B7, 55 and 15. RGB value is (183,85,21). Sum of RGB (Red+Green+Blue) = 183+85+21=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B75515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75515 is #48AAEA. Grayscale: #6B6B6B. Windows color (decimal): -4762347 or 1398199. OLE color: 1398199.
HSL color Cylindrical-coordinate representation of color #B75515: hue angle of 23.7º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B75515 is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 21 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.28 |
| HSL | 23.7º | 0.79% | 0.4% | - |
| HSV(B) | 23.7º | 0.89% | 0.72% | - |
| XYZ | 22.91 | 16.62 | 2.71 | - |
| YUV | 107.01 | 79.47 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 21 | 0 | 0.54 | 0.89 | 0.28 | 23.7 | 0.79 | 0.4 |
| Hex | B7 | 55 | 15 | 0 | 36 | 59 | 1C | 18 | 4F | 28 |
| Octal | 267 | 125 | 25 | 0 | 66 | 131 | 34 | 30 | 117 | 50 |
| Binary | 10110111 | 1010101 | 10101 | 0 | 110110 | 1011001 | 11100 | 11000 | 1001111 | 101000 |
Color Harmonies of #B75515
Complementary color
Monochromatic Colors of #B75515
Black with #B75515
Text Example
Text Example
White with #B75515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75515; }
p { color: rgb(183,85,21); }
H1.HeaderClassName
{
color: #B75515;
}
.AnyTagClassName
{
color: #B75515;
}
</style>
background-color css
<style>
a { background-color: #B75515; }
a { background-color: rgb(183,85,21); }
div.DivClassName
{
background-color: #B75515;
}
.BgClassName
{
background-color: #B75515;
}
</style>
border-color css
<style>
span { border-color: #B75515; }
span { border-color: rgb(183,85,21); }
td.TdClassName
{
border-color: #B75515;
}
.TagClassName
{
border-color: #B75515;
}
</style>