Shades of Rust #B23915
Tints of Rust #B23915
RGB
CMYK
RGB Variations
Color information
#B23915 (or 0xB23915) is known color: Rust. HEX triplet: B2, 39 and 15. RGB value is (178,57,21). Sum of RGB (Red+Green+Blue) = 178+57+21=256 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.53% from 256); Green value is 57 (22.66% from 255 or 22.27% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 178 - color contains mainly: red. Hex color #B23915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23915 is #4DC6EA. Grayscale: #595959. Windows color (decimal): -5097195 or 1391026. OLE color: 1391026.
HSL color Cylindrical-coordinate representation of color #B23915: hue angle of 13.76º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B23915 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 21 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.30 |
| HSL | 13.76º | 0.79% | 0.39% | - |
| HSV(B) | 13.76º | 0.88% | 0.7% | - |
| XYZ | 19.96 | 12.45 | 2.06 | - |
| YUV | 89.08 | 89.59 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 21 | 0 | 0.68 | 0.88 | 0.30 | 13.76 | 0.79 | 0.39 |
| Hex | B2 | 39 | 15 | 0 | 44 | 58 | 1E | E | 4F | 27 |
| Octal | 262 | 71 | 25 | 0 | 104 | 130 | 36 | 16 | 117 | 47 |
| Binary | 10110010 | 111001 | 10101 | 0 | 1000100 | 1011000 | 11110 | 1110 | 1001111 | 100111 |
Color Harmonies of #B23915
Complementary color
Monochromatic Colors of #B23915
Black with #B23915
Text Example
Text Example
White with #B23915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23915; }
p { color: rgb(178,57,21); }
H1.HeaderClassName
{
color: #B23915;
}
.AnyTagClassName
{
color: #B23915;
}
</style>
background-color css
<style>
a { background-color: #B23915; }
a { background-color: rgb(178,57,21); }
div.DivClassName
{
background-color: #B23915;
}
.BgClassName
{
background-color: #B23915;
}
</style>
border-color css
<style>
span { border-color: #B23915; }
span { border-color: rgb(178,57,21); }
td.TdClassName
{
border-color: #B23915;
}
.TagClassName
{
border-color: #B23915;
}
</style>