Shades of Rust #B7410D
Tints of Rust #B7410D
RGB
CMYK
RGB Variations
Color information
#B7410D (or 0xB7410D) is known color: Rust. HEX triplet: B7, 41 and 0D. RGB value is (183,65,13). Sum of RGB (Red+Green+Blue) = 183+65+13=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7410D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7410D is #48BEF2. Grayscale: #5E5E5E. Windows color (decimal): -4767475 or 868791. OLE color: 868791.
HSL color Cylindrical-coordinate representation of color #B7410D: hue angle of 18.35º 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 #B7410D is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 65 | 13 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.28 |
| HSL | 18.35º | 0.87% | 0.38% | - |
| HSV(B) | 18.35º | 0.93% | 0.72% | - |
| XYZ | 21.49 | 13.88 | 1.93 | - |
| YUV | 94.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 65 | 13 | 0 | 0.64 | 0.93 | 0.28 | 18.35 | 0.87 | 0.38 |
| Hex | B7 | 41 | D | 0 | 40 | 5D | 1C | 12 | 57 | 26 |
| Octal | 267 | 101 | 15 | 0 | 100 | 135 | 34 | 22 | 127 | 46 |
| Binary | 10110111 | 1000001 | 1101 | 0 | 1000000 | 1011101 | 11100 | 10010 | 1010111 | 100110 |
Color Harmonies of #B7410D
Complementary color
Monochromatic Colors of #B7410D
Black with #B7410D
Text Example
Text Example
White with #B7410D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7410D; }
p { color: rgb(183,65,13); }
H1.HeaderClassName
{
color: #B7410D;
}
.AnyTagClassName
{
color: #B7410D;
}
</style>
background-color css
<style>
a { background-color: #B7410D; }
a { background-color: rgb(183,65,13); }
div.DivClassName
{
background-color: #B7410D;
}
.BgClassName
{
background-color: #B7410D;
}
</style>
border-color css
<style>
span { border-color: #B7410D; }
span { border-color: rgb(183,65,13); }
td.TdClassName
{
border-color: #B7410D;
}
.TagClassName
{
border-color: #B7410D;
}
</style>