Shades of Rust #B73B19
Tints of Rust #B73B19
RGB
CMYK
RGB Variations
Color information
#B73B19 (or 0xB73B19) is known color: Rust. HEX triplet: B7, 3B and 19. RGB value is (183,59,25). Sum of RGB (Red+Green+Blue) = 183+59+25=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B73B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73B19 is #48C4E6. Grayscale: #5C5C5C. Windows color (decimal): -4768999 or 1653687. OLE color: 1653687.
HSL color Cylindrical-coordinate representation of color #B73B19: hue angle of 12.91º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B73B19 is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 59 | 25 | - |
| CMYK | 0 | 0.68 | 0.86 | 0.28 |
| HSL | 12.91º | 0.76% | 0.41% | - |
| HSV(B) | 12.91º | 0.86% | 0.72% | - |
| XYZ | 21.27 | 13.27 | 2.36 | - |
| YUV | 92.2 | 90.08 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 59 | 25 | 0 | 0.68 | 0.86 | 0.28 | 12.91 | 0.76 | 0.41 |
| Hex | B7 | 3B | 19 | 0 | 44 | 56 | 1C | D | 4C | 29 |
| Octal | 267 | 73 | 31 | 0 | 104 | 126 | 34 | 15 | 114 | 51 |
| Binary | 10110111 | 111011 | 11001 | 0 | 1000100 | 1010110 | 11100 | 1101 | 1001100 | 101001 |
Color Harmonies of #B73B19
Complementary color
Monochromatic Colors of #B73B19
Black with #B73B19
Text Example
Text Example
White with #B73B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73B19; }
p { color: rgb(183,59,25); }
H1.HeaderClassName
{
color: #B73B19;
}
.AnyTagClassName
{
color: #B73B19;
}
</style>
background-color css
<style>
a { background-color: #B73B19; }
a { background-color: rgb(183,59,25); }
div.DivClassName
{
background-color: #B73B19;
}
.BgClassName
{
background-color: #B73B19;
}
</style>
border-color css
<style>
span { border-color: #B73B19; }
span { border-color: rgb(183,59,25); }
td.TdClassName
{
border-color: #B73B19;
}
.TagClassName
{
border-color: #B73B19;
}
</style>