Shades of Rust #B7360D
Tints of Rust #B7360D
RGB
CMYK
RGB Variations
Color information
#B7360D (or 0xB7360D) is known color: Rust. HEX triplet: B7, 36 and 0D. RGB value is (183,54,13). Sum of RGB (Red+Green+Blue) = 183+54+13=250 (33% of max value = 765). Red value is 183 (71.88% from 255 or 73.2% from 250); Green value is 54 (21.48% from 255 or 21.6% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 183 - color contains mainly: red. Hex color #B7360D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7360D is #48C9F2. Grayscale: #585858. Windows color (decimal): -4770291 or 865975. OLE color: 865975.
HSL color Cylindrical-coordinate representation of color #B7360D: hue angle of 14.47º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7360D is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 13 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.28 |
| HSL | 14.47º | 0.87% | 0.38% | - |
| HSV(B) | 14.47º | 0.93% | 0.72% | - |
| XYZ | 20.92 | 12.73 | 1.74 | - |
| YUV | 87.9 | 85.74 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 13 | 0 | 0.70 | 0.93 | 0.28 | 14.47 | 0.87 | 0.38 |
| Hex | B7 | 36 | D | 0 | 46 | 5D | 1C | E | 57 | 26 |
| Octal | 267 | 66 | 15 | 0 | 106 | 135 | 34 | 16 | 127 | 46 |
| Binary | 10110111 | 110110 | 1101 | 0 | 1000110 | 1011101 | 11100 | 1110 | 1010111 | 100110 |
Color Harmonies of #B7360D
Complementary color
Monochromatic Colors of #B7360D
Black with #B7360D
Text Example
Text Example
White with #B7360D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7360D; }
p { color: rgb(183,54,13); }
H1.HeaderClassName
{
color: #B7360D;
}
.AnyTagClassName
{
color: #B7360D;
}
</style>
background-color css
<style>
a { background-color: #B7360D; }
a { background-color: rgb(183,54,13); }
div.DivClassName
{
background-color: #B7360D;
}
.BgClassName
{
background-color: #B7360D;
}
</style>
border-color css
<style>
span { border-color: #B7360D; }
span { border-color: rgb(183,54,13); }
td.TdClassName
{
border-color: #B7360D;
}
.TagClassName
{
border-color: #B7360D;
}
</style>