Shades of Rust #B35103
Tints of Rust #B35103
RGB
CMYK
RGB Variations
Color information
#B35103 (or 0xB35103) is known color: Rust. HEX triplet: B3, 51 and 03. RGB value is (179,81,3). Sum of RGB (Red+Green+Blue) = 179+81+3=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B35103 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35103 is #4CAEFC. Grayscale: #656565. Windows color (decimal): -5025533 or 217523. OLE color: 217523.
HSL color Cylindrical-coordinate representation of color #B35103: hue angle of 26.59º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B35103 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 81 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.30 |
| HSL | 26.59º | 0.97% | 0.36% | - |
| HSV(B) | 26.59º | 0.98% | 0.7% | - |
| XYZ | 21.55 | 15.48 | 1.94 | - |
| YUV | 101.41 | 72.47 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 81 | 3 | 0 | 0.55 | 0.98 | 0.30 | 26.59 | 0.97 | 0.36 |
| Hex | B3 | 51 | 3 | 0 | 37 | 62 | 1E | 1B | 61 | 24 |
| Octal | 263 | 121 | 3 | 0 | 67 | 142 | 36 | 33 | 141 | 44 |
| Binary | 10110011 | 1010001 | 11 | 0 | 110111 | 1100010 | 11110 | 11011 | 1100001 | 100100 |
Color Harmonies of #B35103
Complementary color
Monochromatic Colors of #B35103
Black with #B35103
Text Example
Text Example
White with #B35103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35103; }
p { color: rgb(179,81,3); }
H1.HeaderClassName
{
color: #B35103;
}
.AnyTagClassName
{
color: #B35103;
}
</style>
background-color css
<style>
a { background-color: #B35103; }
a { background-color: rgb(179,81,3); }
div.DivClassName
{
background-color: #B35103;
}
.BgClassName
{
background-color: #B35103;
}
</style>
border-color css
<style>
span { border-color: #B35103; }
span { border-color: rgb(179,81,3); }
td.TdClassName
{
border-color: #B35103;
}
.TagClassName
{
border-color: #B35103;
}
</style>