Shades of Rust #B64919
Tints of Rust #B64919
RGB
CMYK
RGB Variations
Color information
#B64919 (or 0xB64919) is known color: Rust. HEX triplet: B6, 49 and 19. RGB value is (182,73,25). Sum of RGB (Red+Green+Blue) = 182+73+25=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B64919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64919 is #49B6E6. Grayscale: #646464. Windows color (decimal): -4830951 or 1657270. OLE color: 1657270.
HSL color Cylindrical-coordinate representation of color #B64919: hue angle of 18.34º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B64919 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 25 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.29 |
| HSL | 18.34º | 0.76% | 0.41% | - |
| HSV(B) | 18.34º | 0.86% | 0.71% | - |
| XYZ | 21.85 | 14.78 | 2.62 | - |
| YUV | 100.12 | 85.61 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 25 | 0 | 0.60 | 0.86 | 0.29 | 18.34 | 0.76 | 0.41 |
| Hex | B6 | 49 | 19 | 0 | 3C | 56 | 1D | 12 | 4C | 29 |
| Octal | 266 | 111 | 31 | 0 | 74 | 126 | 35 | 22 | 114 | 51 |
| Binary | 10110110 | 1001001 | 11001 | 0 | 111100 | 1010110 | 11101 | 10010 | 1001100 | 101001 |
Color Harmonies of #B64919
Complementary color
Monochromatic Colors of #B64919
Black with #B64919
Text Example
Text Example
White with #B64919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64919; }
p { color: rgb(182,73,25); }
H1.HeaderClassName
{
color: #B64919;
}
.AnyTagClassName
{
color: #B64919;
}
</style>
background-color css
<style>
a { background-color: #B64919; }
a { background-color: rgb(182,73,25); }
div.DivClassName
{
background-color: #B64919;
}
.BgClassName
{
background-color: #B64919;
}
</style>
border-color css
<style>
span { border-color: #B64919; }
span { border-color: rgb(182,73,25); }
td.TdClassName
{
border-color: #B64919;
}
.TagClassName
{
border-color: #B64919;
}
</style>