Shades of Rust #B23217
Tints of Rust #B23217
RGB
CMYK
RGB Variations
Color information
#B23217 (or 0xB23217) is known color: Rust. HEX triplet: B2, 32 and 17. RGB value is (178,50,23). Sum of RGB (Red+Green+Blue) = 178+50+23=251 (33% of max value = 765). Red value is 178 (69.92% from 255 or 70.92% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 178 - color contains mainly: red. Hex color #B23217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23217 is #4DCDE8. Grayscale: #555555. Windows color (decimal): -5098985 or 1520306. OLE color: 1520306.
HSL color Cylindrical-coordinate representation of color #B23217: hue angle of 10.45º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B23217 is Cyan = 0, Magento = 0.72, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 23 | - |
| CMYK | 0 | 0.72 | 0.87 | 0.30 |
| HSL | 10.45º | 0.77% | 0.39% | - |
| HSV(B) | 10.45º | 0.87% | 0.7% | - |
| XYZ | 19.66 | 11.81 | 2.05 | - |
| YUV | 85.19 | 92.91 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 23 | 0 | 0.72 | 0.87 | 0.30 | 10.45 | 0.77 | 0.39 |
| Hex | B2 | 32 | 17 | 0 | 48 | 57 | 1E | A | 4D | 27 |
| Octal | 262 | 62 | 27 | 0 | 110 | 127 | 36 | 12 | 115 | 47 |
| Binary | 10110010 | 110010 | 10111 | 0 | 1001000 | 1010111 | 11110 | 1010 | 1001101 | 100111 |
Color Harmonies of #B23217
Complementary color
Monochromatic Colors of #B23217
Black with #B23217
Text Example
Text Example
White with #B23217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23217; }
p { color: rgb(178,50,23); }
H1.HeaderClassName
{
color: #B23217;
}
.AnyTagClassName
{
color: #B23217;
}
</style>
background-color css
<style>
a { background-color: #B23217; }
a { background-color: rgb(178,50,23); }
div.DivClassName
{
background-color: #B23217;
}
.BgClassName
{
background-color: #B23217;
}
</style>
border-color css
<style>
span { border-color: #B23217; }
span { border-color: rgb(178,50,23); }
td.TdClassName
{
border-color: #B23217;
}
.TagClassName
{
border-color: #B23217;
}
</style>