Shades of Rust #B64321
Tints of Rust #B64321
RGB
CMYK
RGB Variations
Color information
#B64321 (or 0xB64321) is known color: Rust. HEX triplet: B6, 43 and 21. RGB value is (182,67,33). Sum of RGB (Red+Green+Blue) = 182+67+33=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B64321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64321 is #49BCDE. Grayscale: #616161. Windows color (decimal): -4832479 or 2180022. OLE color: 2180022.
HSL color Cylindrical-coordinate representation of color #B64321: hue angle of 13.69º 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 #B64321 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 33 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.29 |
| HSL | 13.69º | 0.69% | 0.42% | - |
| HSV(B) | 13.69º | 0.82% | 0.71% | - |
| XYZ | 21.57 | 14.07 | 3.02 | - |
| YUV | 97.51 | 91.6 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 33 | 0 | 0.63 | 0.82 | 0.29 | 13.69 | 0.69 | 0.42 |
| Hex | B6 | 43 | 21 | 0 | 3F | 52 | 1D | E | 45 | 2A |
| Octal | 266 | 103 | 41 | 0 | 77 | 122 | 35 | 16 | 105 | 52 |
| Binary | 10110110 | 1000011 | 100001 | 0 | 111111 | 1010010 | 11101 | 1110 | 1000101 | 101010 |
Color Harmonies of #B64321
Complementary color
Monochromatic Colors of #B64321
Black with #B64321
Text Example
Text Example
White with #B64321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64321; }
p { color: rgb(182,67,33); }
H1.HeaderClassName
{
color: #B64321;
}
.AnyTagClassName
{
color: #B64321;
}
</style>
background-color css
<style>
a { background-color: #B64321; }
a { background-color: rgb(182,67,33); }
div.DivClassName
{
background-color: #B64321;
}
.BgClassName
{
background-color: #B64321;
}
</style>
border-color css
<style>
span { border-color: #B64321; }
span { border-color: rgb(182,67,33); }
td.TdClassName
{
border-color: #B64321;
}
.TagClassName
{
border-color: #B64321;
}
</style>