Shades of Rust #B64901
Tints of Rust #B64901
RGB
CMYK
RGB Variations
Color information
#B64901 (or 0xB64901) is known color: Rust. HEX triplet: B6, 49 and 01. RGB value is (182,73,1). Sum of RGB (Red+Green+Blue) = 182+73+1=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B64901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64901 is #49B6FE. Grayscale: #616161. Windows color (decimal): -4830975 or 84406. OLE color: 84406.
HSL color Cylindrical-coordinate representation of color #B64901: hue angle of 23.87º 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 #B64901 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.29 |
| HSL | 23.87º | 0.99% | 0.36% | - |
| HSV(B) | 23.87º | 0.99% | 0.71% | - |
| XYZ | 21.68 | 14.71 | 1.73 | - |
| YUV | 97.38 | 73.61 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 1 | 0 | 0.60 | 0.99 | 0.29 | 23.87 | 0.99 | 0.36 |
| Hex | B6 | 49 | 1 | 0 | 3C | 63 | 1D | 18 | 63 | 24 |
| Octal | 266 | 111 | 1 | 0 | 74 | 143 | 35 | 30 | 143 | 44 |
| Binary | 10110110 | 1001001 | 1 | 0 | 111100 | 1100011 | 11101 | 11000 | 1100011 | 100100 |
Color Harmonies of #B64901
Complementary color
Monochromatic Colors of #B64901
Black with #B64901
Text Example
Text Example
White with #B64901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64901; }
p { color: rgb(182,73,1); }
H1.HeaderClassName
{
color: #B64901;
}
.AnyTagClassName
{
color: #B64901;
}
</style>
background-color css
<style>
a { background-color: #B64901; }
a { background-color: rgb(182,73,1); }
div.DivClassName
{
background-color: #B64901;
}
.BgClassName
{
background-color: #B64901;
}
</style>
border-color css
<style>
span { border-color: #B64901; }
span { border-color: rgb(182,73,1); }
td.TdClassName
{
border-color: #B64901;
}
.TagClassName
{
border-color: #B64901;
}
</style>