Shades of Rust #B23910
Tints of Rust #B23910
RGB
CMYK
RGB Variations
Color information
#B23910 (or 0xB23910) is known color: Rust. HEX triplet: B2, 39 and 10. RGB value is (178,57,16). Sum of RGB (Red+Green+Blue) = 178+57+16=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 57 (22.66% from 255 or 22.71% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B23910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23910 is #4DC6EF. Grayscale: #585858. Windows color (decimal): -5097200 or 1063346. OLE color: 1063346.
HSL color Cylindrical-coordinate representation of color #B23910: hue angle of 15.19º 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 #B23910 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 16 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.30 |
| HSL | 15.19º | 0.84% | 0.38% | - |
| HSV(B) | 15.19º | 0.91% | 0.7% | - |
| XYZ | 19.92 | 12.43 | 1.84 | - |
| YUV | 88.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 16 | 0 | 0.68 | 0.91 | 0.30 | 15.19 | 0.84 | 0.38 |
| Hex | B2 | 39 | 10 | 0 | 44 | 5B | 1E | F | 54 | 26 |
| Octal | 262 | 71 | 20 | 0 | 104 | 133 | 36 | 17 | 124 | 46 |
| Binary | 10110010 | 111001 | 10000 | 0 | 1000100 | 1011011 | 11110 | 1111 | 1010100 | 100110 |
Color Harmonies of #B23910
Complementary color
Monochromatic Colors of #B23910
Black with #B23910
Text Example
Text Example
White with #B23910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23910; }
p { color: rgb(178,57,16); }
H1.HeaderClassName
{
color: #B23910;
}
.AnyTagClassName
{
color: #B23910;
}
</style>
background-color css
<style>
a { background-color: #B23910; }
a { background-color: rgb(178,57,16); }
div.DivClassName
{
background-color: #B23910;
}
.BgClassName
{
background-color: #B23910;
}
</style>
border-color css
<style>
span { border-color: #B23910; }
span { border-color: rgb(178,57,16); }
td.TdClassName
{
border-color: #B23910;
}
.TagClassName
{
border-color: #B23910;
}
</style>