Shades of Rust #B23512
Tints of Rust #B23512
RGB
CMYK
RGB Variations
Color information
#B23512 (or 0xB23512) is known color: Rust. HEX triplet: B2, 35 and 12. RGB value is (178,53,18). Sum of RGB (Red+Green+Blue) = 178+53+18=249 (32% of max value = 765). Red value is 178 (69.92% from 255 or 71.49% from 249); Green value is 53 (21.09% from 255 or 21.29% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 178 - color contains mainly: red. Hex color #B23512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23512 is #4DCAED. Grayscale: #565656. Windows color (decimal): -5098222 or 1193394. OLE color: 1193394.
HSL color Cylindrical-coordinate representation of color #B23512: hue angle of 13.12º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B23512 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 53 | 18 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.30 |
| HSL | 13.13º | 0.82% | 0.38% | - |
| HSV(B) | 13.13º | 0.9% | 0.7% | - |
| XYZ | 19.74 | 12.05 | 1.86 | - |
| YUV | 86.39 | 89.41 | 193.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 53 | 18 | 0 | 0.70 | 0.90 | 0.30 | 13.13 | 0.82 | 0.38 |
| Hex | B2 | 35 | 12 | 0 | 46 | 5A | 1E | D | 52 | 26 |
| Octal | 262 | 65 | 22 | 0 | 106 | 132 | 36 | 15 | 122 | 46 |
| Binary | 10110010 | 110101 | 10010 | 0 | 1000110 | 1011010 | 11110 | 1101 | 1010010 | 100110 |
Color Harmonies of #B23512
Complementary color
Monochromatic Colors of #B23512
Black with #B23512
Text Example
Text Example
White with #B23512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23512; }
p { color: rgb(178,53,18); }
H1.HeaderClassName
{
color: #B23512;
}
.AnyTagClassName
{
color: #B23512;
}
</style>
background-color css
<style>
a { background-color: #B23512; }
a { background-color: rgb(178,53,18); }
div.DivClassName
{
background-color: #B23512;
}
.BgClassName
{
background-color: #B23512;
}
</style>
border-color css
<style>
span { border-color: #B23512; }
span { border-color: rgb(178,53,18); }
td.TdClassName
{
border-color: #B23512;
}
.TagClassName
{
border-color: #B23512;
}
</style>