Shades of Rust #B63B07
Tints of Rust #B63B07
RGB
CMYK
RGB Variations
Color information
#B63B07 (or 0xB63B07) is known color: Rust. HEX triplet: B6, 3B and 07. RGB value is (182,59,7). Sum of RGB (Red+Green+Blue) = 182+59+7=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 59 (23.44% from 255 or 23.79% from 248); Blue value is 7 (3.12% from 255 or 2.82% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63B07 is #49C4F8. Grayscale: #5A5A5A. Windows color (decimal): -4834553 or 474038. OLE color: 474038.
HSL color Cylindrical-coordinate representation of color #B63B07: hue angle of 17.83º 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 #B63B07 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.29 |
| HSL | 17.83º | 0.93% | 0.37% | - |
| HSV(B) | 17.83º | 0.96% | 0.71% | - |
| XYZ | 20.89 | 13.09 | 1.63 | - |
| YUV | 89.85 | 81.25 | 193.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 7 | 0 | 0.68 | 0.96 | 0.29 | 17.83 | 0.93 | 0.37 |
| Hex | B6 | 3B | 7 | 0 | 44 | 60 | 1D | 12 | 5D | 25 |
| Octal | 266 | 73 | 7 | 0 | 104 | 140 | 35 | 22 | 135 | 45 |
| Binary | 10110110 | 111011 | 111 | 0 | 1000100 | 1100000 | 11101 | 10010 | 1011101 | 100101 |
Color Harmonies of #B63B07
Complementary color
Monochromatic Colors of #B63B07
Black with #B63B07
Text Example
Text Example
White with #B63B07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B07; }
p { color: rgb(182,59,7); }
H1.HeaderClassName
{
color: #B63B07;
}
.AnyTagClassName
{
color: #B63B07;
}
</style>
background-color css
<style>
a { background-color: #B63B07; }
a { background-color: rgb(182,59,7); }
div.DivClassName
{
background-color: #B63B07;
}
.BgClassName
{
background-color: #B63B07;
}
</style>
border-color css
<style>
span { border-color: #B63B07; }
span { border-color: rgb(182,59,7); }
td.TdClassName
{
border-color: #B63B07;
}
.TagClassName
{
border-color: #B63B07;
}
</style>