Shades of Rust #B73F19
Tints of Rust #B73F19
RGB
CMYK
RGB Variations
Color information
#B73F19 (or 0xB73F19) is known color: Rust. HEX triplet: B7, 3F and 19. RGB value is (183,63,25). Sum of RGB (Red+Green+Blue) = 183+63+25=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73F19 is #48C0E6. Grayscale: #5E5E5E. Windows color (decimal): -4767975 or 1654711. OLE color: 1654711.
HSL color Cylindrical-coordinate representation of color #B73F19: hue angle of 14.43º 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 #B73F19 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 25 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.28 |
| HSL | 14.43º | 0.76% | 0.41% | - |
| HSV(B) | 14.43º | 0.86% | 0.72% | - |
| XYZ | 21.48 | 13.69 | 2.43 | - |
| YUV | 94.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 25 | 0 | 0.66 | 0.86 | 0.28 | 14.43 | 0.76 | 0.41 |
| Hex | B7 | 3F | 19 | 0 | 42 | 56 | 1C | E | 4C | 29 |
| Octal | 267 | 77 | 31 | 0 | 102 | 126 | 34 | 16 | 114 | 51 |
| Binary | 10110111 | 111111 | 11001 | 0 | 1000010 | 1010110 | 11100 | 1110 | 1001100 | 101001 |
Color Harmonies of #B73F19
Complementary color
Monochromatic Colors of #B73F19
Black with #B73F19
Text Example
Text Example
White with #B73F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F19; }
p { color: rgb(183,63,25); }
H1.HeaderClassName
{
color: #B73F19;
}
.AnyTagClassName
{
color: #B73F19;
}
</style>
background-color css
<style>
a { background-color: #B73F19; }
a { background-color: rgb(183,63,25); }
div.DivClassName
{
background-color: #B73F19;
}
.BgClassName
{
background-color: #B73F19;
}
</style>
border-color css
<style>
span { border-color: #B73F19; }
span { border-color: rgb(183,63,25); }
td.TdClassName
{
border-color: #B73F19;
}
.TagClassName
{
border-color: #B73F19;
}
</style>