Shades of Rust #B63C1F
Tints of Rust #B63C1F
RGB
CMYK
RGB Variations
Color information
#B63C1F (or 0xB63C1F) is known color: Rust. HEX triplet: B6, 3C and 1F. RGB value is (182,60,31). Sum of RGB (Red+Green+Blue) = 182+60+31=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C1F is #49C3E0. Grayscale: #5D5D5D. Windows color (decimal): -4834273 or 2047158. OLE color: 2047158.
HSL color Cylindrical-coordinate representation of color #B63C1F: hue angle of 11.52º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B63C1F is Cyan = 0, Magento = 0.67, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 31 | - |
| CMYK | 0 | 0.67 | 0.83 | 0.29 |
| HSL | 11.52º | 0.71% | 0.42% | - |
| HSV(B) | 11.52º | 0.83% | 0.71% | - |
| XYZ | 21.15 | 13.28 | 2.74 | - |
| YUV | 93.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 31 | 0 | 0.67 | 0.83 | 0.29 | 11.52 | 0.71 | 0.42 |
| Hex | B6 | 3C | 1F | 0 | 43 | 53 | 1D | C | 47 | 2A |
| Octal | 266 | 74 | 37 | 0 | 103 | 123 | 35 | 14 | 107 | 52 |
| Binary | 10110110 | 111100 | 11111 | 0 | 1000011 | 1010011 | 11101 | 1100 | 1000111 | 101010 |
Color Harmonies of #B63C1F
Complementary color
Monochromatic Colors of #B63C1F
Black with #B63C1F
Text Example
Text Example
White with #B63C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C1F; }
p { color: rgb(182,60,31); }
H1.HeaderClassName
{
color: #B63C1F;
}
.AnyTagClassName
{
color: #B63C1F;
}
</style>
background-color css
<style>
a { background-color: #B63C1F; }
a { background-color: rgb(182,60,31); }
div.DivClassName
{
background-color: #B63C1F;
}
.BgClassName
{
background-color: #B63C1F;
}
</style>
border-color css
<style>
span { border-color: #B63C1F; }
span { border-color: rgb(182,60,31); }
td.TdClassName
{
border-color: #B63C1F;
}
.TagClassName
{
border-color: #B63C1F;
}
</style>