Shades of Rust #B64307
Tints of Rust #B64307
RGB
CMYK
RGB Variations
Color information
#B64307 (or 0xB64307) is known color: Rust. HEX triplet: B6, 43 and 07. RGB value is (182,67,7). Sum of RGB (Red+Green+Blue) = 182+67+7=256 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.09% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 7 (3.12% from 255 or 2.73% from 256); Max value from RGB is 182 - color contains mainly: red. Hex color #B64307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64307 is #49BCF8. Grayscale: #5E5E5E. Windows color (decimal): -4832505 or 476086. OLE color: 476086.
HSL color Cylindrical-coordinate representation of color #B64307: hue angle of 20.57º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B64307 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.29 |
| HSL | 20.57º | 0.93% | 0.37% | - |
| HSV(B) | 20.57º | 0.96% | 0.71% | - |
| XYZ | 21.34 | 13.97 | 1.77 | - |
| YUV | 94.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 7 | 0 | 0.63 | 0.96 | 0.29 | 20.57 | 0.93 | 0.37 |
| Hex | B6 | 43 | 7 | 0 | 3F | 60 | 1D | 15 | 5D | 25 |
| Octal | 266 | 103 | 7 | 0 | 77 | 140 | 35 | 25 | 135 | 45 |
| Binary | 10110110 | 1000011 | 111 | 0 | 111111 | 1100000 | 11101 | 10101 | 1011101 | 100101 |
Color Harmonies of #B64307
Complementary color
Monochromatic Colors of #B64307
Black with #B64307
Text Example
Text Example
White with #B64307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64307; }
p { color: rgb(182,67,7); }
H1.HeaderClassName
{
color: #B64307;
}
.AnyTagClassName
{
color: #B64307;
}
</style>
background-color css
<style>
a { background-color: #B64307; }
a { background-color: rgb(182,67,7); }
div.DivClassName
{
background-color: #B64307;
}
.BgClassName
{
background-color: #B64307;
}
</style>
border-color css
<style>
span { border-color: #B64307; }
span { border-color: rgb(182,67,7); }
td.TdClassName
{
border-color: #B64307;
}
.TagClassName
{
border-color: #B64307;
}
</style>