Shades of Rust #B6421B
Tints of Rust #B6421B
RGB
CMYK
RGB Variations
Color information
#B6421B (or 0xB6421B) is known color: Rust. HEX triplet: B6, 42 and 1B. RGB value is (182,66,27). Sum of RGB (Red+Green+Blue) = 182+66+27=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B6421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6421B is #49BDE4. Grayscale: #606060. Windows color (decimal): -4832741 or 1786550. OLE color: 1786550.
HSL color Cylindrical-coordinate representation of color #B6421B: hue angle of 15.1º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B6421B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 27 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.29 |
| HSL | 15.1º | 0.74% | 0.41% | - |
| HSV(B) | 15.1º | 0.85% | 0.71% | - |
| XYZ | 21.44 | 13.92 | 2.59 | - |
| YUV | 96.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 27 | 0 | 0.64 | 0.85 | 0.29 | 15.1 | 0.74 | 0.41 |
| Hex | B6 | 42 | 1B | 0 | 40 | 55 | 1D | F | 4A | 29 |
| Octal | 266 | 102 | 33 | 0 | 100 | 125 | 35 | 17 | 112 | 51 |
| Binary | 10110110 | 1000010 | 11011 | 0 | 1000000 | 1010101 | 11101 | 1111 | 1001010 | 101001 |
Color Harmonies of #B6421B
Complementary color
Monochromatic Colors of #B6421B
Black with #B6421B
Text Example
Text Example
White with #B6421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6421B; }
p { color: rgb(182,66,27); }
H1.HeaderClassName
{
color: #B6421B;
}
.AnyTagClassName
{
color: #B6421B;
}
</style>
background-color css
<style>
a { background-color: #B6421B; }
a { background-color: rgb(182,66,27); }
div.DivClassName
{
background-color: #B6421B;
}
.BgClassName
{
background-color: #B6421B;
}
</style>
border-color css
<style>
span { border-color: #B6421B; }
span { border-color: rgb(182,66,27); }
td.TdClassName
{
border-color: #B6421B;
}
.TagClassName
{
border-color: #B6421B;
}
</style>