Shades of Rust #B73619
Tints of Rust #B73619
RGB
CMYK
RGB Variations
Color information
#B73619 (or 0xB73619) is known color: Rust. HEX triplet: B7, 36 and 19. RGB value is (183,54,25). Sum of RGB (Red+Green+Blue) = 183+54+25=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 25 (10.16% from 255 or 9.54% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B73619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B73619 is #48C9E6. Grayscale: #595959. Windows color (decimal): -4770279 or 1652407. OLE color: 1652407.
HSL color Cylindrical-coordinate representation of color #B73619: hue angle of 11.01º 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 #B73619 is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 25 | - |
| CMYK | 0 | 0.70 | 0.86 | 0.28 |
| HSL | 11.01º | 0.76% | 0.41% | - |
| HSV(B) | 11.01º | 0.86% | 0.72% | - |
| XYZ | 21.02 | 12.78 | 2.28 | - |
| YUV | 89.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 25 | 0 | 0.70 | 0.86 | 0.28 | 11.01 | 0.76 | 0.41 |
| Hex | B7 | 36 | 19 | 0 | 46 | 56 | 1C | B | 4C | 29 |
| Octal | 267 | 66 | 31 | 0 | 106 | 126 | 34 | 13 | 114 | 51 |
| Binary | 10110111 | 110110 | 11001 | 0 | 1000110 | 1010110 | 11100 | 1011 | 1001100 | 101001 |
Color Harmonies of #B73619
Complementary color
Monochromatic Colors of #B73619
Black with #B73619
Text Example
Text Example
White with #B73619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73619; }
p { color: rgb(183,54,25); }
H1.HeaderClassName
{
color: #B73619;
}
.AnyTagClassName
{
color: #B73619;
}
</style>
background-color css
<style>
a { background-color: #B73619; }
a { background-color: rgb(183,54,25); }
div.DivClassName
{
background-color: #B73619;
}
.BgClassName
{
background-color: #B73619;
}
</style>
border-color css
<style>
span { border-color: #B73619; }
span { border-color: rgb(183,54,25); }
td.TdClassName
{
border-color: #B73619;
}
.TagClassName
{
border-color: #B73619;
}
</style>