Shades of Rust #B34407
Tints of Rust #B34407
RGB
CMYK
RGB Variations
Color information
#B34407 (or 0xB34407) is known color: Rust. HEX triplet: B3, 44 and 07. RGB value is (179,68,7). Sum of RGB (Red+Green+Blue) = 179+68+7=254 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.47% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 7 (3.12% from 255 or 2.76% from 254); Max value from RGB is 179 - color contains mainly: red. Hex color #B34407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34407 is #4CBBF8. Grayscale: #5E5E5E. Windows color (decimal): -5028857 or 476339. OLE color: 476339.
HSL color Cylindrical-coordinate representation of color #B34407: hue angle of 21.28º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B34407 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 7 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.30 |
| HSL | 21.28º | 0.92% | 0.36% | - |
| HSV(B) | 21.28º | 0.96% | 0.7% | - |
| XYZ | 20.7 | 13.73 | 1.76 | - |
| YUV | 94.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 7 | 0 | 0.62 | 0.96 | 0.30 | 21.28 | 0.92 | 0.36 |
| Hex | B3 | 44 | 7 | 0 | 3E | 60 | 1E | 15 | 5C | 24 |
| Octal | 263 | 104 | 7 | 0 | 76 | 140 | 36 | 25 | 134 | 44 |
| Binary | 10110011 | 1000100 | 111 | 0 | 111110 | 1100000 | 11110 | 10101 | 1011100 | 100100 |
Color Harmonies of #B34407
Complementary color
Monochromatic Colors of #B34407
Black with #B34407
Text Example
Text Example
White with #B34407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34407; }
p { color: rgb(179,68,7); }
H1.HeaderClassName
{
color: #B34407;
}
.AnyTagClassName
{
color: #B34407;
}
</style>
background-color css
<style>
a { background-color: #B34407; }
a { background-color: rgb(179,68,7); }
div.DivClassName
{
background-color: #B34407;
}
.BgClassName
{
background-color: #B34407;
}
</style>
border-color css
<style>
span { border-color: #B34407; }
span { border-color: rgb(179,68,7); }
td.TdClassName
{
border-color: #B34407;
}
.TagClassName
{
border-color: #B34407;
}
</style>