Shades of Rust #B6410F
Tints of Rust #B6410F
RGB
CMYK
RGB Variations
Color information
#B6410F (or 0xB6410F) is known color: Rust. HEX triplet: B6, 41 and 0F. RGB value is (182,65,15). Sum of RGB (Red+Green+Blue) = 182+65+15=262 (34% of max value = 765). Red value is 182 (71.48% from 255 or 69.47% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 182 - color contains mainly: red. Hex color #B6410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6410F is #49BEF0. Grayscale: #5E5E5E. Windows color (decimal): -4833009 or 999862. OLE color: 999862.
HSL color Cylindrical-coordinate representation of color #B6410F: hue angle of 17.96º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B6410F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 65 | 15 | - |
| CMYK | 0 | 0.64 | 0.92 | 0.29 |
| HSL | 17.96º | 0.85% | 0.39% | - |
| HSV(B) | 17.96º | 0.92% | 0.71% | - |
| XYZ | 21.27 | 13.76 | 1.99 | - |
| YUV | 94.28 | 83.26 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 65 | 15 | 0 | 0.64 | 0.92 | 0.29 | 17.96 | 0.85 | 0.39 |
| Hex | B6 | 41 | F | 0 | 40 | 5C | 1D | 12 | 55 | 27 |
| Octal | 266 | 101 | 17 | 0 | 100 | 134 | 35 | 22 | 125 | 47 |
| Binary | 10110110 | 1000001 | 1111 | 0 | 1000000 | 1011100 | 11101 | 10010 | 1010101 | 100111 |
Color Harmonies of #B6410F
Complementary color
Monochromatic Colors of #B6410F
Black with #B6410F
Text Example
Text Example
White with #B6410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6410F; }
p { color: rgb(182,65,15); }
H1.HeaderClassName
{
color: #B6410F;
}
.AnyTagClassName
{
color: #B6410F;
}
</style>
background-color css
<style>
a { background-color: #B6410F; }
a { background-color: rgb(182,65,15); }
div.DivClassName
{
background-color: #B6410F;
}
.BgClassName
{
background-color: #B6410F;
}
</style>
border-color css
<style>
span { border-color: #B6410F; }
span { border-color: rgb(182,65,15); }
td.TdClassName
{
border-color: #B6410F;
}
.TagClassName
{
border-color: #B6410F;
}
</style>