Shades of Rust #B33719
Tints of Rust #B33719
RGB
CMYK
RGB Variations
Color information
#B33719 (or 0xB33719) is known color: Rust. HEX triplet: B3, 37 and 19. RGB value is (179,55,25). Sum of RGB (Red+Green+Blue) = 179+55+25=259 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.11% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 179 - color contains mainly: red. Hex color #B33719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33719 is #4CC8E6. Grayscale: #585858. Windows color (decimal): -5032167 or 1652659. OLE color: 1652659.
HSL color Cylindrical-coordinate representation of color #B33719: hue angle of 11.69º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B33719 is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 25 | - |
| CMYK | 0 | 0.69 | 0.86 | 0.30 |
| HSL | 11.69º | 0.75% | 0.4% | - |
| HSV(B) | 11.69º | 0.86% | 0.7% | - |
| XYZ | 20.13 | 12.39 | 2.25 | - |
| YUV | 88.66 | 92.08 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 25 | 0 | 0.69 | 0.86 | 0.30 | 11.69 | 0.75 | 0.4 |
| Hex | B3 | 37 | 19 | 0 | 45 | 56 | 1E | C | 4B | 28 |
| Octal | 263 | 67 | 31 | 0 | 105 | 126 | 36 | 14 | 113 | 50 |
| Binary | 10110011 | 110111 | 11001 | 0 | 1000101 | 1010110 | 11110 | 1100 | 1001011 | 101000 |
Color Harmonies of #B33719
Complementary color
Monochromatic Colors of #B33719
Black with #B33719
Text Example
Text Example
White with #B33719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33719; }
p { color: rgb(179,55,25); }
H1.HeaderClassName
{
color: #B33719;
}
.AnyTagClassName
{
color: #B33719;
}
</style>
background-color css
<style>
a { background-color: #B33719; }
a { background-color: rgb(179,55,25); }
div.DivClassName
{
background-color: #B33719;
}
.BgClassName
{
background-color: #B33719;
}
</style>
border-color css
<style>
span { border-color: #B33719; }
span { border-color: rgb(179,55,25); }
td.TdClassName
{
border-color: #B33719;
}
.TagClassName
{
border-color: #B33719;
}
</style>