Shades of Rust #B73D1F
Tints of Rust #B73D1F
RGB
CMYK
RGB Variations
Color information
#B73D1F (or 0xB73D1F) is known color: Rust. HEX triplet: B7, 3D and 1F. RGB value is (183,61,31). Sum of RGB (Red+Green+Blue) = 183+61+31=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 61 (24.22% from 255 or 22.18% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B73D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73D1F is #48C2E0. Grayscale: #5E5E5E. Windows color (decimal): -4768481 or 2047415. OLE color: 2047415.
HSL color Cylindrical-coordinate representation of color #B73D1F: hue angle of 11.84º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B73D1F is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 61 | 31 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.28 |
| HSL | 11.84º | 0.71% | 0.42% | - |
| HSV(B) | 11.84º | 0.83% | 0.72% | - |
| XYZ | 21.44 | 13.5 | 2.77 | - |
| YUV | 94.06 | 92.42 | 191.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 61 | 31 | 0 | 0.67 | 0.83 | 0.28 | 11.84 | 0.71 | 0.42 |
| Hex | B7 | 3D | 1F | 0 | 43 | 53 | 1C | C | 47 | 2A |
| Octal | 267 | 75 | 37 | 0 | 103 | 123 | 34 | 14 | 107 | 52 |
| Binary | 10110111 | 111101 | 11111 | 0 | 1000011 | 1010011 | 11100 | 1100 | 1000111 | 101010 |
Color Harmonies of #B73D1F
Complementary color
Monochromatic Colors of #B73D1F
Black with #B73D1F
Text Example
Text Example
White with #B73D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73D1F; }
p { color: rgb(183,61,31); }
H1.HeaderClassName
{
color: #B73D1F;
}
.AnyTagClassName
{
color: #B73D1F;
}
</style>
background-color css
<style>
a { background-color: #B73D1F; }
a { background-color: rgb(183,61,31); }
div.DivClassName
{
background-color: #B73D1F;
}
.BgClassName
{
background-color: #B73D1F;
}
</style>
border-color css
<style>
span { border-color: #B73D1F; }
span { border-color: rgb(183,61,31); }
td.TdClassName
{
border-color: #B73D1F;
}
.TagClassName
{
border-color: #B73D1F;
}
</style>