Shades of Rust #B63A07
Tints of Rust #B63A07
RGB
CMYK
RGB Variations
Color information
#B63A07 (or 0xB63A07) is known color: Rust. HEX triplet: B6, 3A and 07. RGB value is (182,58,7). Sum of RGB (Red+Green+Blue) = 182+58+7=247 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.68% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A07 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A07 is #49C5F8. Grayscale: #595959. Windows color (decimal): -4834809 or 473782. OLE color: 473782.
HSL color Cylindrical-coordinate representation of color #B63A07: hue angle of 17.49º 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 #B63A07 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 7 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.29 |
| HSL | 17.49º | 0.93% | 0.37% | - |
| HSV(B) | 17.49º | 0.96% | 0.71% | - |
| XYZ | 20.84 | 12.99 | 1.61 | - |
| YUV | 89.26 | 81.58 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 7 | 0 | 0.68 | 0.96 | 0.29 | 17.49 | 0.93 | 0.37 |
| Hex | B6 | 3A | 7 | 0 | 44 | 60 | 1D | 11 | 5D | 25 |
| Octal | 266 | 72 | 7 | 0 | 104 | 140 | 35 | 21 | 135 | 45 |
| Binary | 10110110 | 111010 | 111 | 0 | 1000100 | 1100000 | 11101 | 10001 | 1011101 | 100101 |
Color Harmonies of #B63A07
Complementary color
Monochromatic Colors of #B63A07
Black with #B63A07
Text Example
Text Example
White with #B63A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A07; }
p { color: rgb(182,58,7); }
H1.HeaderClassName
{
color: #B63A07;
}
.AnyTagClassName
{
color: #B63A07;
}
</style>
background-color css
<style>
a { background-color: #B63A07; }
a { background-color: rgb(182,58,7); }
div.DivClassName
{
background-color: #B63A07;
}
.BgClassName
{
background-color: #B63A07;
}
</style>
border-color css
<style>
span { border-color: #B63A07; }
span { border-color: rgb(182,58,7); }
td.TdClassName
{
border-color: #B63A07;
}
.TagClassName
{
border-color: #B63A07;
}
</style>