Shades of Rust #B63C1D
Tints of Rust #B63C1D
RGB
CMYK
RGB Variations
Color information
#B63C1D (or 0xB63C1D) is known color: Rust. HEX triplet: B6, 3C and 1D. RGB value is (182,60,29). Sum of RGB (Red+Green+Blue) = 182+60+29=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C1D is #49C3E2. Grayscale: #5D5D5D. Windows color (decimal): -4834275 or 1916086. OLE color: 1916086.
HSL color Cylindrical-coordinate representation of color #B63C1D: hue angle of 12.16º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B63C1D is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 29 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.29 |
| HSL | 12.16º | 0.73% | 0.41% | - |
| HSV(B) | 12.16º | 0.84% | 0.71% | - |
| XYZ | 21.13 | 13.27 | 2.61 | - |
| YUV | 92.94 | 91.92 | 191.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 29 | 0 | 0.67 | 0.84 | 0.29 | 12.16 | 0.73 | 0.41 |
| Hex | B6 | 3C | 1D | 0 | 43 | 54 | 1D | C | 49 | 29 |
| Octal | 266 | 74 | 35 | 0 | 103 | 124 | 35 | 14 | 111 | 51 |
| Binary | 10110110 | 111100 | 11101 | 0 | 1000011 | 1010100 | 11101 | 1100 | 1001001 | 101001 |
Color Harmonies of #B63C1D
Complementary color
Monochromatic Colors of #B63C1D
Black with #B63C1D
Text Example
Text Example
White with #B63C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C1D; }
p { color: rgb(182,60,29); }
H1.HeaderClassName
{
color: #B63C1D;
}
.AnyTagClassName
{
color: #B63C1D;
}
</style>
background-color css
<style>
a { background-color: #B63C1D; }
a { background-color: rgb(182,60,29); }
div.DivClassName
{
background-color: #B63C1D;
}
.BgClassName
{
background-color: #B63C1D;
}
</style>
border-color css
<style>
span { border-color: #B63C1D; }
span { border-color: rgb(182,60,29); }
td.TdClassName
{
border-color: #B63C1D;
}
.TagClassName
{
border-color: #B63C1D;
}
</style>