Shades of Rust #B33414
Tints of Rust #B33414
RGB
CMYK
RGB Variations
Color information
#B33414 (or 0xB33414) is known color: Rust. HEX triplet: B3, 34 and 14. RGB value is (179,52,20). Sum of RGB (Red+Green+Blue) = 179+52+20=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B33414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B33414 is #4CCBEB. Grayscale: #565656. Windows color (decimal): -5032940 or 1324211. OLE color: 1324211.
HSL color Cylindrical-coordinate representation of color #B33414: hue angle of 12.08º degrees, saturation: 0.8, 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 #B33414 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 52 | 20 | - |
| CMYK | 0 | 0.71 | 0.89 | 0.30 |
| HSL | 12.08º | 0.8% | 0.39% | - |
| HSV(B) | 12.08º | 0.89% | 0.7% | - |
| XYZ | 19.94 | 12.09 | 1.94 | - |
| YUV | 86.33 | 90.58 | 194.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 52 | 20 | 0 | 0.71 | 0.89 | 0.30 | 12.08 | 0.8 | 0.39 |
| Hex | B3 | 34 | 14 | 0 | 47 | 59 | 1E | C | 50 | 27 |
| Octal | 263 | 64 | 24 | 0 | 107 | 131 | 36 | 14 | 120 | 47 |
| Binary | 10110011 | 110100 | 10100 | 0 | 1000111 | 1011001 | 11110 | 1100 | 1010000 | 100111 |
Color Harmonies of #B33414
Complementary color
Monochromatic Colors of #B33414
Black with #B33414
Text Example
Text Example
White with #B33414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33414; }
p { color: rgb(179,52,20); }
H1.HeaderClassName
{
color: #B33414;
}
.AnyTagClassName
{
color: #B33414;
}
</style>
background-color css
<style>
a { background-color: #B33414; }
a { background-color: rgb(179,52,20); }
div.DivClassName
{
background-color: #B33414;
}
.BgClassName
{
background-color: #B33414;
}
</style>
border-color css
<style>
span { border-color: #B33414; }
span { border-color: rgb(179,52,20); }
td.TdClassName
{
border-color: #B33414;
}
.TagClassName
{
border-color: #B33414;
}
</style>