Shades of Rust #B34A1C
Tints of Rust #B34A1C
RGB
CMYK
RGB Variations
Color information
#B34A1C (or 0xB34A1C) is known color: Rust. HEX triplet: B3, 4A and 1C. RGB value is (179,74,28). Sum of RGB (Red+Green+Blue) = 179+74+28=281 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.70% from 281); Green value is 74 (29.30% from 255 or 26.33% from 281); Blue value is 28 (11.33% from 255 or 9.96% from 281); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34A1C is #4CB5E3. Grayscale: #646464. Windows color (decimal): -5027300 or 1854131. OLE color: 1854131.
HSL color Cylindrical-coordinate representation of color #B34A1C: hue angle of 18.28º 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 #B34A1C is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 28 | - |
| CMYK | 0 | 0.59 | 0.84 | 0.30 |
| HSL | 18.28º | 0.73% | 0.41% | - |
| HSV(B) | 18.28º | 0.84% | 0.7% | - |
| XYZ | 21.25 | 14.57 | 2.79 | - |
| YUV | 100.15 | 87.29 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 28 | 0 | 0.59 | 0.84 | 0.30 | 18.28 | 0.73 | 0.41 |
| Hex | B3 | 4A | 1C | 0 | 3B | 54 | 1E | 12 | 49 | 29 |
| Octal | 263 | 112 | 34 | 0 | 73 | 124 | 36 | 22 | 111 | 51 |
| Binary | 10110011 | 1001010 | 11100 | 0 | 111011 | 1010100 | 11110 | 10010 | 1001001 | 101001 |
Color Harmonies of #B34A1C
Complementary color
Monochromatic Colors of #B34A1C
Black with #B34A1C
Text Example
Text Example
White with #B34A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A1C; }
p { color: rgb(179,74,28); }
H1.HeaderClassName
{
color: #B34A1C;
}
.AnyTagClassName
{
color: #B34A1C;
}
</style>
background-color css
<style>
a { background-color: #B34A1C; }
a { background-color: rgb(179,74,28); }
div.DivClassName
{
background-color: #B34A1C;
}
.BgClassName
{
background-color: #B34A1C;
}
</style>
border-color css
<style>
span { border-color: #B34A1C; }
span { border-color: rgb(179,74,28); }
td.TdClassName
{
border-color: #B34A1C;
}
.TagClassName
{
border-color: #B34A1C;
}
</style>