Shades of Rust #B23D13
Tints of Rust #B23D13
RGB
CMYK
RGB Variations
Color information
#B23D13 (or 0xB23D13) is known color: Rust. HEX triplet: B2, 3D and 13. RGB value is (178,61,19). Sum of RGB (Red+Green+Blue) = 178+61+19=258 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.99% from 258); Green value is 61 (24.22% from 255 or 23.64% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23D13 is #4DC2EC. Grayscale: #5B5B5B. Windows color (decimal): -5096173 or 1260978. OLE color: 1260978.
HSL color Cylindrical-coordinate representation of color #B23D13: hue angle of 15.85º degrees, saturation: 0.81, 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 #B23D13 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 61 | 19 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.30 |
| HSL | 15.85º | 0.81% | 0.39% | - |
| HSV(B) | 15.85º | 0.89% | 0.7% | - |
| XYZ | 20.15 | 12.85 | 2.03 | - |
| YUV | 91.2 | 87.26 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 61 | 19 | 0 | 0.66 | 0.89 | 0.30 | 15.85 | 0.81 | 0.39 |
| Hex | B2 | 3D | 13 | 0 | 42 | 59 | 1E | 10 | 51 | 27 |
| Octal | 262 | 75 | 23 | 0 | 102 | 131 | 36 | 20 | 121 | 47 |
| Binary | 10110010 | 111101 | 10011 | 0 | 1000010 | 1011001 | 11110 | 10000 | 1010001 | 100111 |
Color Harmonies of #B23D13
Complementary color
Monochromatic Colors of #B23D13
Black with #B23D13
Text Example
Text Example
White with #B23D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23D13; }
p { color: rgb(178,61,19); }
H1.HeaderClassName
{
color: #B23D13;
}
.AnyTagClassName
{
color: #B23D13;
}
</style>
background-color css
<style>
a { background-color: #B23D13; }
a { background-color: rgb(178,61,19); }
div.DivClassName
{
background-color: #B23D13;
}
.BgClassName
{
background-color: #B23D13;
}
</style>
border-color css
<style>
span { border-color: #B23D13; }
span { border-color: rgb(178,61,19); }
td.TdClassName
{
border-color: #B23D13;
}
.TagClassName
{
border-color: #B23D13;
}
</style>