Shades of Rust #B63213
Tints of Rust #B63213
RGB
CMYK
RGB Variations
Color information
#B63213 (or 0xB63213) is known color: Rust. HEX triplet: B6, 32 and 13. RGB value is (182,50,19). Sum of RGB (Red+Green+Blue) = 182+50+19=251 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.51% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 182 - color contains mainly: red. Hex color #B63213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63213 is #49CDEC. Grayscale: #565656. Windows color (decimal): -4836845 or 1258166. OLE color: 1258166.
HSL color Cylindrical-coordinate representation of color #B63213: hue angle of 11.41º 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 #B63213 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 19 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.29 |
| HSL | 11.41º | 0.81% | 0.39% | - |
| HSV(B) | 11.41º | 0.9% | 0.71% | - |
| XYZ | 20.55 | 12.27 | 1.9 | - |
| YUV | 85.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 19 | 0 | 0.73 | 0.90 | 0.29 | 11.41 | 0.81 | 0.39 |
| Hex | B6 | 32 | 13 | 0 | 49 | 5A | 1D | B | 51 | 27 |
| Octal | 266 | 62 | 23 | 0 | 111 | 132 | 35 | 13 | 121 | 47 |
| Binary | 10110110 | 110010 | 10011 | 0 | 1001001 | 1011010 | 11101 | 1011 | 1010001 | 100111 |
Color Harmonies of #B63213
Complementary color
Monochromatic Colors of #B63213
Black with #B63213
Text Example
Text Example
White with #B63213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63213; }
p { color: rgb(182,50,19); }
H1.HeaderClassName
{
color: #B63213;
}
.AnyTagClassName
{
color: #B63213;
}
</style>
background-color css
<style>
a { background-color: #B63213; }
a { background-color: rgb(182,50,19); }
div.DivClassName
{
background-color: #B63213;
}
.BgClassName
{
background-color: #B63213;
}
</style>
border-color css
<style>
span { border-color: #B63213; }
span { border-color: rgb(182,50,19); }
td.TdClassName
{
border-color: #B63213;
}
.TagClassName
{
border-color: #B63213;
}
</style>