Shades of Rust #B63901
Tints of Rust #B63901
RGB
CMYK
RGB Variations
Color information
#B63901 (or 0xB63901) is known color: Rust. HEX triplet: B6, 39 and 01. RGB value is (182,57,1). Sum of RGB (Red+Green+Blue) = 182+57+1=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63901 is #49C6FE. Grayscale: #585858. Windows color (decimal): -4835071 or 80310. OLE color: 80310.
HSL color Cylindrical-coordinate representation of color #B63901: hue angle of 18.56º 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 #B63901 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 57 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.29 |
| HSL | 18.56º | 0.99% | 0.36% | - |
| HSV(B) | 18.56º | 0.99% | 0.71% | - |
| XYZ | 20.76 | 12.87 | 1.42 | - |
| YUV | 87.99 | 78.91 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 57 | 1 | 0 | 0.69 | 0.99 | 0.29 | 18.56 | 0.99 | 0.36 |
| Hex | B6 | 39 | 1 | 0 | 45 | 63 | 1D | 13 | 63 | 24 |
| Octal | 266 | 71 | 1 | 0 | 105 | 143 | 35 | 23 | 143 | 44 |
| Binary | 10110110 | 111001 | 1 | 0 | 1000101 | 1100011 | 11101 | 10011 | 1100011 | 100100 |
Color Harmonies of #B63901
Complementary color
Monochromatic Colors of #B63901
Black with #B63901
Text Example
Text Example
White with #B63901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63901; }
p { color: rgb(182,57,1); }
H1.HeaderClassName
{
color: #B63901;
}
.AnyTagClassName
{
color: #B63901;
}
</style>
background-color css
<style>
a { background-color: #B63901; }
a { background-color: rgb(182,57,1); }
div.DivClassName
{
background-color: #B63901;
}
.BgClassName
{
background-color: #B63901;
}
</style>
border-color css
<style>
span { border-color: #B63901; }
span { border-color: rgb(182,57,1); }
td.TdClassName
{
border-color: #B63901;
}
.TagClassName
{
border-color: #B63901;
}
</style>