Shades of Rust #B64122
Tints of Rust #B64122
RGB
CMYK
RGB Variations
Color information
#B64122 (or 0xB64122) is known color: Rust. HEX triplet: B6, 41 and 22. RGB value is (182,65,34). Sum of RGB (Red+Green+Blue) = 182+65+34=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B64122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64122 is #49BEDD. Grayscale: #606060. Windows color (decimal): -4832990 or 2245046. OLE color: 2245046.
HSL color Cylindrical-coordinate representation of color #B64122: hue angle of 12.57º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B64122 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 34 | - |
| CMYK | 0 | 0.64 | 0.81 | 0.29 |
| HSL | 12.57º | 0.69% | 0.42% | - |
| HSV(B) | 12.57º | 0.81% | 0.71% | - |
| XYZ | 21.47 | 13.84 | 3.05 | - |
| YUV | 96.45 | 92.76 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 34 | 0 | 0.64 | 0.81 | 0.29 | 12.57 | 0.69 | 0.42 |
| Hex | B6 | 41 | 22 | 0 | 40 | 51 | 1D | D | 45 | 2A |
| Octal | 266 | 101 | 42 | 0 | 100 | 121 | 35 | 15 | 105 | 52 |
| Binary | 10110110 | 1000001 | 100010 | 0 | 1000000 | 1010001 | 11101 | 1101 | 1000101 | 101010 |
Color Harmonies of #B64122
Complementary color
Monochromatic Colors of #B64122
Black with #B64122
Text Example
Text Example
White with #B64122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64122; }
p { color: rgb(182,65,34); }
H1.HeaderClassName
{
color: #B64122;
}
.AnyTagClassName
{
color: #B64122;
}
</style>
background-color css
<style>
a { background-color: #B64122; }
a { background-color: rgb(182,65,34); }
div.DivClassName
{
background-color: #B64122;
}
.BgClassName
{
background-color: #B64122;
}
</style>
border-color css
<style>
span { border-color: #B64122; }
span { border-color: rgb(182,65,34); }
td.TdClassName
{
border-color: #B64122;
}
.TagClassName
{
border-color: #B64122;
}
</style>