Shades of Rust #B64B0D
Tints of Rust #B64B0D
RGB
CMYK
RGB Variations
Color information
#B64B0D (or 0xB64B0D) is known color: Rust. HEX triplet: B6, 4B and 0D. RGB value is (182,75,13). Sum of RGB (Red+Green+Blue) = 182+75+13=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B64B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64B0D is #49B4F2. Grayscale: #646464. Windows color (decimal): -4830451 or 871350. OLE color: 871350.
HSL color Cylindrical-coordinate representation of color #B64B0D: hue angle of 22.01º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B64B0D is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 75 | 13 | - |
| CMYK | 0 | 0.59 | 0.93 | 0.29 |
| HSL | 22.01º | 0.87% | 0.38% | - |
| HSV(B) | 22.01º | 0.93% | 0.71% | - |
| XYZ | 21.88 | 15.01 | 2.12 | - |
| YUV | 99.93 | 78.95 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 75 | 13 | 0 | 0.59 | 0.93 | 0.29 | 22.01 | 0.87 | 0.38 |
| Hex | B6 | 4B | D | 0 | 3B | 5D | 1D | 16 | 57 | 26 |
| Octal | 266 | 113 | 15 | 0 | 73 | 135 | 35 | 26 | 127 | 46 |
| Binary | 10110110 | 1001011 | 1101 | 0 | 111011 | 1011101 | 11101 | 10110 | 1010111 | 100110 |
Color Harmonies of #B64B0D
Complementary color
Monochromatic Colors of #B64B0D
Black with #B64B0D
Text Example
Text Example
White with #B64B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64B0D; }
p { color: rgb(182,75,13); }
H1.HeaderClassName
{
color: #B64B0D;
}
.AnyTagClassName
{
color: #B64B0D;
}
</style>
background-color css
<style>
a { background-color: #B64B0D; }
a { background-color: rgb(182,75,13); }
div.DivClassName
{
background-color: #B64B0D;
}
.BgClassName
{
background-color: #B64B0D;
}
</style>
border-color css
<style>
span { border-color: #B64B0D; }
span { border-color: rgb(182,75,13); }
td.TdClassName
{
border-color: #B64B0D;
}
.TagClassName
{
border-color: #B64B0D;
}
</style>