Shades of Rust #B64C04
Tints of Rust #B64C04
RGB
CMYK
RGB Variations
Color information
#B64C04 (or 0xB64C04) is known color: Rust. HEX triplet: B6, 4C and 04. RGB value is (182,76,4). Sum of RGB (Red+Green+Blue) = 182+76+4=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C04 is #49B3FB. Grayscale: #636363. Windows color (decimal): -4830204 or 281782. OLE color: 281782.
HSL color Cylindrical-coordinate representation of color #B64C04: hue angle of 24.27º 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 #B64C04 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.29 |
| HSL | 24.27º | 0.96% | 0.36% | - |
| HSV(B) | 24.27º | 0.98% | 0.71% | - |
| XYZ | 21.9 | 15.12 | 1.88 | - |
| YUV | 99.49 | 74.12 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 4 | 0 | 0.58 | 0.98 | 0.29 | 24.27 | 0.96 | 0.36 |
| Hex | B6 | 4C | 4 | 0 | 3A | 62 | 1D | 18 | 60 | 24 |
| Octal | 266 | 114 | 4 | 0 | 72 | 142 | 35 | 30 | 140 | 44 |
| Binary | 10110110 | 1001100 | 100 | 0 | 111010 | 1100010 | 11101 | 11000 | 1100000 | 100100 |
Color Harmonies of #B64C04
Complementary color
Monochromatic Colors of #B64C04
Black with #B64C04
Text Example
Text Example
White with #B64C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C04; }
p { color: rgb(182,76,4); }
H1.HeaderClassName
{
color: #B64C04;
}
.AnyTagClassName
{
color: #B64C04;
}
</style>
background-color css
<style>
a { background-color: #B64C04; }
a { background-color: rgb(182,76,4); }
div.DivClassName
{
background-color: #B64C04;
}
.BgClassName
{
background-color: #B64C04;
}
</style>
border-color css
<style>
span { border-color: #B64C04; }
span { border-color: rgb(182,76,4); }
td.TdClassName
{
border-color: #B64C04;
}
.TagClassName
{
border-color: #B64C04;
}
</style>