Shades of Rust #B64019
Tints of Rust #B64019
RGB
CMYK
RGB Variations
Color information
#B64019 (or 0xB64019) is known color: Rust. HEX triplet: B6, 40 and 19. RGB value is (182,64,25). Sum of RGB (Red+Green+Blue) = 182+64+25=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B64019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64019 is #49BFE6. Grayscale: #5F5F5F. Windows color (decimal): -4833255 or 1654966. OLE color: 1654966.
HSL color Cylindrical-coordinate representation of color #B64019: hue angle of 14.9º 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 #B64019 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 25 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.29 |
| HSL | 14.9º | 0.76% | 0.41% | - |
| HSV(B) | 14.9º | 0.86% | 0.71% | - |
| XYZ | 21.3 | 13.68 | 2.44 | - |
| YUV | 94.84 | 88.59 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 25 | 0 | 0.65 | 0.86 | 0.29 | 14.9 | 0.76 | 0.41 |
| Hex | B6 | 40 | 19 | 0 | 41 | 56 | 1D | F | 4C | 29 |
| Octal | 266 | 100 | 31 | 0 | 101 | 126 | 35 | 17 | 114 | 51 |
| Binary | 10110110 | 1000000 | 11001 | 0 | 1000001 | 1010110 | 11101 | 1111 | 1001100 | 101001 |
Color Harmonies of #B64019
Complementary color
Monochromatic Colors of #B64019
Black with #B64019
Text Example
Text Example
White with #B64019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64019; }
p { color: rgb(182,64,25); }
H1.HeaderClassName
{
color: #B64019;
}
.AnyTagClassName
{
color: #B64019;
}
</style>
background-color css
<style>
a { background-color: #B64019; }
a { background-color: rgb(182,64,25); }
div.DivClassName
{
background-color: #B64019;
}
.BgClassName
{
background-color: #B64019;
}
</style>
border-color css
<style>
span { border-color: #B64019; }
span { border-color: rgb(182,64,25); }
td.TdClassName
{
border-color: #B64019;
}
.TagClassName
{
border-color: #B64019;
}
</style>