Shades of Rust #B23E17
Tints of Rust #B23E17
RGB
CMYK
RGB Variations
Color information
#B23E17 (or 0xB23E17) is known color: Rust. HEX triplet: B2, 3E and 17. RGB value is (178,62,23). Sum of RGB (Red+Green+Blue) = 178+62+23=263 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.68% from 263); Green value is 62 (24.61% from 255 or 23.57% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 178 - color contains mainly: red. Hex color #B23E17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23E17 is #4DC1E8. Grayscale: #5C5C5C. Windows color (decimal): -5095913 or 1523378. OLE color: 1523378.
HSL color Cylindrical-coordinate representation of color #B23E17: hue angle of 15.1º 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 #B23E17 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 62 | 23 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.30 |
| HSL | 15.1º | 0.77% | 0.39% | - |
| HSV(B) | 15.1º | 0.87% | 0.7% | - |
| XYZ | 20.24 | 12.97 | 2.25 | - |
| YUV | 92.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 62 | 23 | 0 | 0.65 | 0.87 | 0.30 | 15.1 | 0.77 | 0.39 |
| Hex | B2 | 3E | 17 | 0 | 41 | 57 | 1E | F | 4D | 27 |
| Octal | 262 | 76 | 27 | 0 | 101 | 127 | 36 | 17 | 115 | 47 |
| Binary | 10110010 | 111110 | 10111 | 0 | 1000001 | 1010111 | 11110 | 1111 | 1001101 | 100111 |
Color Harmonies of #B23E17
Complementary color
Monochromatic Colors of #B23E17
Black with #B23E17
Text Example
Text Example
White with #B23E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23E17; }
p { color: rgb(178,62,23); }
H1.HeaderClassName
{
color: #B23E17;
}
.AnyTagClassName
{
color: #B23E17;
}
</style>
background-color css
<style>
a { background-color: #B23E17; }
a { background-color: rgb(178,62,23); }
div.DivClassName
{
background-color: #B23E17;
}
.BgClassName
{
background-color: #B23E17;
}
</style>
border-color css
<style>
span { border-color: #B23E17; }
span { border-color: rgb(178,62,23); }
td.TdClassName
{
border-color: #B23E17;
}
.TagClassName
{
border-color: #B23E17;
}
</style>