Shades of Rust #B6421C
Tints of Rust #B6421C
RGB
CMYK
RGB Variations
Color information
#B6421C (or 0xB6421C) is known color: Rust. HEX triplet: B6, 42 and 1C. RGB value is (182,66,28). Sum of RGB (Red+Green+Blue) = 182+66+28=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 28 (11.33% from 255 or 10.14% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B6421C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6421C is #49BDE3. Grayscale: #606060. Windows color (decimal): -4832740 or 1852086. OLE color: 1852086.
HSL color Cylindrical-coordinate representation of color #B6421C: hue angle of 14.81º degrees, saturation: 0.73, 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 #B6421C is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 28 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.29 |
| HSL | 14.81º | 0.73% | 0.41% | - |
| HSV(B) | 14.81º | 0.85% | 0.71% | - |
| XYZ | 21.45 | 13.93 | 2.66 | - |
| YUV | 96.35 | 89.43 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 28 | 0 | 0.64 | 0.85 | 0.29 | 14.81 | 0.73 | 0.41 |
| Hex | B6 | 42 | 1C | 0 | 40 | 55 | 1D | F | 49 | 29 |
| Octal | 266 | 102 | 34 | 0 | 100 | 125 | 35 | 17 | 111 | 51 |
| Binary | 10110110 | 1000010 | 11100 | 0 | 1000000 | 1010101 | 11101 | 1111 | 1001001 | 101001 |
Color Harmonies of #B6421C
Complementary color
Monochromatic Colors of #B6421C
Black with #B6421C
Text Example
Text Example
White with #B6421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6421C; }
p { color: rgb(182,66,28); }
H1.HeaderClassName
{
color: #B6421C;
}
.AnyTagClassName
{
color: #B6421C;
}
</style>
background-color css
<style>
a { background-color: #B6421C; }
a { background-color: rgb(182,66,28); }
div.DivClassName
{
background-color: #B6421C;
}
.BgClassName
{
background-color: #B6421C;
}
</style>
border-color css
<style>
span { border-color: #B6421C; }
span { border-color: rgb(182,66,28); }
td.TdClassName
{
border-color: #B6421C;
}
.TagClassName
{
border-color: #B6421C;
}
</style>