Shades of Rust #B64C01
Tints of Rust #B64C01
RGB
CMYK
RGB Variations
Color information
#B64C01 (or 0xB64C01) is known color: Rust. HEX triplet: B6, 4C and 01. RGB value is (182,76,1). Sum of RGB (Red+Green+Blue) = 182+76+1=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C01 is #49B3FE. Grayscale: #636363. Windows color (decimal): -4830207 or 85174. OLE color: 85174.
HSL color Cylindrical-coordinate representation of color #B64C01: hue angle of 24.86º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B64C01 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 1 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.29 |
| HSL | 24.86º | 0.99% | 0.36% | - |
| HSV(B) | 24.86º | 0.99% | 0.71% | - |
| XYZ | 21.88 | 15.12 | 1.79 | - |
| YUV | 99.14 | 72.62 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 1 | 0 | 0.58 | 0.99 | 0.29 | 24.86 | 0.99 | 0.36 |
| Hex | B6 | 4C | 1 | 0 | 3A | 63 | 1D | 19 | 63 | 24 |
| Octal | 266 | 114 | 1 | 0 | 72 | 143 | 35 | 31 | 143 | 44 |
| Binary | 10110110 | 1001100 | 1 | 0 | 111010 | 1100011 | 11101 | 11001 | 1100011 | 100100 |
Color Harmonies of #B64C01
Complementary color
Monochromatic Colors of #B64C01
Black with #B64C01
Text Example
Text Example
White with #B64C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C01; }
p { color: rgb(182,76,1); }
H1.HeaderClassName
{
color: #B64C01;
}
.AnyTagClassName
{
color: #B64C01;
}
</style>
background-color css
<style>
a { background-color: #B64C01; }
a { background-color: rgb(182,76,1); }
div.DivClassName
{
background-color: #B64C01;
}
.BgClassName
{
background-color: #B64C01;
}
</style>
border-color css
<style>
span { border-color: #B64C01; }
span { border-color: rgb(182,76,1); }
td.TdClassName
{
border-color: #B64C01;
}
.TagClassName
{
border-color: #B64C01;
}
</style>