Shades of Rust #B64221
Tints of Rust #B64221
RGB
CMYK
RGB Variations
Color information
#B64221 (or 0xB64221) is known color: Rust. HEX triplet: B6, 42 and 21. RGB value is (182,66,33). Sum of RGB (Red+Green+Blue) = 182+66+33=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B64221 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64221 is #49BDDE. Grayscale: #616161. Windows color (decimal): -4832735 or 2179766. OLE color: 2179766.
HSL color Cylindrical-coordinate representation of color #B64221: hue angle of 13.29º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B64221 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 33 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.29 |
| HSL | 13.29º | 0.69% | 0.42% | - |
| HSV(B) | 13.29º | 0.82% | 0.71% | - |
| XYZ | 21.51 | 13.95 | 3 | - |
| YUV | 96.92 | 91.93 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 33 | 0 | 0.64 | 0.82 | 0.29 | 13.29 | 0.69 | 0.42 |
| Hex | B6 | 42 | 21 | 0 | 40 | 52 | 1D | D | 45 | 2A |
| Octal | 266 | 102 | 41 | 0 | 100 | 122 | 35 | 15 | 105 | 52 |
| Binary | 10110110 | 1000010 | 100001 | 0 | 1000000 | 1010010 | 11101 | 1101 | 1000101 | 101010 |
Color Harmonies of #B64221
Complementary color
Monochromatic Colors of #B64221
Black with #B64221
Text Example
Text Example
White with #B64221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64221; }
p { color: rgb(182,66,33); }
H1.HeaderClassName
{
color: #B64221;
}
.AnyTagClassName
{
color: #B64221;
}
</style>
background-color css
<style>
a { background-color: #B64221; }
a { background-color: rgb(182,66,33); }
div.DivClassName
{
background-color: #B64221;
}
.BgClassName
{
background-color: #B64221;
}
</style>
border-color css
<style>
span { border-color: #B64221; }
span { border-color: rgb(182,66,33); }
td.TdClassName
{
border-color: #B64221;
}
.TagClassName
{
border-color: #B64221;
}
</style>