Shades of Rust #B23406
Tints of Rust #B23406
RGB
CMYK
RGB Variations
Color information
#B23406 (or 0xB23406) is known color: Rust. HEX triplet: B2, 34 and 06. RGB value is (178,52,6). Sum of RGB (Red+Green+Blue) = 178+52+6=236 (31% of max value = 765). Red value is 178 (69.92% from 255 or 75.42% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 178 - color contains mainly: red. Hex color #B23406 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23406 is #4DCBF9. Grayscale: #545454. Windows color (decimal): -5098490 or 406706. OLE color: 406706.
HSL color Cylindrical-coordinate representation of color #B23406: hue angle of 16.05º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B23406 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 52 | 6 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.30 |
| HSL | 16.05º | 0.93% | 0.36% | - |
| HSV(B) | 16.05º | 0.97% | 0.7% | - |
| XYZ | 19.62 | 11.93 | 1.44 | - |
| YUV | 84.43 | 83.74 | 194.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 52 | 6 | 0 | 0.71 | 0.97 | 0.30 | 16.05 | 0.93 | 0.36 |
| Hex | B2 | 34 | 6 | 0 | 47 | 61 | 1E | 10 | 5D | 24 |
| Octal | 262 | 64 | 6 | 0 | 107 | 141 | 36 | 20 | 135 | 44 |
| Binary | 10110010 | 110100 | 110 | 0 | 1000111 | 1100001 | 11110 | 10000 | 1011101 | 100100 |
Color Harmonies of #B23406
Complementary color
Monochromatic Colors of #B23406
Black with #B23406
Text Example
Text Example
White with #B23406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23406; }
p { color: rgb(178,52,6); }
H1.HeaderClassName
{
color: #B23406;
}
.AnyTagClassName
{
color: #B23406;
}
</style>
background-color css
<style>
a { background-color: #B23406; }
a { background-color: rgb(178,52,6); }
div.DivClassName
{
background-color: #B23406;
}
.BgClassName
{
background-color: #B23406;
}
</style>
border-color css
<style>
span { border-color: #B23406; }
span { border-color: rgb(178,52,6); }
td.TdClassName
{
border-color: #B23406;
}
.TagClassName
{
border-color: #B23406;
}
</style>