Shades of Rust #B64104
Tints of Rust #B64104
RGB
CMYK
RGB Variations
Color information
#B64104 (or 0xB64104) is known color: Rust. HEX triplet: B6, 41 and 04. RGB value is (182,65,4). Sum of RGB (Red+Green+Blue) = 182+65+4=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B64104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64104 is #49BEFB. Grayscale: #5D5D5D. Windows color (decimal): -4833020 or 278966. OLE color: 278966.
HSL color Cylindrical-coordinate representation of color #B64104: hue angle of 20.56º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B64104 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 4 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.29 |
| HSL | 20.56º | 0.96% | 0.36% | - |
| HSV(B) | 20.56º | 0.98% | 0.71% | - |
| XYZ | 21.2 | 13.73 | 1.65 | - |
| YUV | 93.03 | 77.76 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 4 | 0 | 0.64 | 0.98 | 0.29 | 20.56 | 0.96 | 0.36 |
| Hex | B6 | 41 | 4 | 0 | 40 | 62 | 1D | 15 | 60 | 24 |
| Octal | 266 | 101 | 4 | 0 | 100 | 142 | 35 | 25 | 140 | 44 |
| Binary | 10110110 | 1000001 | 100 | 0 | 1000000 | 1100010 | 11101 | 10101 | 1100000 | 100100 |
Color Harmonies of #B64104
Complementary color
Monochromatic Colors of #B64104
Black with #B64104
Text Example
Text Example
White with #B64104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64104; }
p { color: rgb(182,65,4); }
H1.HeaderClassName
{
color: #B64104;
}
.AnyTagClassName
{
color: #B64104;
}
</style>
background-color css
<style>
a { background-color: #B64104; }
a { background-color: rgb(182,65,4); }
div.DivClassName
{
background-color: #B64104;
}
.BgClassName
{
background-color: #B64104;
}
</style>
border-color css
<style>
span { border-color: #B64104; }
span { border-color: rgb(182,65,4); }
td.TdClassName
{
border-color: #B64104;
}
.TagClassName
{
border-color: #B64104;
}
</style>