Shades of Rust #B63D1C
Tints of Rust #B63D1C
RGB
CMYK
RGB Variations
Color information
#B63D1C (or 0xB63D1C) is known color: Rust. HEX triplet: B6, 3D and 1C. RGB value is (182,61,28). Sum of RGB (Red+Green+Blue) = 182+61+28=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 28 (11.33% from 255 or 10.33% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D1C is #49C2E3. Grayscale: #5D5D5D. Windows color (decimal): -4834020 or 1850806. OLE color: 1850806.
HSL color Cylindrical-coordinate representation of color #B63D1C: hue angle of 12.86º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B63D1C is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 28 | - |
| CMYK | 0 | 0.66 | 0.85 | 0.29 |
| HSL | 12.86º | 0.73% | 0.41% | - |
| HSV(B) | 12.86º | 0.85% | 0.71% | - |
| XYZ | 21.17 | 13.37 | 2.56 | - |
| YUV | 93.42 | 91.09 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 28 | 0 | 0.66 | 0.85 | 0.29 | 12.86 | 0.73 | 0.41 |
| Hex | B6 | 3D | 1C | 0 | 42 | 55 | 1D | D | 49 | 29 |
| Octal | 266 | 75 | 34 | 0 | 102 | 125 | 35 | 15 | 111 | 51 |
| Binary | 10110110 | 111101 | 11100 | 0 | 1000010 | 1010101 | 11101 | 1101 | 1001001 | 101001 |
Color Harmonies of #B63D1C
Complementary color
Monochromatic Colors of #B63D1C
Black with #B63D1C
Text Example
Text Example
White with #B63D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D1C; }
p { color: rgb(182,61,28); }
H1.HeaderClassName
{
color: #B63D1C;
}
.AnyTagClassName
{
color: #B63D1C;
}
</style>
background-color css
<style>
a { background-color: #B63D1C; }
a { background-color: rgb(182,61,28); }
div.DivClassName
{
background-color: #B63D1C;
}
.BgClassName
{
background-color: #B63D1C;
}
</style>
border-color css
<style>
span { border-color: #B63D1C; }
span { border-color: rgb(182,61,28); }
td.TdClassName
{
border-color: #B63D1C;
}
.TagClassName
{
border-color: #B63D1C;
}
</style>