Shades of Rust #B63B1D
Tints of Rust #B63B1D
RGB
CMYK
RGB Variations
Color information
#B63B1D (or 0xB63B1D) is known color: Rust. HEX triplet: B6, 3B and 1D. RGB value is (182,59,29). Sum of RGB (Red+Green+Blue) = 182+59+29=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B1D is #49C4E2. Grayscale: #5C5C5C. Windows color (decimal): -4834531 or 1915830. OLE color: 1915830.
HSL color Cylindrical-coordinate representation of color #B63B1D: hue angle of 11.76º 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 #B63B1D is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 29 | - |
| CMYK | 0 | 0.68 | 0.84 | 0.29 |
| HSL | 11.76º | 0.73% | 0.41% | - |
| HSV(B) | 11.76º | 0.84% | 0.71% | - |
| XYZ | 21.08 | 13.16 | 2.59 | - |
| YUV | 92.36 | 92.25 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 29 | 0 | 0.68 | 0.84 | 0.29 | 11.76 | 0.73 | 0.41 |
| Hex | B6 | 3B | 1D | 0 | 44 | 54 | 1D | C | 49 | 29 |
| Octal | 266 | 73 | 35 | 0 | 104 | 124 | 35 | 14 | 111 | 51 |
| Binary | 10110110 | 111011 | 11101 | 0 | 1000100 | 1010100 | 11101 | 1100 | 1001001 | 101001 |
Color Harmonies of #B63B1D
Complementary color
Monochromatic Colors of #B63B1D
Black with #B63B1D
Text Example
Text Example
White with #B63B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B1D; }
p { color: rgb(182,59,29); }
H1.HeaderClassName
{
color: #B63B1D;
}
.AnyTagClassName
{
color: #B63B1D;
}
</style>
background-color css
<style>
a { background-color: #B63B1D; }
a { background-color: rgb(182,59,29); }
div.DivClassName
{
background-color: #B63B1D;
}
.BgClassName
{
background-color: #B63B1D;
}
</style>
border-color css
<style>
span { border-color: #B63B1D; }
span { border-color: rgb(182,59,29); }
td.TdClassName
{
border-color: #B63B1D;
}
.TagClassName
{
border-color: #B63B1D;
}
</style>