Shades of Rust #B63703
Tints of Rust #B63703
RGB
CMYK
RGB Variations
Color information
#B63703 (or 0xB63703) is known color: Rust. HEX triplet: B6, 37 and 03. RGB value is (182,55,3). Sum of RGB (Red+Green+Blue) = 182+55+3=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 3 (1.56% from 255 or 1.25% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63703 is #49C8FC. Grayscale: #575757. Windows color (decimal): -4835581 or 210870. OLE color: 210870.
HSL color Cylindrical-coordinate representation of color #B63703: hue angle of 17.43º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B63703 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 55 | 3 | - |
| CMYK | 0 | 0.70 | 0.98 | 0.29 |
| HSL | 17.43º | 0.97% | 0.36% | - |
| HSV(B) | 17.43º | 0.98% | 0.71% | - |
| XYZ | 20.67 | 12.68 | 1.44 | - |
| YUV | 87.05 | 80.58 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 55 | 3 | 0 | 0.70 | 0.98 | 0.29 | 17.43 | 0.97 | 0.36 |
| Hex | B6 | 37 | 3 | 0 | 46 | 62 | 1D | 11 | 61 | 24 |
| Octal | 266 | 67 | 3 | 0 | 106 | 142 | 35 | 21 | 141 | 44 |
| Binary | 10110110 | 110111 | 11 | 0 | 1000110 | 1100010 | 11101 | 10001 | 1100001 | 100100 |
Color Harmonies of #B63703
Complementary color
Monochromatic Colors of #B63703
Black with #B63703
Text Example
Text Example
White with #B63703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63703; }
p { color: rgb(182,55,3); }
H1.HeaderClassName
{
color: #B63703;
}
.AnyTagClassName
{
color: #B63703;
}
</style>
background-color css
<style>
a { background-color: #B63703; }
a { background-color: rgb(182,55,3); }
div.DivClassName
{
background-color: #B63703;
}
.BgClassName
{
background-color: #B63703;
}
</style>
border-color css
<style>
span { border-color: #B63703; }
span { border-color: rgb(182,55,3); }
td.TdClassName
{
border-color: #B63703;
}
.TagClassName
{
border-color: #B63703;
}
</style>