Shades of Rust #B23610
Tints of Rust #B23610
RGB
CMYK
RGB Variations
Color information
#B23610 (or 0xB23610) is known color: Rust. HEX triplet: B2, 36 and 10. RGB value is (178,54,16). Sum of RGB (Red+Green+Blue) = 178+54+16=248 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.77% from 248); Green value is 54 (21.48% from 255 or 21.77% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 178 - color contains mainly: red. Hex color #B23610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23610 is #4DC9EF. Grayscale: #575757. Windows color (decimal): -5097968 or 1062578. OLE color: 1062578.
HSL color Cylindrical-coordinate representation of color #B23610: hue angle of 14.07º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B23610 is Cyan = 0, Magento = 0.70, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 16 | - |
| CMYK | 0 | 0.70 | 0.91 | 0.30 |
| HSL | 14.07º | 0.84% | 0.38% | - |
| HSV(B) | 14.07º | 0.91% | 0.7% | - |
| XYZ | 19.77 | 12.14 | 1.79 | - |
| YUV | 86.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 16 | 0 | 0.70 | 0.91 | 0.30 | 14.07 | 0.84 | 0.38 |
| Hex | B2 | 36 | 10 | 0 | 46 | 5B | 1E | E | 54 | 26 |
| Octal | 262 | 66 | 20 | 0 | 106 | 133 | 36 | 16 | 124 | 46 |
| Binary | 10110010 | 110110 | 10000 | 0 | 1000110 | 1011011 | 11110 | 1110 | 1010100 | 100110 |
Color Harmonies of #B23610
Complementary color
Monochromatic Colors of #B23610
Black with #B23610
Text Example
Text Example
White with #B23610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23610; }
p { color: rgb(178,54,16); }
H1.HeaderClassName
{
color: #B23610;
}
.AnyTagClassName
{
color: #B23610;
}
</style>
background-color css
<style>
a { background-color: #B23610; }
a { background-color: rgb(178,54,16); }
div.DivClassName
{
background-color: #B23610;
}
.BgClassName
{
background-color: #B23610;
}
</style>
border-color css
<style>
span { border-color: #B23610; }
span { border-color: rgb(178,54,16); }
td.TdClassName
{
border-color: #B23610;
}
.TagClassName
{
border-color: #B23610;
}
</style>