Shades of Rust #B63914
Tints of Rust #B63914
RGB
CMYK
RGB Variations
Color information
#B63914 (or 0xB63914) is known color: Rust. HEX triplet: B6, 39 and 14. RGB value is (182,57,20). Sum of RGB (Red+Green+Blue) = 182+57+20=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B63914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63914 is #49C6EB. Grayscale: #5A5A5A. Windows color (decimal): -4835052 or 1325494. OLE color: 1325494.
HSL color Cylindrical-coordinate representation of color #B63914: hue angle of 13.7º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B63914 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 20 | - |
| CMYK | 0 | 0.69 | 0.89 | 0.29 |
| HSL | 13.7º | 0.8% | 0.4% | - |
| HSV(B) | 13.7º | 0.89% | 0.71% | - |
| XYZ | 20.88 | 12.92 | 2.06 | - |
| YUV | 90.16 | 88.41 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 20 | 0 | 0.69 | 0.89 | 0.29 | 13.7 | 0.8 | 0.4 |
| Hex | B6 | 39 | 14 | 0 | 45 | 59 | 1D | E | 50 | 28 |
| Octal | 266 | 71 | 24 | 0 | 105 | 131 | 35 | 16 | 120 | 50 |
| Binary | 10110110 | 111001 | 10100 | 0 | 1000101 | 1011001 | 11101 | 1110 | 1010000 | 101000 |
Color Harmonies of #B63914
Complementary color
Monochromatic Colors of #B63914
Black with #B63914
Text Example
Text Example
White with #B63914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63914; }
p { color: rgb(182,57,20); }
H1.HeaderClassName
{
color: #B63914;
}
.AnyTagClassName
{
color: #B63914;
}
</style>
background-color css
<style>
a { background-color: #B63914; }
a { background-color: rgb(182,57,20); }
div.DivClassName
{
background-color: #B63914;
}
.BgClassName
{
background-color: #B63914;
}
</style>
border-color css
<style>
span { border-color: #B63914; }
span { border-color: rgb(182,57,20); }
td.TdClassName
{
border-color: #B63914;
}
.TagClassName
{
border-color: #B63914;
}
</style>