Shades of Rust #B7360E
Tints of Rust #B7360E
RGB
CMYK
RGB Variations
Color information
#B7360E (or 0xB7360E) is known color: Rust. HEX triplet: B7, 36 and 0E. RGB value is (183,54,14). Sum of RGB (Red+Green+Blue) = 183+54+14=251 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.91% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 183 - color contains mainly: red. Hex color #B7360E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7360E is #48C9F1. Grayscale: #585858. Windows color (decimal): -4770290 or 931511. OLE color: 931511.
HSL color Cylindrical-coordinate representation of color #B7360E: hue angle of 14.2º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7360E is Cyan = 0, Magento = 0.70, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 14 | - |
| CMYK | 0 | 0.70 | 0.92 | 0.28 |
| HSL | 14.2º | 0.86% | 0.39% | - |
| HSV(B) | 14.2º | 0.92% | 0.72% | - |
| XYZ | 20.93 | 12.74 | 1.77 | - |
| YUV | 88.01 | 86.24 | 195.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 14 | 0 | 0.70 | 0.92 | 0.28 | 14.2 | 0.86 | 0.39 |
| Hex | B7 | 36 | E | 0 | 46 | 5C | 1C | E | 56 | 27 |
| Octal | 267 | 66 | 16 | 0 | 106 | 134 | 34 | 16 | 126 | 47 |
| Binary | 10110111 | 110110 | 1110 | 0 | 1000110 | 1011100 | 11100 | 1110 | 1010110 | 100111 |
Color Harmonies of #B7360E
Complementary color
Monochromatic Colors of #B7360E
Black with #B7360E
Text Example
Text Example
White with #B7360E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7360E; }
p { color: rgb(183,54,14); }
H1.HeaderClassName
{
color: #B7360E;
}
.AnyTagClassName
{
color: #B7360E;
}
</style>
background-color css
<style>
a { background-color: #B7360E; }
a { background-color: rgb(183,54,14); }
div.DivClassName
{
background-color: #B7360E;
}
.BgClassName
{
background-color: #B7360E;
}
</style>
border-color css
<style>
span { border-color: #B7360E; }
span { border-color: rgb(183,54,14); }
td.TdClassName
{
border-color: #B7360E;
}
.TagClassName
{
border-color: #B7360E;
}
</style>