Shades of Rust #B23D16
Tints of Rust #B23D16
RGB
CMYK
RGB Variations
Color information
#B23D16 (or 0xB23D16) is known color: Rust. HEX triplet: B2, 3D and 16. RGB value is (178,61,22). Sum of RGB (Red+Green+Blue) = 178+61+22=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 61 (24.22% from 255 or 23.37% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D16 is #4DC2E9. Grayscale: #5B5B5B. Windows color (decimal): -5096170 or 1457586. OLE color: 1457586.
HSL color Cylindrical-coordinate representation of color #B23D16: hue angle of 15º degrees, saturation: 0.78, 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 #B23D16 is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 22 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.30 |
| HSL | 15º | 0.78% | 0.39% | - |
| HSV(B) | 15º | 0.88% | 0.7% | - |
| XYZ | 20.17 | 12.86 | 2.18 | - |
| YUV | 91.54 | 88.76 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 22 | 0 | 0.66 | 0.88 | 0.30 | 15 | 0.78 | 0.39 |
| Hex | B2 | 3D | 16 | 0 | 42 | 58 | 1E | F | 4E | 27 |
| Octal | 262 | 75 | 26 | 0 | 102 | 130 | 36 | 17 | 116 | 47 |
| Binary | 10110010 | 111101 | 10110 | 0 | 1000010 | 1011000 | 11110 | 1111 | 1001110 | 100111 |
Color Harmonies of #B23D16
Complementary color
Monochromatic Colors of #B23D16
Black with #B23D16
Text Example
Text Example
White with #B23D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D16; }
p { color: rgb(178,61,22); }
H1.HeaderClassName
{
color: #B23D16;
}
.AnyTagClassName
{
color: #B23D16;
}
</style>
background-color css
<style>
a { background-color: #B23D16; }
a { background-color: rgb(178,61,22); }
div.DivClassName
{
background-color: #B23D16;
}
.BgClassName
{
background-color: #B23D16;
}
</style>
border-color css
<style>
span { border-color: #B23D16; }
span { border-color: rgb(178,61,22); }
td.TdClassName
{
border-color: #B23D16;
}
.TagClassName
{
border-color: #B23D16;
}
</style>