Shades of Rust #B63E1D
Tints of Rust #B63E1D
RGB
CMYK
RGB Variations
Color information
#B63E1D (or 0xB63E1D) is known color: Rust. HEX triplet: B6, 3E and 1D. RGB value is (182,62,29). Sum of RGB (Red+Green+Blue) = 182+62+29=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63E1D is #49C1E2. Grayscale: #5E5E5E. Windows color (decimal): -4833763 or 1916598. OLE color: 1916598.
HSL color Cylindrical-coordinate representation of color #B63E1D: hue angle of 12.94º 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 #B63E1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 62 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.29 |
| HSL | 12.94º | 0.73% | 0.41% | - |
| HSV(B) | 12.94º | 0.84% | 0.71% | - |
| XYZ | 21.24 | 13.48 | 2.64 | - |
| YUV | 94.12 | 91.26 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 62 | 29 | 0 | 0.66 | 0.84 | 0.29 | 12.94 | 0.73 | 0.41 |
| Hex | B6 | 3E | 1D | 0 | 42 | 54 | 1D | D | 49 | 29 |
| Octal | 266 | 76 | 35 | 0 | 102 | 124 | 35 | 15 | 111 | 51 |
| Binary | 10110110 | 111110 | 11101 | 0 | 1000010 | 1010100 | 11101 | 1101 | 1001001 | 101001 |
Color Harmonies of #B63E1D
Complementary color
Monochromatic Colors of #B63E1D
Black with #B63E1D
Text Example
Text Example
White with #B63E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63E1D; }
p { color: rgb(182,62,29); }
H1.HeaderClassName
{
color: #B63E1D;
}
.AnyTagClassName
{
color: #B63E1D;
}
</style>
background-color css
<style>
a { background-color: #B63E1D; }
a { background-color: rgb(182,62,29); }
div.DivClassName
{
background-color: #B63E1D;
}
.BgClassName
{
background-color: #B63E1D;
}
</style>
border-color css
<style>
span { border-color: #B63E1D; }
span { border-color: rgb(182,62,29); }
td.TdClassName
{
border-color: #B63E1D;
}
.TagClassName
{
border-color: #B63E1D;
}
</style>