Shades of Rust #B34320
Tints of Rust #B34320
RGB
CMYK
RGB Variations
Color information
#B34320 (or 0xB34320) is known color: Rust. HEX triplet: B3, 43 and 20. RGB value is (179,67,32). Sum of RGB (Red+Green+Blue) = 179+67+32=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B34320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34320 is #4CBCDF. Grayscale: #606060. Windows color (decimal): -5029088 or 2114483. OLE color: 2114483.
HSL color Cylindrical-coordinate representation of color #B34320: hue angle of 14.29º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B34320 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 32 | - |
| CMYK | 0 | 0.63 | 0.82 | 0.30 |
| HSL | 14.29º | 0.7% | 0.41% | - |
| HSV(B) | 14.29º | 0.82% | 0.7% | - |
| XYZ | 20.86 | 13.7 | 2.91 | - |
| YUV | 96.5 | 91.61 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 32 | 0 | 0.63 | 0.82 | 0.30 | 14.29 | 0.7 | 0.41 |
| Hex | B3 | 43 | 20 | 0 | 3F | 52 | 1E | E | 46 | 29 |
| Octal | 263 | 103 | 40 | 0 | 77 | 122 | 36 | 16 | 106 | 51 |
| Binary | 10110011 | 1000011 | 100000 | 0 | 111111 | 1010010 | 11110 | 1110 | 1000110 | 101001 |
Color Harmonies of #B34320
Complementary color
Monochromatic Colors of #B34320
Black with #B34320
Text Example
Text Example
White with #B34320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34320; }
p { color: rgb(179,67,32); }
H1.HeaderClassName
{
color: #B34320;
}
.AnyTagClassName
{
color: #B34320;
}
</style>
background-color css
<style>
a { background-color: #B34320; }
a { background-color: rgb(179,67,32); }
div.DivClassName
{
background-color: #B34320;
}
.BgClassName
{
background-color: #B34320;
}
</style>
border-color css
<style>
span { border-color: #B34320; }
span { border-color: rgb(179,67,32); }
td.TdClassName
{
border-color: #B34320;
}
.TagClassName
{
border-color: #B34320;
}
</style>