Shades of Rust #B63F1F
Tints of Rust #B63F1F
RGB
CMYK
RGB Variations
Color information
#B63F1F (or 0xB63F1F) is known color: Rust. HEX triplet: B6, 3F and 1F. RGB value is (182,63,31). Sum of RGB (Red+Green+Blue) = 182+63+31=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 31 (12.5% from 255 or 11.23% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F1F is #49C0E0. Grayscale: #5F5F5F. Windows color (decimal): -4833505 or 2047926. OLE color: 2047926.
HSL color Cylindrical-coordinate representation of color #B63F1F: hue angle of 12.72º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B63F1F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 31 | - |
| CMYK | 0 | 0.65 | 0.83 | 0.29 |
| HSL | 12.72º | 0.71% | 0.42% | - |
| HSV(B) | 12.72º | 0.83% | 0.71% | - |
| XYZ | 21.32 | 13.6 | 2.8 | - |
| YUV | 94.93 | 91.92 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 31 | 0 | 0.65 | 0.83 | 0.29 | 12.72 | 0.71 | 0.42 |
| Hex | B6 | 3F | 1F | 0 | 41 | 53 | 1D | D | 47 | 2A |
| Octal | 266 | 77 | 37 | 0 | 101 | 123 | 35 | 15 | 107 | 52 |
| Binary | 10110110 | 111111 | 11111 | 0 | 1000001 | 1010011 | 11101 | 1101 | 1000111 | 101010 |
Color Harmonies of #B63F1F
Complementary color
Monochromatic Colors of #B63F1F
Black with #B63F1F
Text Example
Text Example
White with #B63F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F1F; }
p { color: rgb(182,63,31); }
H1.HeaderClassName
{
color: #B63F1F;
}
.AnyTagClassName
{
color: #B63F1F;
}
</style>
background-color css
<style>
a { background-color: #B63F1F; }
a { background-color: rgb(182,63,31); }
div.DivClassName
{
background-color: #B63F1F;
}
.BgClassName
{
background-color: #B63F1F;
}
</style>
border-color css
<style>
span { border-color: #B63F1F; }
span { border-color: rgb(182,63,31); }
td.TdClassName
{
border-color: #B63F1F;
}
.TagClassName
{
border-color: #B63F1F;
}
</style>