Shades of Rust #B73D1D
Tints of Rust #B73D1D
RGB
CMYK
RGB Variations
Color information
#B73D1D (or 0xB73D1D) is known color: Rust. HEX triplet: B7, 3D and 1D. RGB value is (183,61,29). Sum of RGB (Red+Green+Blue) = 183+61+29=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D1D is #48C2E2. Grayscale: #5E5E5E. Windows color (decimal): -4768483 or 1916343. OLE color: 1916343.
HSL color Cylindrical-coordinate representation of color #B73D1D: hue angle of 12.47º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B73D1D is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 29 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.28 |
| HSL | 12.47º | 0.73% | 0.42% | - |
| HSV(B) | 12.47º | 0.84% | 0.72% | - |
| XYZ | 21.42 | 13.49 | 2.64 | - |
| YUV | 93.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 29 | 0 | 0.67 | 0.84 | 0.28 | 12.47 | 0.73 | 0.42 |
| Hex | B7 | 3D | 1D | 0 | 43 | 54 | 1C | C | 49 | 2A |
| Octal | 267 | 75 | 35 | 0 | 103 | 124 | 34 | 14 | 111 | 52 |
| Binary | 10110111 | 111101 | 11101 | 0 | 1000011 | 1010100 | 11100 | 1100 | 1001001 | 101010 |
Color Harmonies of #B73D1D
Complementary color
Monochromatic Colors of #B73D1D
Black with #B73D1D
Text Example
Text Example
White with #B73D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D1D; }
p { color: rgb(183,61,29); }
H1.HeaderClassName
{
color: #B73D1D;
}
.AnyTagClassName
{
color: #B73D1D;
}
</style>
background-color css
<style>
a { background-color: #B73D1D; }
a { background-color: rgb(183,61,29); }
div.DivClassName
{
background-color: #B73D1D;
}
.BgClassName
{
background-color: #B73D1D;
}
</style>
border-color css
<style>
span { border-color: #B73D1D; }
span { border-color: rgb(183,61,29); }
td.TdClassName
{
border-color: #B73D1D;
}
.TagClassName
{
border-color: #B73D1D;
}
</style>