Shades of Rust #B63C12
Tints of Rust #B63C12
RGB
CMYK
RGB Variations
Color information
#B63C12 (or 0xB63C12) is known color: Rust. HEX triplet: B6, 3C and 12. RGB value is (182,60,18). Sum of RGB (Red+Green+Blue) = 182+60+18=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 18 (7.42% from 255 or 6.92% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63C12 is #49C3ED. Grayscale: #5B5B5B. Windows color (decimal): -4834286 or 1195190. OLE color: 1195190.
HSL color Cylindrical-coordinate representation of color #B63C12: hue angle of 15.37º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B63C12 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 18 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.29 |
| HSL | 15.37º | 0.82% | 0.39% | - |
| HSV(B) | 15.37º | 0.9% | 0.71% | - |
| XYZ | 21.02 | 13.22 | 2.02 | - |
| YUV | 91.69 | 86.42 | 192.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 18 | 0 | 0.67 | 0.90 | 0.29 | 15.37 | 0.82 | 0.39 |
| Hex | B6 | 3C | 12 | 0 | 43 | 5A | 1D | F | 52 | 27 |
| Octal | 266 | 74 | 22 | 0 | 103 | 132 | 35 | 17 | 122 | 47 |
| Binary | 10110110 | 111100 | 10010 | 0 | 1000011 | 1011010 | 11101 | 1111 | 1010010 | 100111 |
Color Harmonies of #B63C12
Complementary color
Monochromatic Colors of #B63C12
Black with #B63C12
Text Example
Text Example
White with #B63C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C12; }
p { color: rgb(182,60,18); }
H1.HeaderClassName
{
color: #B63C12;
}
.AnyTagClassName
{
color: #B63C12;
}
</style>
background-color css
<style>
a { background-color: #B63C12; }
a { background-color: rgb(182,60,18); }
div.DivClassName
{
background-color: #B63C12;
}
.BgClassName
{
background-color: #B63C12;
}
</style>
border-color css
<style>
span { border-color: #B63C12; }
span { border-color: rgb(182,60,18); }
td.TdClassName
{
border-color: #B63C12;
}
.TagClassName
{
border-color: #B63C12;
}
</style>