Shades of Rust #B34307
Tints of Rust #B34307
RGB
CMYK
RGB Variations
Color information
#B34307 (or 0xB34307) is known color: Rust. HEX triplet: B3, 43 and 07. RGB value is (179,67,7). Sum of RGB (Red+Green+Blue) = 179+67+7=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 7 (3.12% from 255 or 2.77% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B34307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34307 is #4CBCF8. Grayscale: #5D5D5D. Windows color (decimal): -5029113 or 476083. OLE color: 476083.
HSL color Cylindrical-coordinate representation of color #B34307: hue angle of 20.93º 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 #B34307 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.30 |
| HSL | 20.93º | 0.92% | 0.36% | - |
| HSV(B) | 20.93º | 0.96% | 0.7% | - |
| XYZ | 20.64 | 13.61 | 1.74 | - |
| YUV | 93.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 7 | 0 | 0.63 | 0.96 | 0.30 | 20.93 | 0.92 | 0.36 |
| Hex | B3 | 43 | 7 | 0 | 3F | 60 | 1E | 15 | 5C | 24 |
| Octal | 263 | 103 | 7 | 0 | 77 | 140 | 36 | 25 | 134 | 44 |
| Binary | 10110011 | 1000011 | 111 | 0 | 111111 | 1100000 | 11110 | 10101 | 1011100 | 100100 |
Color Harmonies of #B34307
Complementary color
Monochromatic Colors of #B34307
Black with #B34307
Text Example
Text Example
White with #B34307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34307; }
p { color: rgb(179,67,7); }
H1.HeaderClassName
{
color: #B34307;
}
.AnyTagClassName
{
color: #B34307;
}
</style>
background-color css
<style>
a { background-color: #B34307; }
a { background-color: rgb(179,67,7); }
div.DivClassName
{
background-color: #B34307;
}
.BgClassName
{
background-color: #B34307;
}
</style>
border-color css
<style>
span { border-color: #B34307; }
span { border-color: rgb(179,67,7); }
td.TdClassName
{
border-color: #B34307;
}
.TagClassName
{
border-color: #B34307;
}
</style>