Shades of Rust #B64400
Tints of Rust #B64400
RGB
CMYK
RGB Variations
Color information
#B64400 (or 0xB64400) is known color: Rust. HEX triplet: B6, 44 and 00. RGB value is (182,68,0). Sum of RGB (Red+Green+Blue) = 182+68+0=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B64400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64400 is #49BBFF. Grayscale: #5E5E5E. Windows color (decimal): -4832256 or 17590. OLE color: 17590.
HSL color Cylindrical-coordinate representation of color #B64400: hue angle of 22.42º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B64400 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 68 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.29 |
| HSL | 22.42º | 1% | 0.36% | - |
| HSV(B) | 22.42º | 1% | 0.71% | - |
| XYZ | 21.36 | 14.08 | 1.59 | - |
| YUV | 94.33 | 74.77 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 68 | 0 | 0 | 0.63 | 1 | 0.29 | 22.42 | 1 | 0.36 |
| Hex | B6 | 44 | 0 | 0 | 3F | 64 | 1D | 16 | 64 | 24 |
| Octal | 266 | 104 | 0 | 0 | 77 | 144 | 35 | 26 | 144 | 44 |
| Binary | 10110110 | 1000100 | 0 | 0 | 111111 | 1100100 | 11101 | 10110 | 1100100 | 100100 |
Color Harmonies of #B64400
Complementary color
Monochromatic Colors of #B64400
Black with #B64400
Text Example
Text Example
White with #B64400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64400; }
p { color: rgb(182,68,0); }
H1.HeaderClassName
{
color: #B64400;
}
.AnyTagClassName
{
color: #B64400;
}
</style>
background-color css
<style>
a { background-color: #B64400; }
a { background-color: rgb(182,68,0); }
div.DivClassName
{
background-color: #B64400;
}
.BgClassName
{
background-color: #B64400;
}
</style>
border-color css
<style>
span { border-color: #B64400; }
span { border-color: rgb(182,68,0); }
td.TdClassName
{
border-color: #B64400;
}
.TagClassName
{
border-color: #B64400;
}
</style>