Shades of Rust #B64C0A
Tints of Rust #B64C0A
RGB
CMYK
RGB Variations
Color information
#B64C0A (or 0xB64C0A) is known color: Rust. HEX triplet: B6, 4C and 0A. RGB value is (182,76,10). Sum of RGB (Red+Green+Blue) = 182+76+10=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C0A is #49B3F5. Grayscale: #646464. Windows color (decimal): -4830198 or 674998. OLE color: 674998.
HSL color Cylindrical-coordinate representation of color #B64C0A: hue angle of 23.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B64C0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 76 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.29 |
| HSL | 23.02º | 0.9% | 0.38% | - |
| HSV(B) | 23.02º | 0.95% | 0.71% | - |
| XYZ | 21.93 | 15.14 | 2.05 | - |
| YUV | 100.17 | 77.12 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 76 | 10 | 0 | 0.58 | 0.95 | 0.29 | 23.02 | 0.9 | 0.38 |
| Hex | B6 | 4C | A | 0 | 3A | 5F | 1D | 17 | 5A | 26 |
| Octal | 266 | 114 | 12 | 0 | 72 | 137 | 35 | 27 | 132 | 46 |
| Binary | 10110110 | 1001100 | 1010 | 0 | 111010 | 1011111 | 11101 | 10111 | 1011010 | 100110 |
Color Harmonies of #B64C0A
Complementary color
Monochromatic Colors of #B64C0A
Black with #B64C0A
Text Example
Text Example
White with #B64C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64C0A; }
p { color: rgb(182,76,10); }
H1.HeaderClassName
{
color: #B64C0A;
}
.AnyTagClassName
{
color: #B64C0A;
}
</style>
background-color css
<style>
a { background-color: #B64C0A; }
a { background-color: rgb(182,76,10); }
div.DivClassName
{
background-color: #B64C0A;
}
.BgClassName
{
background-color: #B64C0A;
}
</style>
border-color css
<style>
span { border-color: #B64C0A; }
span { border-color: rgb(182,76,10); }
td.TdClassName
{
border-color: #B64C0A;
}
.TagClassName
{
border-color: #B64C0A;
}
</style>