Shades of Rust #B23314
Tints of Rust #B23314
RGB
CMYK
RGB Variations
Color information
#B23314 (or 0xB23314) is known color: Rust. HEX triplet: B2, 33 and 14. RGB value is (178,51,20). Sum of RGB (Red+Green+Blue) = 178+51+20=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B23314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23314 is #4DCCEB. Grayscale: #555555. Windows color (decimal): -5098732 or 1323954. OLE color: 1323954.
HSL color Cylindrical-coordinate representation of color #B23314: hue angle of 11.77º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B23314 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.30 |
| HSL | 11.77º | 0.8% | 0.39% | - |
| HSV(B) | 11.77º | 0.89% | 0.7% | - |
| XYZ | 19.67 | 11.88 | 1.92 | - |
| YUV | 85.44 | 91.08 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 20 | 0 | 0.71 | 0.89 | 0.30 | 11.77 | 0.8 | 0.39 |
| Hex | B2 | 33 | 14 | 0 | 47 | 59 | 1E | C | 50 | 27 |
| Octal | 262 | 63 | 24 | 0 | 107 | 131 | 36 | 14 | 120 | 47 |
| Binary | 10110010 | 110011 | 10100 | 0 | 1000111 | 1011001 | 11110 | 1100 | 1010000 | 100111 |
Color Harmonies of #B23314
Complementary color
Monochromatic Colors of #B23314
Black with #B23314
Text Example
Text Example
White with #B23314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23314; }
p { color: rgb(178,51,20); }
H1.HeaderClassName
{
color: #B23314;
}
.AnyTagClassName
{
color: #B23314;
}
</style>
background-color css
<style>
a { background-color: #B23314; }
a { background-color: rgb(178,51,20); }
div.DivClassName
{
background-color: #B23314;
}
.BgClassName
{
background-color: #B23314;
}
</style>
border-color css
<style>
span { border-color: #B23314; }
span { border-color: rgb(178,51,20); }
td.TdClassName
{
border-color: #B23314;
}
.TagClassName
{
border-color: #B23314;
}
</style>