Shades of Rust #B63D1E
Tints of Rust #B63D1E
RGB
CMYK
RGB Variations
Color information
#B63D1E (or 0xB63D1E) is known color: Rust. HEX triplet: B6, 3D and 1E. RGB value is (182,61,30). Sum of RGB (Red+Green+Blue) = 182+61+30=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 61 (24.22% from 255 or 22.34% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B63D1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63D1E is #49C2E1. Grayscale: #5D5D5D. Windows color (decimal): -4834018 or 1981878. OLE color: 1981878.
HSL color Cylindrical-coordinate representation of color #B63D1E: hue angle of 12.24º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B63D1E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 61 | 30 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.29 |
| HSL | 12.24º | 0.72% | 0.42% | - |
| HSV(B) | 12.24º | 0.84% | 0.71% | - |
| XYZ | 21.19 | 13.38 | 2.69 | - |
| YUV | 93.65 | 92.09 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 61 | 30 | 0 | 0.66 | 0.84 | 0.29 | 12.24 | 0.72 | 0.42 |
| Hex | B6 | 3D | 1E | 0 | 42 | 54 | 1D | C | 48 | 2A |
| Octal | 266 | 75 | 36 | 0 | 102 | 124 | 35 | 14 | 110 | 52 |
| Binary | 10110110 | 111101 | 11110 | 0 | 1000010 | 1010100 | 11101 | 1100 | 1001000 | 101010 |
Color Harmonies of #B63D1E
Complementary color
Monochromatic Colors of #B63D1E
Black with #B63D1E
Text Example
Text Example
White with #B63D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63D1E; }
p { color: rgb(182,61,30); }
H1.HeaderClassName
{
color: #B63D1E;
}
.AnyTagClassName
{
color: #B63D1E;
}
</style>
background-color css
<style>
a { background-color: #B63D1E; }
a { background-color: rgb(182,61,30); }
div.DivClassName
{
background-color: #B63D1E;
}
.BgClassName
{
background-color: #B63D1E;
}
</style>
border-color css
<style>
span { border-color: #B63D1E; }
span { border-color: rgb(182,61,30); }
td.TdClassName
{
border-color: #B63D1E;
}
.TagClassName
{
border-color: #B63D1E;
}
</style>