Shades of Rust #B63D1D
Tints of Rust #B63D1D
RGB
CMYK
RGB Variations
Color information
#B63D1D (or 0xB63D1D) is known color: Rust. HEX triplet: B6, 3D and 1D. RGB value is (182,61,29). Sum of RGB (Red+Green+Blue) = 182+61+29=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 61 (24.22% from 255 or 22.43% from 272); Blue value is 29 (11.72% from 255 or 10.66% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D1D is #49C2E2. Grayscale: #5D5D5D. Windows color (decimal): -4834019 or 1916342. OLE color: 1916342.
HSL color Cylindrical-coordinate representation of color #B63D1D: hue angle of 12.55º 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 #B63D1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.29 |
| HSL | 12.55º | 0.73% | 0.41% | - |
| HSV(B) | 12.55º | 0.84% | 0.71% | - |
| XYZ | 21.18 | 13.37 | 2.63 | - |
| YUV | 93.53 | 91.59 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 29 | 0 | 0.66 | 0.84 | 0.29 | 12.55 | 0.73 | 0.41 |
| Hex | B6 | 3D | 1D | 0 | 42 | 54 | 1D | D | 49 | 29 |
| Octal | 266 | 75 | 35 | 0 | 102 | 124 | 35 | 15 | 111 | 51 |
| Binary | 10110110 | 111101 | 11101 | 0 | 1000010 | 1010100 | 11101 | 1101 | 1001001 | 101001 |
Color Harmonies of #B63D1D
Complementary color
Monochromatic Colors of #B63D1D
Black with #B63D1D
Text Example
Text Example
White with #B63D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D1D; }
p { color: rgb(182,61,29); }
H1.HeaderClassName
{
color: #B63D1D;
}
.AnyTagClassName
{
color: #B63D1D;
}
</style>
background-color css
<style>
a { background-color: #B63D1D; }
a { background-color: rgb(182,61,29); }
div.DivClassName
{
background-color: #B63D1D;
}
.BgClassName
{
background-color: #B63D1D;
}
</style>
border-color css
<style>
span { border-color: #B63D1D; }
span { border-color: rgb(182,61,29); }
td.TdClassName
{
border-color: #B63D1D;
}
.TagClassName
{
border-color: #B63D1D;
}
</style>