Shades of Rust #B64200
Tints of Rust #B64200
RGB
CMYK
RGB Variations
Color information
#B64200 (or 0xB64200) is known color: Rust. HEX triplet: B6, 42 and 00. RGB value is (182,66,0). Sum of RGB (Red+Green+Blue) = 182+66+0=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B64200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64200 is #49BDFF. Grayscale: #5D5D5D. Windows color (decimal): -4832768 or 17078. OLE color: 17078.
HSL color Cylindrical-coordinate representation of color #B64200: hue angle of 21.76º 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 #B64200 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.29 |
| HSL | 21.76º | 1% | 0.36% | - |
| HSV(B) | 21.76º | 1% | 0.71% | - |
| XYZ | 21.24 | 13.84 | 1.55 | - |
| YUV | 93.16 | 75.43 | 191.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 0 | 0 | 0.64 | 1 | 0.29 | 21.76 | 1 | 0.36 |
| Hex | B6 | 42 | 0 | 0 | 40 | 64 | 1D | 16 | 64 | 24 |
| Octal | 266 | 102 | 0 | 0 | 100 | 144 | 35 | 26 | 144 | 44 |
| Binary | 10110110 | 1000010 | 0 | 0 | 1000000 | 1100100 | 11101 | 10110 | 1100100 | 100100 |
Color Harmonies of #B64200
Complementary color
Monochromatic Colors of #B64200
Black with #B64200
Text Example
Text Example
White with #B64200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64200; }
p { color: rgb(182,66,0); }
H1.HeaderClassName
{
color: #B64200;
}
.AnyTagClassName
{
color: #B64200;
}
</style>
background-color css
<style>
a { background-color: #B64200; }
a { background-color: rgb(182,66,0); }
div.DivClassName
{
background-color: #B64200;
}
.BgClassName
{
background-color: #B64200;
}
</style>
border-color css
<style>
span { border-color: #B64200; }
span { border-color: rgb(182,66,0); }
td.TdClassName
{
border-color: #B64200;
}
.TagClassName
{
border-color: #B64200;
}
</style>