Shades of Rust #B35012
Tints of Rust #B35012
RGB
CMYK
RGB Variations
Color information
#B35012 (or 0xB35012) is known color: Rust. HEX triplet: B3, 50 and 12. RGB value is (179,80,18). Sum of RGB (Red+Green+Blue) = 179+80+18=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B35012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35012 is #4CAFED. Grayscale: #666666. Windows color (decimal): -5025774 or 1200307. OLE color: 1200307.
HSL color Cylindrical-coordinate representation of color #B35012: hue angle of 23.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B35012 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 80 | 18 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.30 |
| HSL | 23.11º | 0.82% | 0.39% | - |
| HSV(B) | 23.11º | 0.9% | 0.7% | - |
| XYZ | 21.57 | 15.36 | 2.4 | - |
| YUV | 102.53 | 80.3 | 182.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 80 | 18 | 0 | 0.55 | 0.90 | 0.30 | 23.11 | 0.82 | 0.39 |
| Hex | B3 | 50 | 12 | 0 | 37 | 5A | 1E | 17 | 52 | 27 |
| Octal | 263 | 120 | 22 | 0 | 67 | 132 | 36 | 27 | 122 | 47 |
| Binary | 10110011 | 1010000 | 10010 | 0 | 110111 | 1011010 | 11110 | 10111 | 1010010 | 100111 |
Color Harmonies of #B35012
Complementary color
Monochromatic Colors of #B35012
Black with #B35012
Text Example
Text Example
White with #B35012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35012; }
p { color: rgb(179,80,18); }
H1.HeaderClassName
{
color: #B35012;
}
.AnyTagClassName
{
color: #B35012;
}
</style>
background-color css
<style>
a { background-color: #B35012; }
a { background-color: rgb(179,80,18); }
div.DivClassName
{
background-color: #B35012;
}
.BgClassName
{
background-color: #B35012;
}
</style>
border-color css
<style>
span { border-color: #B35012; }
span { border-color: rgb(179,80,18); }
td.TdClassName
{
border-color: #B35012;
}
.TagClassName
{
border-color: #B35012;
}
</style>