Shades of Rust #B33817
Tints of Rust #B33817
RGB
CMYK
RGB Variations
Color information
#B33817 (or 0xB33817) is known color: Rust. HEX triplet: B3, 38 and 17. RGB value is (179,56,23). Sum of RGB (Red+Green+Blue) = 179+56+23=258 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.38% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 179 - color contains mainly: red. Hex color #B33817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33817 is #4CC7E8. Grayscale: #595959. Windows color (decimal): -5031913 or 1521843. OLE color: 1521843.
HSL color Cylindrical-coordinate representation of color #B33817: hue angle of 12.69º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B33817 is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 56 | 23 | - |
| CMYK | 0 | 0.69 | 0.87 | 0.30 |
| HSL | 12.69º | 0.77% | 0.4% | - |
| HSV(B) | 12.69º | 0.87% | 0.7% | - |
| XYZ | 20.16 | 12.47 | 2.16 | - |
| YUV | 89.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 56 | 23 | 0 | 0.69 | 0.87 | 0.30 | 12.69 | 0.77 | 0.4 |
| Hex | B3 | 38 | 17 | 0 | 45 | 57 | 1E | D | 4D | 28 |
| Octal | 263 | 70 | 27 | 0 | 105 | 127 | 36 | 15 | 115 | 50 |
| Binary | 10110011 | 111000 | 10111 | 0 | 1000101 | 1010111 | 11110 | 1101 | 1001101 | 101000 |
Color Harmonies of #B33817
Complementary color
Monochromatic Colors of #B33817
Black with #B33817
Text Example
Text Example
White with #B33817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33817; }
p { color: rgb(179,56,23); }
H1.HeaderClassName
{
color: #B33817;
}
.AnyTagClassName
{
color: #B33817;
}
</style>
background-color css
<style>
a { background-color: #B33817; }
a { background-color: rgb(179,56,23); }
div.DivClassName
{
background-color: #B33817;
}
.BgClassName
{
background-color: #B33817;
}
</style>
border-color css
<style>
span { border-color: #B33817; }
span { border-color: rgb(179,56,23); }
td.TdClassName
{
border-color: #B33817;
}
.TagClassName
{
border-color: #B33817;
}
</style>