Shades of Rust #B63010
Tints of Rust #B63010
RGB
CMYK
RGB Variations
Color information
#B63010 (or 0xB63010) is known color: Rust. HEX triplet: B6, 30 and 10. RGB value is (182,48,16). Sum of RGB (Red+Green+Blue) = 182+48+16=246 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.98% from 246); Green value is 48 (19.14% from 255 or 19.51% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 182 - color contains mainly: red. Hex color #B63010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63010 is #49CFEF. Grayscale: #545454. Windows color (decimal): -4837360 or 1061046. OLE color: 1061046.
HSL color Cylindrical-coordinate representation of color #B63010: hue angle of 11.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B63010 is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 48 | 16 | - |
| CMYK | 0 | 0.74 | 0.91 | 0.29 |
| HSL | 11.57º | 0.84% | 0.39% | - |
| HSV(B) | 11.57º | 0.91% | 0.71% | - |
| XYZ | 20.44 | 12.1 | 1.75 | - |
| YUV | 84.42 | 89.39 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 48 | 16 | 0 | 0.74 | 0.91 | 0.29 | 11.57 | 0.84 | 0.39 |
| Hex | B6 | 30 | 10 | 0 | 4A | 5B | 1D | C | 54 | 27 |
| Octal | 266 | 60 | 20 | 0 | 112 | 133 | 35 | 14 | 124 | 47 |
| Binary | 10110110 | 110000 | 10000 | 0 | 1001010 | 1011011 | 11101 | 1100 | 1010100 | 100111 |
Color Harmonies of #B63010
Complementary color
Monochromatic Colors of #B63010
Black with #B63010
Text Example
Text Example
White with #B63010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63010; }
p { color: rgb(182,48,16); }
H1.HeaderClassName
{
color: #B63010;
}
.AnyTagClassName
{
color: #B63010;
}
</style>
background-color css
<style>
a { background-color: #B63010; }
a { background-color: rgb(182,48,16); }
div.DivClassName
{
background-color: #B63010;
}
.BgClassName
{
background-color: #B63010;
}
</style>
border-color css
<style>
span { border-color: #B63010; }
span { border-color: rgb(182,48,16); }
td.TdClassName
{
border-color: #B63010;
}
.TagClassName
{
border-color: #B63010;
}
</style>