Shades of Rust #B35201
Tints of Rust #B35201
RGB
CMYK
RGB Variations
Color information
#B35201 (or 0xB35201) is known color: Rust. HEX triplet: B3, 52 and 01. RGB value is (179,82,1). Sum of RGB (Red+Green+Blue) = 179+82+1=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 1 (0.78% from 255 or 0.38% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B35201 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B35201 is #4CADFE. Grayscale: #666666. Windows color (decimal): -5025279 or 86707. OLE color: 86707.
HSL color Cylindrical-coordinate representation of color #B35201: hue angle of 27.3º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B35201 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.30 |
| HSL | 27.3º | 0.99% | 0.35% | - |
| HSV(B) | 27.3º | 0.99% | 0.7% | - |
| XYZ | 21.61 | 15.62 | 1.9 | - |
| YUV | 101.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 1 | 0 | 0.54 | 0.99 | 0.30 | 27.3 | 0.99 | 0.35 |
| Hex | B3 | 52 | 1 | 0 | 36 | 63 | 1E | 1B | 63 | 23 |
| Octal | 263 | 122 | 1 | 0 | 66 | 143 | 36 | 33 | 143 | 43 |
| Binary | 10110011 | 1010010 | 1 | 0 | 110110 | 1100011 | 11110 | 11011 | 1100011 | 100011 |
Color Harmonies of #B35201
Complementary color
Monochromatic Colors of #B35201
Black with #B35201
Text Example
Text Example
White with #B35201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35201; }
p { color: rgb(179,82,1); }
H1.HeaderClassName
{
color: #B35201;
}
.AnyTagClassName
{
color: #B35201;
}
</style>
background-color css
<style>
a { background-color: #B35201; }
a { background-color: rgb(179,82,1); }
div.DivClassName
{
background-color: #B35201;
}
.BgClassName
{
background-color: #B35201;
}
</style>
border-color css
<style>
span { border-color: #B35201; }
span { border-color: rgb(179,82,1); }
td.TdClassName
{
border-color: #B35201;
}
.TagClassName
{
border-color: #B35201;
}
</style>