Shades of Rust #B34121
Tints of Rust #B34121
RGB
CMYK
RGB Variations
Color information
#B34121 (or 0xB34121) is known color: Rust. HEX triplet: B3, 41 and 21. RGB value is (179,65,33). Sum of RGB (Red+Green+Blue) = 179+65+33=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B34121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34121 is #4CBEDE. Grayscale: #5F5F5F. Windows color (decimal): -5029599 or 2179507. OLE color: 2179507.
HSL color Cylindrical-coordinate representation of color #B34121: hue angle of 13.15º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B34121 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 65 | 33 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.30 |
| HSL | 13.15º | 0.69% | 0.42% | - |
| HSV(B) | 13.15º | 0.82% | 0.7% | - |
| XYZ | 20.76 | 13.47 | 2.95 | - |
| YUV | 95.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 65 | 33 | 0 | 0.64 | 0.82 | 0.30 | 13.15 | 0.69 | 0.42 |
| Hex | B3 | 41 | 21 | 0 | 40 | 52 | 1E | D | 45 | 2A |
| Octal | 263 | 101 | 41 | 0 | 100 | 122 | 36 | 15 | 105 | 52 |
| Binary | 10110011 | 1000001 | 100001 | 0 | 1000000 | 1010010 | 11110 | 1101 | 1000101 | 101010 |
Color Harmonies of #B34121
Complementary color
Monochromatic Colors of #B34121
Black with #B34121
Text Example
Text Example
White with #B34121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34121; }
p { color: rgb(179,65,33); }
H1.HeaderClassName
{
color: #B34121;
}
.AnyTagClassName
{
color: #B34121;
}
</style>
background-color css
<style>
a { background-color: #B34121; }
a { background-color: rgb(179,65,33); }
div.DivClassName
{
background-color: #B34121;
}
.BgClassName
{
background-color: #B34121;
}
</style>
border-color css
<style>
span { border-color: #B34121; }
span { border-color: rgb(179,65,33); }
td.TdClassName
{
border-color: #B34121;
}
.TagClassName
{
border-color: #B34121;
}
</style>