Shades of Rust #B74619
Tints of Rust #B74619
RGB
CMYK
RGB Variations
Color information
#B74619 (or 0xB74619) is known color: Rust. HEX triplet: B7, 46 and 19. RGB value is (183,70,25). Sum of RGB (Red+Green+Blue) = 183+70+25=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 70 (27.73% from 255 or 25.18% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B74619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74619 is #48B9E6. Grayscale: #626262. Windows color (decimal): -4766183 or 1656503. OLE color: 1656503.
HSL color Cylindrical-coordinate representation of color #B74619: hue angle of 17.09º 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 #B74619 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 25 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.28 |
| HSL | 17.09º | 0.76% | 0.41% | - |
| HSV(B) | 17.09º | 0.86% | 0.72% | - |
| XYZ | 21.89 | 14.52 | 2.57 | - |
| YUV | 98.66 | 86.44 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 25 | 0 | 0.62 | 0.86 | 0.28 | 17.09 | 0.76 | 0.41 |
| Hex | B7 | 46 | 19 | 0 | 3E | 56 | 1C | 11 | 4C | 29 |
| Octal | 267 | 106 | 31 | 0 | 76 | 126 | 34 | 21 | 114 | 51 |
| Binary | 10110111 | 1000110 | 11001 | 0 | 111110 | 1010110 | 11100 | 10001 | 1001100 | 101001 |
Color Harmonies of #B74619
Complementary color
Monochromatic Colors of #B74619
Black with #B74619
Text Example
Text Example
White with #B74619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74619; }
p { color: rgb(183,70,25); }
H1.HeaderClassName
{
color: #B74619;
}
.AnyTagClassName
{
color: #B74619;
}
</style>
background-color css
<style>
a { background-color: #B74619; }
a { background-color: rgb(183,70,25); }
div.DivClassName
{
background-color: #B74619;
}
.BgClassName
{
background-color: #B74619;
}
</style>
border-color css
<style>
span { border-color: #B74619; }
span { border-color: rgb(183,70,25); }
td.TdClassName
{
border-color: #B74619;
}
.TagClassName
{
border-color: #B74619;
}
</style>