Shades of Rust #B63F05
Tints of Rust #B63F05
RGB
CMYK
RGB Variations
Color information
#B63F05 (or 0xB63F05) is known color: Rust. HEX triplet: B6, 3F and 05. RGB value is (182,63,5). Sum of RGB (Red+Green+Blue) = 182+63+5=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 63 (25% from 255 or 25.2% from 250); Blue value is 5 (2.34% from 255 or 2% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B63F05 is #49C0FA. Grayscale: #5C5C5C. Windows color (decimal): -4833531 or 343990. OLE color: 343990.
HSL color Cylindrical-coordinate representation of color #B63F05: hue angle of 19.66º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B63F05 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.29 |
| HSL | 19.66º | 0.95% | 0.37% | - |
| HSV(B) | 19.66º | 0.97% | 0.71% | - |
| XYZ | 21.1 | 13.51 | 1.64 | - |
| YUV | 91.97 | 78.92 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 5 | 0 | 0.65 | 0.97 | 0.29 | 19.66 | 0.95 | 0.37 |
| Hex | B6 | 3F | 5 | 0 | 41 | 61 | 1D | 14 | 5F | 25 |
| Octal | 266 | 77 | 5 | 0 | 101 | 141 | 35 | 24 | 137 | 45 |
| Binary | 10110110 | 111111 | 101 | 0 | 1000001 | 1100001 | 11101 | 10100 | 1011111 | 100101 |
Color Harmonies of #B63F05
Complementary color
Monochromatic Colors of #B63F05
Black with #B63F05
Text Example
Text Example
White with #B63F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F05; }
p { color: rgb(182,63,5); }
H1.HeaderClassName
{
color: #B63F05;
}
.AnyTagClassName
{
color: #B63F05;
}
</style>
background-color css
<style>
a { background-color: #B63F05; }
a { background-color: rgb(182,63,5); }
div.DivClassName
{
background-color: #B63F05;
}
.BgClassName
{
background-color: #B63F05;
}
</style>
border-color css
<style>
span { border-color: #B63F05; }
span { border-color: rgb(182,63,5); }
td.TdClassName
{
border-color: #B63F05;
}
.TagClassName
{
border-color: #B63F05;
}
</style>