Shades of Rust #B63913
Tints of Rust #B63913
RGB
CMYK
RGB Variations
Color information
#B63913 (or 0xB63913) is known color: Rust. HEX triplet: B6, 39 and 13. RGB value is (182,57,19). Sum of RGB (Red+Green+Blue) = 182+57+19=258 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.54% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 182 - color contains mainly: red. Hex color #B63913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63913 is #49C6EC. Grayscale: #5A5A5A. Windows color (decimal): -4835053 or 1259958. OLE color: 1259958.
HSL color Cylindrical-coordinate representation of color #B63913: hue angle of 13.99º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63913 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 19 | - |
| CMYK | 0 | 0.69 | 0.90 | 0.29 |
| HSL | 13.99º | 0.81% | 0.39% | - |
| HSV(B) | 13.99º | 0.9% | 0.71% | - |
| XYZ | 20.87 | 12.92 | 2.01 | - |
| YUV | 90.04 | 87.91 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 19 | 0 | 0.69 | 0.90 | 0.29 | 13.99 | 0.81 | 0.39 |
| Hex | B6 | 39 | 13 | 0 | 45 | 5A | 1D | E | 51 | 27 |
| Octal | 266 | 71 | 23 | 0 | 105 | 132 | 35 | 16 | 121 | 47 |
| Binary | 10110110 | 111001 | 10011 | 0 | 1000101 | 1011010 | 11101 | 1110 | 1010001 | 100111 |
Color Harmonies of #B63913
Complementary color
Monochromatic Colors of #B63913
Black with #B63913
Text Example
Text Example
White with #B63913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63913; }
p { color: rgb(182,57,19); }
H1.HeaderClassName
{
color: #B63913;
}
.AnyTagClassName
{
color: #B63913;
}
</style>
background-color css
<style>
a { background-color: #B63913; }
a { background-color: rgb(182,57,19); }
div.DivClassName
{
background-color: #B63913;
}
.BgClassName
{
background-color: #B63913;
}
</style>
border-color css
<style>
span { border-color: #B63913; }
span { border-color: rgb(182,57,19); }
td.TdClassName
{
border-color: #B63913;
}
.TagClassName
{
border-color: #B63913;
}
</style>