Shades of Rust #B33515
Tints of Rust #B33515
RGB
CMYK
RGB Variations
Color information
#B33515 (or 0xB33515) is known color: Rust. HEX triplet: B3, 35 and 15. RGB value is (179,53,21). Sum of RGB (Red+Green+Blue) = 179+53+21=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B33515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33515 is #4CCAEA. Grayscale: #575757. Windows color (decimal): -5032683 or 1390003. OLE color: 1390003.
HSL color Cylindrical-coordinate representation of color #B33515: hue angle of 12.15º degrees, saturation: 0.79, 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 #B33515 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 53 | 21 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.30 |
| HSL | 12.15º | 0.79% | 0.39% | - |
| HSV(B) | 12.15º | 0.88% | 0.7% | - |
| XYZ | 20 | 12.18 | 2.01 | - |
| YUV | 87.03 | 90.74 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 53 | 21 | 0 | 0.70 | 0.88 | 0.30 | 12.15 | 0.79 | 0.39 |
| Hex | B3 | 35 | 15 | 0 | 46 | 58 | 1E | C | 4F | 27 |
| Octal | 263 | 65 | 25 | 0 | 106 | 130 | 36 | 14 | 117 | 47 |
| Binary | 10110011 | 110101 | 10101 | 0 | 1000110 | 1011000 | 11110 | 1100 | 1001111 | 100111 |
Color Harmonies of #B33515
Complementary color
Monochromatic Colors of #B33515
Black with #B33515
Text Example
Text Example
White with #B33515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33515; }
p { color: rgb(179,53,21); }
H1.HeaderClassName
{
color: #B33515;
}
.AnyTagClassName
{
color: #B33515;
}
</style>
background-color css
<style>
a { background-color: #B33515; }
a { background-color: rgb(179,53,21); }
div.DivClassName
{
background-color: #B33515;
}
.BgClassName
{
background-color: #B33515;
}
</style>
border-color css
<style>
span { border-color: #B33515; }
span { border-color: rgb(179,53,21); }
td.TdClassName
{
border-color: #B33515;
}
.TagClassName
{
border-color: #B33515;
}
</style>