Shades of Rust #B73813
Tints of Rust #B73813
RGB
CMYK
RGB Variations
Color information
#B73813 (or 0xB73813) is known color: Rust. HEX triplet: B7, 38 and 13. RGB value is (183,56,19). Sum of RGB (Red+Green+Blue) = 183+56+19=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B73813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73813 is #48C7EC. Grayscale: #5A5A5A. Windows color (decimal): -4769773 or 1259703. OLE color: 1259703.
HSL color Cylindrical-coordinate representation of color #B73813: hue angle of 13.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B73813 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 56 | 19 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.28 |
| HSL | 13.54º | 0.81% | 0.4% | - |
| HSV(B) | 13.54º | 0.9% | 0.72% | - |
| XYZ | 21.06 | 12.94 | 2 | - |
| YUV | 89.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 56 | 19 | 0 | 0.69 | 0.90 | 0.28 | 13.54 | 0.81 | 0.4 |
| Hex | B7 | 38 | 13 | 0 | 45 | 5A | 1C | E | 51 | 28 |
| Octal | 267 | 70 | 23 | 0 | 105 | 132 | 34 | 16 | 121 | 50 |
| Binary | 10110111 | 111000 | 10011 | 0 | 1000101 | 1011010 | 11100 | 1110 | 1010001 | 101000 |
Color Harmonies of #B73813
Complementary color
Monochromatic Colors of #B73813
Black with #B73813
Text Example
Text Example
White with #B73813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73813; }
p { color: rgb(183,56,19); }
H1.HeaderClassName
{
color: #B73813;
}
.AnyTagClassName
{
color: #B73813;
}
</style>
background-color css
<style>
a { background-color: #B73813; }
a { background-color: rgb(183,56,19); }
div.DivClassName
{
background-color: #B73813;
}
.BgClassName
{
background-color: #B73813;
}
</style>
border-color css
<style>
span { border-color: #B73813; }
span { border-color: rgb(183,56,19); }
td.TdClassName
{
border-color: #B73813;
}
.TagClassName
{
border-color: #B73813;
}
</style>