Shades of Rust #B34B1C
Tints of Rust #B34B1C
RGB
CMYK
RGB Variations
Color information
#B34B1C (or 0xB34B1C) is known color: Rust. HEX triplet: B3, 4B and 1C. RGB value is (179,75,28). Sum of RGB (Red+Green+Blue) = 179+75+28=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 75 (29.69% from 255 or 26.60% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34B1C is #4CB4E3. Grayscale: #656565. Windows color (decimal): -5027044 or 1854387. OLE color: 1854387.
HSL color Cylindrical-coordinate representation of color #B34B1C: hue angle of 18.68º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B34B1C is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 75 | 28 | - |
| CMYK | 0 | 0.58 | 0.84 | 0.30 |
| HSL | 18.68º | 0.73% | 0.41% | - |
| HSV(B) | 18.68º | 0.84% | 0.7% | - |
| XYZ | 21.32 | 14.7 | 2.81 | - |
| YUV | 100.74 | 86.96 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 75 | 28 | 0 | 0.58 | 0.84 | 0.30 | 18.68 | 0.73 | 0.41 |
| Hex | B3 | 4B | 1C | 0 | 3A | 54 | 1E | 13 | 49 | 29 |
| Octal | 263 | 113 | 34 | 0 | 72 | 124 | 36 | 23 | 111 | 51 |
| Binary | 10110011 | 1001011 | 11100 | 0 | 111010 | 1010100 | 11110 | 10011 | 1001001 | 101001 |
Color Harmonies of #B34B1C
Complementary color
Monochromatic Colors of #B34B1C
Black with #B34B1C
Text Example
Text Example
White with #B34B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34B1C; }
p { color: rgb(179,75,28); }
H1.HeaderClassName
{
color: #B34B1C;
}
.AnyTagClassName
{
color: #B34B1C;
}
</style>
background-color css
<style>
a { background-color: #B34B1C; }
a { background-color: rgb(179,75,28); }
div.DivClassName
{
background-color: #B34B1C;
}
.BgClassName
{
background-color: #B34B1C;
}
</style>
border-color css
<style>
span { border-color: #B34B1C; }
span { border-color: rgb(179,75,28); }
td.TdClassName
{
border-color: #B34B1C;
}
.TagClassName
{
border-color: #B34B1C;
}
</style>