Shades of Rust #B63A00
Tints of Rust #B63A00
RGB
CMYK
RGB Variations
Color information
#B63A00 (or 0xB63A00) is known color: Rust. HEX triplet: B6, 3A and 00. RGB value is (182,58,0). Sum of RGB (Red+Green+Blue) = 182+58+0=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B63A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63A00 is #49C5FF. Grayscale: #585858. Windows color (decimal): -4834816 or 15030. OLE color: 15030.
HSL color Cylindrical-coordinate representation of color #B63A00: hue angle of 19.12º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B63A00 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 58 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.29 |
| HSL | 19.12º | 1% | 0.36% | - |
| HSV(B) | 19.12º | 1% | 0.71% | - |
| XYZ | 20.8 | 12.97 | 1.41 | - |
| YUV | 88.46 | 78.08 | 194.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 58 | 0 | 0 | 0.68 | 1 | 0.29 | 19.12 | 1 | 0.36 |
| Hex | B6 | 3A | 0 | 0 | 44 | 64 | 1D | 13 | 64 | 24 |
| Octal | 266 | 72 | 0 | 0 | 104 | 144 | 35 | 23 | 144 | 44 |
| Binary | 10110110 | 111010 | 0 | 0 | 1000100 | 1100100 | 11101 | 10011 | 1100100 | 100100 |
Color Harmonies of #B63A00
Complementary color
Monochromatic Colors of #B63A00
Black with #B63A00
Text Example
Text Example
White with #B63A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63A00; }
p { color: rgb(182,58,0); }
H1.HeaderClassName
{
color: #B63A00;
}
.AnyTagClassName
{
color: #B63A00;
}
</style>
background-color css
<style>
a { background-color: #B63A00; }
a { background-color: rgb(182,58,0); }
div.DivClassName
{
background-color: #B63A00;
}
.BgClassName
{
background-color: #B63A00;
}
</style>
border-color css
<style>
span { border-color: #B63A00; }
span { border-color: rgb(182,58,0); }
td.TdClassName
{
border-color: #B63A00;
}
.TagClassName
{
border-color: #B63A00;
}
</style>