Shades of Rust #B3430E
Tints of Rust #B3430E
RGB
CMYK
RGB Variations
Color information
#B3430E (or 0xB3430E) is known color: Rust. HEX triplet: B3, 43 and 0E. RGB value is (179,67,14). Sum of RGB (Red+Green+Blue) = 179+67+14=260 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.85% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 14 (5.86% from 255 or 5.38% from 260); Max value from RGB is 179 - color contains mainly: red. Hex color #B3430E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3430E is #4CBCF1. Grayscale: #5E5E5E. Windows color (decimal): -5029106 or 934835. OLE color: 934835.
HSL color Cylindrical-coordinate representation of color #B3430E: hue angle of 19.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B3430E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.30 |
| HSL | 19.27º | 0.85% | 0.38% | - |
| HSV(B) | 19.27º | 0.92% | 0.7% | - |
| XYZ | 20.68 | 13.63 | 1.96 | - |
| YUV | 94.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 14 | 0 | 0.63 | 0.92 | 0.30 | 19.27 | 0.85 | 0.38 |
| Hex | B3 | 43 | E | 0 | 3F | 5C | 1E | 13 | 55 | 26 |
| Octal | 263 | 103 | 16 | 0 | 77 | 134 | 36 | 23 | 125 | 46 |
| Binary | 10110011 | 1000011 | 1110 | 0 | 111111 | 1011100 | 11110 | 10011 | 1010101 | 100110 |
Color Harmonies of #B3430E
Complementary color
Monochromatic Colors of #B3430E
Black with #B3430E
Text Example
Text Example
White with #B3430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3430E; }
p { color: rgb(179,67,14); }
H1.HeaderClassName
{
color: #B3430E;
}
.AnyTagClassName
{
color: #B3430E;
}
</style>
background-color css
<style>
a { background-color: #B3430E; }
a { background-color: rgb(179,67,14); }
div.DivClassName
{
background-color: #B3430E;
}
.BgClassName
{
background-color: #B3430E;
}
</style>
border-color css
<style>
span { border-color: #B3430E; }
span { border-color: rgb(179,67,14); }
td.TdClassName
{
border-color: #B3430E;
}
.TagClassName
{
border-color: #B3430E;
}
</style>