Shades of Rust #B63307
Tints of Rust #B63307
RGB
CMYK
RGB Variations
Color information
#B63307 (or 0xB63307) is known color: Rust. HEX triplet: B6, 33 and 07. RGB value is (182,51,7). Sum of RGB (Red+Green+Blue) = 182+51+7=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63307 is #49CCF8. Grayscale: #555555. Windows color (decimal): -4836601 or 471990. OLE color: 471990.
HSL color Cylindrical-coordinate representation of color #B63307: hue angle of 15.09º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B63307 is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 51 | 7 | - |
| CMYK | 0 | 0.72 | 0.96 | 0.29 |
| HSL | 15.09º | 0.93% | 0.37% | - |
| HSV(B) | 15.09º | 0.96% | 0.71% | - |
| XYZ | 20.51 | 12.33 | 1.5 | - |
| YUV | 85.15 | 83.9 | 197.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 51 | 7 | 0 | 0.72 | 0.96 | 0.29 | 15.09 | 0.93 | 0.37 |
| Hex | B6 | 33 | 7 | 0 | 48 | 60 | 1D | F | 5D | 25 |
| Octal | 266 | 63 | 7 | 0 | 110 | 140 | 35 | 17 | 135 | 45 |
| Binary | 10110110 | 110011 | 111 | 0 | 1001000 | 1100000 | 11101 | 1111 | 1011101 | 100101 |
Color Harmonies of #B63307
Complementary color
Monochromatic Colors of #B63307
Black with #B63307
Text Example
Text Example
White with #B63307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63307; }
p { color: rgb(182,51,7); }
H1.HeaderClassName
{
color: #B63307;
}
.AnyTagClassName
{
color: #B63307;
}
</style>
background-color css
<style>
a { background-color: #B63307; }
a { background-color: rgb(182,51,7); }
div.DivClassName
{
background-color: #B63307;
}
.BgClassName
{
background-color: #B63307;
}
</style>
border-color css
<style>
span { border-color: #B63307; }
span { border-color: rgb(182,51,7); }
td.TdClassName
{
border-color: #B63307;
}
.TagClassName
{
border-color: #B63307;
}
</style>