Shades of Rust #B63410
Tints of Rust #B63410
RGB
CMYK
RGB Variations
Color information
#B63410 (or 0xB63410) is known color: Rust. HEX triplet: B6, 34 and 10. RGB value is (182,52,16). Sum of RGB (Red+Green+Blue) = 182+52+16=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 16 (6.64% from 255 or 6.4% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B63410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63410 is #49CBEF. Grayscale: #575757. Windows color (decimal): -4836336 or 1062070. OLE color: 1062070.
HSL color Cylindrical-coordinate representation of color #B63410: hue angle of 13.01º 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 #B63410 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 16 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.29 |
| HSL | 13.01º | 0.84% | 0.39% | - |
| HSV(B) | 13.01º | 0.91% | 0.71% | - |
| XYZ | 20.61 | 12.44 | 1.8 | - |
| YUV | 86.77 | 88.07 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 16 | 0 | 0.71 | 0.91 | 0.29 | 13.01 | 0.84 | 0.39 |
| Hex | B6 | 34 | 10 | 0 | 47 | 5B | 1D | D | 54 | 27 |
| Octal | 266 | 64 | 20 | 0 | 107 | 133 | 35 | 15 | 124 | 47 |
| Binary | 10110110 | 110100 | 10000 | 0 | 1000111 | 1011011 | 11101 | 1101 | 1010100 | 100111 |
Color Harmonies of #B63410
Complementary color
Monochromatic Colors of #B63410
Black with #B63410
Text Example
Text Example
White with #B63410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63410; }
p { color: rgb(182,52,16); }
H1.HeaderClassName
{
color: #B63410;
}
.AnyTagClassName
{
color: #B63410;
}
</style>
background-color css
<style>
a { background-color: #B63410; }
a { background-color: rgb(182,52,16); }
div.DivClassName
{
background-color: #B63410;
}
.BgClassName
{
background-color: #B63410;
}
</style>
border-color css
<style>
span { border-color: #B63410; }
span { border-color: rgb(182,52,16); }
td.TdClassName
{
border-color: #B63410;
}
.TagClassName
{
border-color: #B63410;
}
</style>