Shades of Rust #B6431C
Tints of Rust #B6431C
RGB
CMYK
RGB Variations
Color information
#B6431C (or 0xB6431C) is known color: Rust. HEX triplet: B6, 43 and 1C. RGB value is (182,67,28). Sum of RGB (Red+Green+Blue) = 182+67+28=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B6431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B6431C is #49BCE3. Grayscale: #616161. Windows color (decimal): -4832484 or 1852342. OLE color: 1852342.
HSL color Cylindrical-coordinate representation of color #B6431C: hue angle of 15.19º 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 #B6431C is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 28 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.29 |
| HSL | 15.19º | 0.73% | 0.41% | - |
| HSV(B) | 15.19º | 0.85% | 0.71% | - |
| XYZ | 21.51 | 14.04 | 2.68 | - |
| YUV | 96.94 | 89.1 | 188.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 28 | 0 | 0.63 | 0.85 | 0.29 | 15.19 | 0.73 | 0.41 |
| Hex | B6 | 43 | 1C | 0 | 3F | 55 | 1D | F | 49 | 29 |
| Octal | 266 | 103 | 34 | 0 | 77 | 125 | 35 | 17 | 111 | 51 |
| Binary | 10110110 | 1000011 | 11100 | 0 | 111111 | 1010101 | 11101 | 1111 | 1001001 | 101001 |
Color Harmonies of #B6431C
Complementary color
Monochromatic Colors of #B6431C
Black with #B6431C
Text Example
Text Example
White with #B6431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6431C; }
p { color: rgb(182,67,28); }
H1.HeaderClassName
{
color: #B6431C;
}
.AnyTagClassName
{
color: #B6431C;
}
</style>
background-color css
<style>
a { background-color: #B6431C; }
a { background-color: rgb(182,67,28); }
div.DivClassName
{
background-color: #B6431C;
}
.BgClassName
{
background-color: #B6431C;
}
</style>
border-color css
<style>
span { border-color: #B6431C; }
span { border-color: rgb(182,67,28); }
td.TdClassName
{
border-color: #B6431C;
}
.TagClassName
{
border-color: #B6431C;
}
</style>