Shades of Rust #B63501
Tints of Rust #B63501
RGB
CMYK
RGB Variations
Color information
#B63501 (or 0xB63501) is known color: Rust. HEX triplet: B6, 35 and 01. RGB value is (182,53,1). Sum of RGB (Red+Green+Blue) = 182+53+1=236 (31% of max value = 765). Red value is 182 (71.48% from 255 or 77.12% from 236); Green value is 53 (21.09% from 255 or 22.46% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 182 - color contains mainly: red. Hex color #B63501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63501 is #49CAFE. Grayscale: #555555. Windows color (decimal): -4836095 or 79286. OLE color: 79286.
HSL color Cylindrical-coordinate representation of color #B63501: hue angle of 17.24º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B63501 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 53 | 1 | - |
| CMYK | 0 | 0.71 | 0.99 | 0.29 |
| HSL | 17.24º | 0.99% | 0.36% | - |
| HSV(B) | 17.24º | 0.99% | 0.71% | - |
| XYZ | 20.57 | 12.49 | 1.36 | - |
| YUV | 85.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 53 | 1 | 0 | 0.71 | 0.99 | 0.29 | 17.24 | 0.99 | 0.36 |
| Hex | B6 | 35 | 1 | 0 | 47 | 63 | 1D | 11 | 63 | 24 |
| Octal | 266 | 65 | 1 | 0 | 107 | 143 | 35 | 21 | 143 | 44 |
| Binary | 10110110 | 110101 | 1 | 0 | 1000111 | 1100011 | 11101 | 10001 | 1100011 | 100100 |
Color Harmonies of #B63501
Complementary color
Monochromatic Colors of #B63501
Black with #B63501
Text Example
Text Example
White with #B63501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63501; }
p { color: rgb(182,53,1); }
H1.HeaderClassName
{
color: #B63501;
}
.AnyTagClassName
{
color: #B63501;
}
</style>
background-color css
<style>
a { background-color: #B63501; }
a { background-color: rgb(182,53,1); }
div.DivClassName
{
background-color: #B63501;
}
.BgClassName
{
background-color: #B63501;
}
</style>
border-color css
<style>
span { border-color: #B63501; }
span { border-color: rgb(182,53,1); }
td.TdClassName
{
border-color: #B63501;
}
.TagClassName
{
border-color: #B63501;
}
</style>