Shades of Rust #B63613
Tints of Rust #B63613
RGB
CMYK
RGB Variations
Color information
#B63613 (or 0xB63613) is known color: Rust. HEX triplet: B6, 36 and 13. RGB value is (182,54,19). Sum of RGB (Red+Green+Blue) = 182+54+19=255 (33% of max value = 765). Red value is 182 (71.48% from 255 or 71.37% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 182 - color contains mainly: red. Hex color #B63613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63613 is #49C9EC. Grayscale: #585858. Windows color (decimal): -4835821 or 1259190. OLE color: 1259190.
HSL color Cylindrical-coordinate representation of color #B63613: hue angle of 12.88º 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 #B63613 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 19 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.29 |
| HSL | 12.88º | 0.81% | 0.39% | - |
| HSV(B) | 12.88º | 0.9% | 0.71% | - |
| XYZ | 20.73 | 12.63 | 1.96 | - |
| YUV | 88.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 19 | 0 | 0.70 | 0.90 | 0.29 | 12.88 | 0.81 | 0.39 |
| Hex | B6 | 36 | 13 | 0 | 46 | 5A | 1D | D | 51 | 27 |
| Octal | 266 | 66 | 23 | 0 | 106 | 132 | 35 | 15 | 121 | 47 |
| Binary | 10110110 | 110110 | 10011 | 0 | 1000110 | 1011010 | 11101 | 1101 | 1010001 | 100111 |
Color Harmonies of #B63613
Complementary color
Monochromatic Colors of #B63613
Black with #B63613
Text Example
Text Example
White with #B63613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63613; }
p { color: rgb(182,54,19); }
H1.HeaderClassName
{
color: #B63613;
}
.AnyTagClassName
{
color: #B63613;
}
</style>
background-color css
<style>
a { background-color: #B63613; }
a { background-color: rgb(182,54,19); }
div.DivClassName
{
background-color: #B63613;
}
.BgClassName
{
background-color: #B63613;
}
</style>
border-color css
<style>
span { border-color: #B63613; }
span { border-color: rgb(182,54,19); }
td.TdClassName
{
border-color: #B63613;
}
.TagClassName
{
border-color: #B63613;
}
</style>