Shades of Rust #B63C1B
Tints of Rust #B63C1B
RGB
CMYK
RGB Variations
Color information
#B63C1B (or 0xB63C1B) is known color: Rust. HEX triplet: B6, 3C and 1B. RGB value is (182,60,27). Sum of RGB (Red+Green+Blue) = 182+60+27=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C1B is #49C3E4. Grayscale: #5C5C5C. Windows color (decimal): -4834277 or 1785014. OLE color: 1785014.
HSL color Cylindrical-coordinate representation of color #B63C1B: hue angle of 12.77º degrees, saturation: 0.74, 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 #B63C1B is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 27 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.29 |
| HSL | 12.77º | 0.74% | 0.41% | - |
| HSV(B) | 12.77º | 0.85% | 0.71% | - |
| XYZ | 21.11 | 13.26 | 2.48 | - |
| YUV | 92.72 | 90.92 | 191.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 27 | 0 | 0.67 | 0.85 | 0.29 | 12.77 | 0.74 | 0.41 |
| Hex | B6 | 3C | 1B | 0 | 43 | 55 | 1D | D | 4A | 29 |
| Octal | 266 | 74 | 33 | 0 | 103 | 125 | 35 | 15 | 112 | 51 |
| Binary | 10110110 | 111100 | 11011 | 0 | 1000011 | 1010101 | 11101 | 1101 | 1001010 | 101001 |
Color Harmonies of #B63C1B
Complementary color
Monochromatic Colors of #B63C1B
Black with #B63C1B
Text Example
Text Example
White with #B63C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C1B; }
p { color: rgb(182,60,27); }
H1.HeaderClassName
{
color: #B63C1B;
}
.AnyTagClassName
{
color: #B63C1B;
}
</style>
background-color css
<style>
a { background-color: #B63C1B; }
a { background-color: rgb(182,60,27); }
div.DivClassName
{
background-color: #B63C1B;
}
.BgClassName
{
background-color: #B63C1B;
}
</style>
border-color css
<style>
span { border-color: #B63C1B; }
span { border-color: rgb(182,60,27); }
td.TdClassName
{
border-color: #B63C1B;
}
.TagClassName
{
border-color: #B63C1B;
}
</style>