Shades of Rust #B74719
Tints of Rust #B74719
RGB
CMYK
RGB Variations
Color information
#B74719 (or 0xB74719) is known color: Rust. HEX triplet: B7, 47 and 19. RGB value is (183,71,25). Sum of RGB (Red+Green+Blue) = 183+71+25=279 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.59% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 183 - color contains mainly: red. Hex color #B74719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74719 is #48B8E6. Grayscale: #636363. Windows color (decimal): -4765927 or 1656759. OLE color: 1656759.
HSL color Cylindrical-coordinate representation of color #B74719: hue angle of 17.47º 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 #B74719 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 25 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.28 |
| HSL | 17.47º | 0.76% | 0.41% | - |
| HSV(B) | 17.47º | 0.86% | 0.72% | - |
| XYZ | 21.96 | 14.64 | 2.59 | - |
| YUV | 99.24 | 86.11 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 25 | 0 | 0.61 | 0.86 | 0.28 | 17.47 | 0.76 | 0.41 |
| Hex | B7 | 47 | 19 | 0 | 3D | 56 | 1C | 11 | 4C | 29 |
| Octal | 267 | 107 | 31 | 0 | 75 | 126 | 34 | 21 | 114 | 51 |
| Binary | 10110111 | 1000111 | 11001 | 0 | 111101 | 1010110 | 11100 | 10001 | 1001100 | 101001 |
Color Harmonies of #B74719
Complementary color
Monochromatic Colors of #B74719
Black with #B74719
Text Example
Text Example
White with #B74719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74719; }
p { color: rgb(183,71,25); }
H1.HeaderClassName
{
color: #B74719;
}
.AnyTagClassName
{
color: #B74719;
}
</style>
background-color css
<style>
a { background-color: #B74719; }
a { background-color: rgb(183,71,25); }
div.DivClassName
{
background-color: #B74719;
}
.BgClassName
{
background-color: #B74719;
}
</style>
border-color css
<style>
span { border-color: #B74719; }
span { border-color: rgb(183,71,25); }
td.TdClassName
{
border-color: #B74719;
}
.TagClassName
{
border-color: #B74719;
}
</style>