Shades of Rust #B3430B
Tints of Rust #B3430B
RGB
CMYK
RGB Variations
Color information
#B3430B (or 0xB3430B) is known color: Rust. HEX triplet: B3, 43 and 0B. RGB value is (179,67,11). Sum of RGB (Red+Green+Blue) = 179+67+11=257 (34% of max value = 765). Red value is 179 (70.31% from 255 or 69.65% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 179 - color contains mainly: red. Hex color #B3430B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3430B is #4CBCF4. Grayscale: #5E5E5E. Windows color (decimal): -5029109 or 738227. OLE color: 738227.
HSL color Cylindrical-coordinate representation of color #B3430B: hue angle of 20º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3430B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.30 |
| HSL | 20º | 0.88% | 0.37% | - |
| HSV(B) | 20º | 0.94% | 0.7% | - |
| XYZ | 20.66 | 13.62 | 1.86 | - |
| YUV | 94.1 | 81.11 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 11 | 0 | 0.63 | 0.94 | 0.30 | 20 | 0.88 | 0.37 |
| Hex | B3 | 43 | B | 0 | 3F | 5E | 1E | 14 | 58 | 25 |
| Octal | 263 | 103 | 13 | 0 | 77 | 136 | 36 | 24 | 130 | 45 |
| Binary | 10110011 | 1000011 | 1011 | 0 | 111111 | 1011110 | 11110 | 10100 | 1011000 | 100101 |
Color Harmonies of #B3430B
Complementary color
Monochromatic Colors of #B3430B
Black with #B3430B
Text Example
Text Example
White with #B3430B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3430B; }
p { color: rgb(179,67,11); }
H1.HeaderClassName
{
color: #B3430B;
}
.AnyTagClassName
{
color: #B3430B;
}
</style>
background-color css
<style>
a { background-color: #B3430B; }
a { background-color: rgb(179,67,11); }
div.DivClassName
{
background-color: #B3430B;
}
.BgClassName
{
background-color: #B3430B;
}
</style>
border-color css
<style>
span { border-color: #B3430B; }
span { border-color: rgb(179,67,11); }
td.TdClassName
{
border-color: #B3430B;
}
.TagClassName
{
border-color: #B3430B;
}
</style>