Shades of Rust #B65104
Tints of Rust #B65104
RGB
CMYK
RGB Variations
Color information
#B65104 (or 0xB65104) is known color: Rust. HEX triplet: B6, 51 and 04. RGB value is (182,81,4). Sum of RGB (Red+Green+Blue) = 182+81+4=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B65104 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65104 is #49AEFB. Grayscale: #666666. Windows color (decimal): -4828924 or 283062. OLE color: 283062.
HSL color Cylindrical-coordinate representation of color #B65104: hue angle of 25.96º 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 #B65104 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 81 | 4 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.29 |
| HSL | 25.96º | 0.96% | 0.36% | - |
| HSV(B) | 25.96º | 0.98% | 0.71% | - |
| XYZ | 22.26 | 15.84 | 2 | - |
| YUV | 102.42 | 72.46 | 184.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 81 | 4 | 0 | 0.55 | 0.98 | 0.29 | 25.96 | 0.96 | 0.36 |
| Hex | B6 | 51 | 4 | 0 | 37 | 62 | 1D | 1A | 60 | 24 |
| Octal | 266 | 121 | 4 | 0 | 67 | 142 | 35 | 32 | 140 | 44 |
| Binary | 10110110 | 1010001 | 100 | 0 | 110111 | 1100010 | 11101 | 11010 | 1100000 | 100100 |
Color Harmonies of #B65104
Complementary color
Monochromatic Colors of #B65104
Black with #B65104
Text Example
Text Example
White with #B65104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B65104; }
p { color: rgb(182,81,4); }
H1.HeaderClassName
{
color: #B65104;
}
.AnyTagClassName
{
color: #B65104;
}
</style>
background-color css
<style>
a { background-color: #B65104; }
a { background-color: rgb(182,81,4); }
div.DivClassName
{
background-color: #B65104;
}
.BgClassName
{
background-color: #B65104;
}
</style>
border-color css
<style>
span { border-color: #B65104; }
span { border-color: rgb(182,81,4); }
td.TdClassName
{
border-color: #B65104;
}
.TagClassName
{
border-color: #B65104;
}
</style>