Shades of Rust #B64500
Tints of Rust #B64500
RGB
CMYK
RGB Variations
Color information
#B64500 (or 0xB64500) is known color: Rust. HEX triplet: B6, 45 and 00. RGB value is (182,69,0). Sum of RGB (Red+Green+Blue) = 182+69+0=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B64500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64500 is #49BAFF. Grayscale: #5F5F5F. Windows color (decimal): -4832000 or 17846. OLE color: 17846.
HSL color Cylindrical-coordinate representation of color #B64500: hue angle of 22.75º 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 #B64500 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 69 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.29 |
| HSL | 22.75º | 1% | 0.36% | - |
| HSV(B) | 22.75º | 1% | 0.71% | - |
| XYZ | 21.42 | 14.2 | 1.61 | - |
| YUV | 94.92 | 74.44 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 69 | 0 | 0 | 0.62 | 1 | 0.29 | 22.75 | 1 | 0.36 |
| Hex | B6 | 45 | 0 | 0 | 3E | 64 | 1D | 17 | 64 | 24 |
| Octal | 266 | 105 | 0 | 0 | 76 | 144 | 35 | 27 | 144 | 44 |
| Binary | 10110110 | 1000101 | 0 | 0 | 111110 | 1100100 | 11101 | 10111 | 1100100 | 100100 |
Color Harmonies of #B64500
Complementary color
Monochromatic Colors of #B64500
Black with #B64500
Text Example
Text Example
White with #B64500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64500; }
p { color: rgb(182,69,0); }
H1.HeaderClassName
{
color: #B64500;
}
.AnyTagClassName
{
color: #B64500;
}
</style>
background-color css
<style>
a { background-color: #B64500; }
a { background-color: rgb(182,69,0); }
div.DivClassName
{
background-color: #B64500;
}
.BgClassName
{
background-color: #B64500;
}
</style>
border-color css
<style>
span { border-color: #B64500; }
span { border-color: rgb(182,69,0); }
td.TdClassName
{
border-color: #B64500;
}
.TagClassName
{
border-color: #B64500;
}
</style>