Shades of Rust #B63400
Tints of Rust #B63400
RGB
CMYK
RGB Variations
Color information
#B63400 (or 0xB63400) is known color: Rust. HEX triplet: B6, 34 and 00. RGB value is (182,52,0). Sum of RGB (Red+Green+Blue) = 182+52+0=234 (30% of max value = 765). Red value is 182 (71.48% from 255 or 77.78% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 182 - color contains mainly: red. Hex color #B63400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63400 is #49CBFF. Grayscale: #555555. Windows color (decimal): -4836352 or 13494. OLE color: 13494.
HSL color Cylindrical-coordinate representation of color #B63400: hue angle of 17.14º 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 #B63400 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 52 | 0 | - |
| CMYK | 0 | 0.71 | 1 | 0.29 |
| HSL | 17.14º | 1% | 0.36% | - |
| HSV(B) | 17.14º | 1% | 0.71% | - |
| XYZ | 20.52 | 12.4 | 1.31 | - |
| YUV | 84.94 | 80.07 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 52 | 0 | 0 | 0.71 | 1 | 0.29 | 17.14 | 1 | 0.36 |
| Hex | B6 | 34 | 0 | 0 | 47 | 64 | 1D | 11 | 64 | 24 |
| Octal | 266 | 64 | 0 | 0 | 107 | 144 | 35 | 21 | 144 | 44 |
| Binary | 10110110 | 110100 | 0 | 0 | 1000111 | 1100100 | 11101 | 10001 | 1100100 | 100100 |
Color Harmonies of #B63400
Complementary color
Monochromatic Colors of #B63400
Black with #B63400
Text Example
Text Example
White with #B63400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63400; }
p { color: rgb(182,52,0); }
H1.HeaderClassName
{
color: #B63400;
}
.AnyTagClassName
{
color: #B63400;
}
</style>
background-color css
<style>
a { background-color: #B63400; }
a { background-color: rgb(182,52,0); }
div.DivClassName
{
background-color: #B63400;
}
.BgClassName
{
background-color: #B63400;
}
</style>
border-color css
<style>
span { border-color: #B63400; }
span { border-color: rgb(182,52,0); }
td.TdClassName
{
border-color: #B63400;
}
.TagClassName
{
border-color: #B63400;
}
</style>